public class ModelStateComposition extends java.lang.Object implements IModelState
| Constructor and Description | 
|---|
ModelStateComposition(IModelState first,
                     IModelState second)  | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.base.Optional<TRSRTransformation> | 
apply(com.google.common.base.Optional<? extends IModelPart> part)  | 
public ModelStateComposition(IModelState first, IModelState second)
public com.google.common.base.Optional<TRSRTransformation> apply(com.google.common.base.Optional<? extends IModelPart> part)
apply in interface IModelState