Interface ModelEmbeddingIF

All Superinterfaces:
ConditionAbleIF, ConfigurableItemIF, IdentifierAble, PatternIF, Serializable
All Known Implementing Classes:
PatternEmbeddingDefault, PatternEmbeddingInnovatorDiagram, PatternEmbeddingInnovatorSortOrder, PatternEmbeddingMultiple, PatternEmbeddingNull, PatternEmbeddingPair, PatternEmbeddingQualified

public interface ModelEmbeddingIF extends PatternIF
Model embedding for model transformation.
Version:
10.1.1
Author:
jmback
  • Method Details

    • setPredecessorModelTransformationStep

      void setPredecessorModelTransformationStep(ModelTransformationStepIF iStep)
      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