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 |
|---|---|
java.util.Optional<TRSRTransformation> |
apply(java.util.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 java.util.Optional<TRSRTransformation> apply(java.util.Optional<? extends IModelPart> part)
apply in interface IModelState