Uses of Class
de.mid.innovator.m2msdk.model.transformation.ModelTransformationStepBase
Packages that use ModelTransformationStepBase
Package
Description
The package contains the model transformation model.
-
Uses of ModelTransformationStepBase in de.mid.innovator.m2msdk.model.transformation
Subclasses of ModelTransformationStepBase in de.mid.innovator.m2msdk.model.transformationModifier and TypeClassDescriptionclassA model transformation step supporting the transformation modes: update, simulate, interconnect, extend.Methods in de.mid.innovator.m2msdk.model.transformation with parameters of type ModelTransformationStepBaseModifier and TypeMethodDescriptionvoidTargetDetector.detectTargetDataByModel(ModelTransformationStepBase step, TransformationStepSubStepData preStepData, TargetDetectionData targetDetectionData) Detects Target elements for elements stored in targetDetectionDataTargetDetector.getTargets(ModelTransformationStepBase step, MappingElementList listSource, TransformationStepSubStepData preStepData, boolean prefetchExistingTargetCandidates) Try to find the target via glue or via properties from source elements .Constructors in de.mid.innovator.m2msdk.model.transformation with parameters of type ModelTransformationStepBaseModifierConstructorDescriptionModelTransformationStepEInterconnect(SessionInterface session, ModelTransformationStepBase baseStep) ModelTransformationStepESimulate(SessionInterface session, ModelTransformationStepBase baseStep) ModelTransformationStepEUpdate(SessionInterface session, ModelTransformationStepBase baseStep) ModelTransformationStepExecuteBase(SessionInterface session, ModelTransformationStepBase baseStep)