public final class SimpleModelState extends java.lang.Object implements IModelState
| Constructor and Description | 
|---|
| SimpleModelState(com.google.common.collect.ImmutableMap<? extends IModelPart,TRSRTransformation> map) | 
| SimpleModelState(com.google.common.collect.ImmutableMap<? extends IModelPart,TRSRTransformation> map,
                com.google.common.base.Optional<TRSRTransformation> def) | 
| Modifier and Type | Method and Description | 
|---|---|
| com.google.common.base.Optional<TRSRTransformation> | apply(com.google.common.base.Optional<? extends IModelPart> part) | 
public SimpleModelState(com.google.common.collect.ImmutableMap<? extends IModelPart,TRSRTransformation> map)
public SimpleModelState(com.google.common.collect.ImmutableMap<? extends IModelPart,TRSRTransformation> map, com.google.common.base.Optional<TRSRTransformation> def)
public com.google.common.base.Optional<TRSRTransformation> apply(com.google.common.base.Optional<? extends IModelPart> part)
apply in interface IModelState