Interface ModelEmbeddingIF
- All Superinterfaces:
ConditionAbleIF,ConfigurableItemIF,IdentifierAble,PatternIF,Serializable
- All Known Implementing Classes:
PatternEmbeddingDefault,PatternEmbeddingInnovatorDiagram,PatternEmbeddingInnovatorSortOrder,PatternEmbeddingMultiple,PatternEmbeddingNull,PatternEmbeddingPair,PatternEmbeddingQualified
Model embedding for model transformation.
- Version:
- 10.1.1
- Author:
- jmback
-
Method Summary
Modifier and TypeMethodDescriptionGet the model transformation step that proceeds the owning step.voidSet model transformation step that proceeds the owning step.Methods inherited from interface de.mid.innovator.m2msdk.model.transformation.interfaces.ConditionAbleIF
evaluateConditions, evaluateScore, filterElementsMethods inherited from interface de.mid.innovator.m2msdk.model.transformation.interfaces.ConfigurableItemIF
checkConstraints, checkConstraints, getBaseItem, getConfigurableItems, getConfigurationTag, getItem, getKnownParameters, getName, getParentItem, getParentItem, setBaseItem, setConfigurationContext, setConfigurationTag, setParentMethods inherited from interface de.mid.innovator.m2msdk.util.IdentifierAble
getId, setIdMethods inherited from interface de.mid.innovator.m2msdk.model.transformation.interfaces.PatternIF
evaluate, filterByPattern, preinit
-
Method Details
-
setPredecessorModelTransformationStep
Set model transformation step that proceeds the owning step.- Parameters:
iStep- the step that proceeds this embedding
-
getPredecessorModelTransformationStep
ModelTransformationStepIF getPredecessorModelTransformationStep()Get the model transformation step that proceeds the owning step.- Returns:
- the step that proceeds this embedding
-