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,
java.util.Optional<TRSRTransformation> def) |
Modifier and Type | Method and Description |
---|---|
java.util.Optional<TRSRTransformation> |
apply(java.util.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, java.util.Optional<TRSRTransformation> def)
public java.util.Optional<TRSRTransformation> apply(java.util.Optional<? extends IModelPart> part)
apply
in interface IModelState