Interface ModelTransformationIF

All Superinterfaces:
ConfigurableItemIF, IdentifierAble, Serializable
All Known Implementing Classes:
ModelTransformation

public interface ModelTransformationIF extends ConfigurableItemIF
Interface for accessing the model transformation.
Version:
11.1.0
Author:
jmback
  • Method Details

    • getSourceMetaModel

      MetaModel getSourceMetaModel()
      Get the meta model of the source model.
      Returns:
      meta model of source
    • getTargetMetaModel

      MetaModel getTargetMetaModel()
      Get the meta model of the target model.
      Returns:
      meta model of target
    • getStep

      Get step for this identifier.
      Parameters:
      id - qualified id step, maybe the identifier of an owned element
      Returns:
      step
    • getStep

      Get step for this name.
      Parameters:
      sName - name of transformation step
      Returns:
      step
    • getModelTransformationStepList

      ModelTransformationStepList getModelTransformationStepList()
      Get the list of all steps in the transformation.
      Returns:
      list of all steps
    • addModelTransformationStep

      void addModelTransformationStep(ModelTransformationStepIF iStep)
      Append one step at the end of the list.
      Parameters:
      iStep - a step to append