Interface ModelEmbeddingIF
- All Superinterfaces:
ConditionAbleIF, ConfigurableItemIF, IdentifierAble, PatternIF, Serializable
- All Known Implementing Classes:
PatternEmbeddingDefault, PatternEmbeddingInnovatorDiagram, PatternEmbeddingInnovatorSortOrder, PatternEmbeddingMultiple, PatternEmbeddingNull, PatternEmbeddingOne, 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 ConditionAbleIF
evaluateConditions, evaluateScore, filterElementsMethods inherited from interface ConfigurableItemIF
checkConstraints, checkConstraints, getBaseItem, getConfigurableItems, getConfigurationTag, getItem, getKnownParameters, getName, getParentItem, getParentItem, setBaseItem, setConfigurationContext, setConfigurationTag, setParentMethods inherited from interface IdentifierAble
getId, setIdMethods inherited from interface 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
-