Class PatternEmbeddingNull
java.lang.Object
de.mid.innovator.m2msdk.model.transformation.ConfigurableItem
de.mid.innovator.m2msdk.model.transformation.pattern.embedding.PatternEmbeddingNull
- All Implemented Interfaces:
ConditionAbleIF,ConfigurableItemIF,ModelEmbeddingIF,PatternIF,IdentifierAble,Serializable
Target Anchor Pattern for Elements with one precondition element.
- Version:
- 10.1.1
- Author:
- nagl
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidevaluate(MappingModelRole modelRole, MappingElementIF sourceElement, MappingAnchor anchors, MappingElementList patternIn, MappingElementList patternOut, TransformationStepSubStepData subStepData) Evaluate the pattern.booleanevaluateConditions(MappingElementIF sourceElement, MappingElementIF targetElement) Evaluate the conditions for a pair of source and target elements or for a single source element.evaluateScore(MappingElementIF sourceElement, MappingElementIF targetElement) Evaluate the score of the target element in context of source element.voidfilterByPattern(MappingModelRole modelRole, MappingElementIF sourceElement, MappingAnchor anchors, MappingElementList patternIn, MappingElementList patternOut, TransformationStepSubStepData subStepData) Filter the given list of patterns.filterElements(MappingElementIF sourceElement, MappingElementList targetElements) Filter the list target elements according to conditions and current source element.Get the model transformation step that proceeds the owning step.voidpreinit(SessionInterface session, MappingModelRole modelRole) Preinits the element for later usage.voidsetConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF context) Set the configuration context of this configurable item.voidSet model transformation step that proceeds the owning step.Methods inherited from class de.mid.innovator.m2msdk.model.transformation.ConfigurableItem
checkConstraints, checkConstraints, getBaseItem, getConfigurableItems, getConfigurationTag, getId, getItem, getKnownParameters, 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.ConfigurableItemIF
checkConstraints, checkConstraints, getBaseItem, getConfigurableItems, getConfigurationTag, getItem, getKnownParameters, getName, getParentItem, getParentItem, setBaseItem, setConfigurationTag, setParentMethods inherited from interface de.mid.innovator.m2msdk.util.IdentifierAble
getId, setId
-
Constructor Details
-
PatternEmbeddingNull
public PatternEmbeddingNull()
-
-
Method Details
-
getPredecessorModelTransformationStep
Description copied from interface:ModelEmbeddingIFGet the model transformation step that proceeds the owning step.- Specified by:
getPredecessorModelTransformationStepin interfaceModelEmbeddingIF- Returns:
- the step that proceeds this embedding
-
setPredecessorModelTransformationStep
Description copied from interface:ModelEmbeddingIFSet model transformation step that proceeds the owning step.- Specified by:
setPredecessorModelTransformationStepin interfaceModelEmbeddingIF- Parameters:
iStep- the step that proceeds this embedding
-
setConfigurationContext
public void setConfigurationContext(SessionInterface iSession, MetaModel sourceMM, MetaModel targetMM, ConfigurationItemIF context) throws M2MException, RemoteException Description copied from interface:ConfigurableItemIFSet the configuration context of this configurable item. The configurable item is configured according the context.- Specified by:
setConfigurationContextin interfaceConfigurableItemIF- Overrides:
setConfigurationContextin classConfigurableItem- Parameters:
iSession- sessionsourceMM- source meta modeltargetMM- target meta modelcontext- Configuration item- Throws:
M2MException- generic exceptionRemoteException- exception from remote execution
-
evaluate
public void evaluate(MappingModelRole modelRole, MappingElementIF sourceElement, MappingAnchor anchors, MappingElementList patternIn, MappingElementList patternOut, TransformationStepSubStepData subStepData) throws M2MException, RemoteException Description copied from interface:PatternIFEvaluate the pattern.- Specified by:
evaluatein interfacePatternIF- Parameters:
modelRole- If the given pattern is in the source or target modelsourceElement- source element to compare the target withanchors- anchor for the created patterns. The anchor maybe modified by an embedding.patternIn- pattern to be used for creationpatternOut- created patternsubStepData- subStepData- Throws:
M2MException- an exception occurredRemoteException
-
filterByPattern
public void filterByPattern(MappingModelRole modelRole, MappingElementIF sourceElement, MappingAnchor anchors, MappingElementList patternIn, MappingElementList patternOut, TransformationStepSubStepData subStepData) throws M2MException, RemoteException Description copied from interface:PatternIFFilter the given list of patterns.- Specified by:
filterByPatternin interfacePatternIF- Parameters:
modelRole- If the given pattern is in the source or target modelsourceElement- TODOanchors-patternIn- The list of patterns to be filteredpatternOut- The list of patterns which matchedsubStepData- SubstepData- Throws:
M2MException- an exception occurredRemoteException
-
preinit
public void preinit(SessionInterface session, MappingModelRole modelRole) throws M2MException, RemoteException Description copied from interface:PatternIFPreinits the element for later usage.- Specified by:
preinitin interfacePatternIF- Parameters:
session- Session itemmodelRole- it his pattern used in source or target model- Throws:
M2MExceptionRemoteExceptionRemoteException
-
evaluateConditions
public boolean evaluateConditions(MappingElementIF sourceElement, MappingElementIF targetElement) throws M2MException, RemoteException Description copied from interface:ConditionAbleIFEvaluate the conditions for a pair of source and target elements or for a single source element.- Specified by:
evaluateConditionsin interfaceConditionAbleIF- Parameters:
sourceElement- source element for the evaluationtargetElement- target element for the evaluation- Returns:
- true, if all conditions are true
- Throws:
M2MException- error in applicationRemoteException- error in communication
-
evaluateScore
public ValidatingScore evaluateScore(MappingElementIF sourceElement, MappingElementIF targetElement) throws RemoteException, M2MException Description copied from interface:ConditionAbleIFEvaluate the score of the target element in context of source element.- Specified by:
evaluateScorein interfaceConditionAbleIF- Parameters:
sourceElement- source elementtargetElement- target element- Returns:
- a score showing how good the target matches the source via conditions
- Throws:
RemoteException- communication errorM2MException- application error
-
filterElements
public MappingElementList filterElements(MappingElementIF sourceElement, MappingElementList targetElements) throws M2MException, RemoteException Description copied from interface:ConditionAbleIFFilter the list target elements according to conditions and current source element.- Specified by:
filterElementsin interfaceConditionAbleIF- Parameters:
sourceElement- source elementtargetElements- candidate target elements- Returns:
- filtered target elements
- Throws:
M2MException- application errorRemoteException- communication error
-