Class ModelTransformationStep

All Implemented Interfaces:
ConfigurableItemIF, ModelTransformationStepIF, IdentifierAble, Serializable

public class ModelTransformationStep extends ModelTransformationStepBase
A model transformation step supporting the transformation modes: update, simulate, interconnect, extend. It implements the following algorithm: For each element of the active or passive selection which conforms to the one of the source model restrictions of this step, call the transform. Find the first existing glue to target for this source element. If there exists none, then get all anchor points of the search embedding and find with these anchor points target elements complying one of the target matches. For each production an element is created, if no target elements have been found and the source element is in the active selection. For each production and for each existing and created target element the transforms are executed if the source element is in the active selection. For each existing and created target element which has not yet a glue, a glue is created.
Version:
10.1.1
Author:
jmback
See Also:
  • Constructor Details

    • ModelTransformationStep

      public ModelTransformationStep()