public class MapModelState extends java.lang.Object implements IModelState
Constructor and Description |
---|
MapModelState(java.util.Map<IModelPart,TRSRTransformation> map) |
MapModelState(java.util.Map<IModelPart,TRSRTransformation> map,
TRSRTransformation def) |
Modifier and Type | Method and Description |
---|---|
TRSRTransformation |
apply(IModelPart part) |
public MapModelState(java.util.Map<IModelPart,TRSRTransformation> map)
public MapModelState(java.util.Map<IModelPart,TRSRTransformation> map, TRSRTransformation def)
public TRSRTransformation apply(IModelPart part)
apply
in interface com.google.common.base.Function<IModelPart,TRSRTransformation>
apply
in interface IModelState