public final class MultiModelState extends java.lang.Object implements IModelState
| Constructor and Description | 
|---|
| MultiModelState(com.google.common.collect.ImmutableList<org.apache.commons.lang3.tuple.Pair<M,S>> states) | 
| Modifier and Type | Method and Description | 
|---|---|
| com.google.common.base.Optional<TRSRTransformation> | apply(com.google.common.base.Optional<? extends IModelPart> part) | 
| static IModelState | getPartState(IModelState state,
            IModel model,
            int index) | 
public MultiModelState(com.google.common.collect.ImmutableList<org.apache.commons.lang3.tuple.Pair<M,S>> states)
public static IModelState getPartState(IModelState state, IModel model, int index)
public com.google.common.base.Optional<TRSRTransformation> apply(com.google.common.base.Optional<? extends IModelPart> part)
apply in interface IModelState