Class PatternTargetMatchOwning
java.lang.Object
de.mid.innovator.m2msdk.model.transformation.ConfigurableItem
de.mid.innovator.m2msdk.model.transformation.pattern.Pattern
de.mid.innovator.m2msdk.model.transformation.pattern.targetMatch.PatternTargetMatchBase
de.mid.innovator.m2msdk.model.transformation.pattern.targetMatch.PatternTargetMatchOwning
- All Implemented Interfaces:
ConditionAbleIF,ConfigurableItemIF,PatternIF,TargetMatchClassIF,IdentifierAble,Serializable
Find a target in the anchor points. All anchor points are candidates. The
candidates are filtered with the conditions.
- Version:
- 11.3.1
- Author:
- jmback
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfilterByPattern(MappingModelRole modelRole, MappingElementIF sourceElement, MappingAnchor iAnchor, MappingElementList patternIn, MappingElementList patternOut, TransformationStepSubStepData subStepData) Filter the given list of patterns.Methods inherited from class de.mid.innovator.m2msdk.model.transformation.pattern.targetMatch.PatternTargetMatchBase
getKnownParameters, getReferencedEmbeddings, setConfigurationContextMethods inherited from class de.mid.innovator.m2msdk.model.transformation.pattern.Pattern
checkElementsExtension, evaluate, evaluateConditions, evaluateScore, filterElements, preinitMethods inherited from class de.mid.innovator.m2msdk.model.transformation.ConfigurableItem
checkConstraints, checkConstraints, getBaseItem, getConfigurableItems, getConfigurationTag, getId, getItem, getName, getParentItem, getParentItem, setBaseItem, setConfigurationTag, setId, setParent, toStringMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface de.mid.innovator.m2msdk.model.transformation.interfaces.ConditionAbleIF
evaluateConditions, evaluateScore, filterElementsMethods inherited from interface de.mid.innovator.m2msdk.model.transformation.interfaces.ConfigurableItemIF
checkConstraints, checkConstraints, getBaseItem, getConfigurableItems, getConfigurationTag, getItem, getName, getParentItem, getParentItem, setBaseItem, setConfigurationTag, setParentMethods inherited from interface de.mid.innovator.m2msdk.util.IdentifierAble
getId, setId
-
Constructor Details
-
PatternTargetMatchOwning
public PatternTargetMatchOwning()
-
-
Method Details
-
filterByPattern
public void filterByPattern(MappingModelRole modelRole, MappingElementIF sourceElement, MappingAnchor iAnchor, MappingElementList patternIn, MappingElementList patternOut, TransformationStepSubStepData subStepData) throws M2MException, RemoteException Description copied from interface:PatternIFFilter the given list of patterns.- Specified by:
filterByPatternin interfacePatternIF- Overrides:
filterByPatternin classPattern- Parameters:
modelRole- If the given pattern is in the source or target modelsourceElement- TODOiAnchor-patternIn- The list of patterns to be filteredpatternOut- The list of patterns which matchedsubStepData- SubstepData- Throws:
M2MException- an exception occurredRemoteException
-