public abstract class FindCommonParentClassProcessor extends java.lang.Object implements org.eclipse.viatra.query.runtime.api.IMatchProcessor<FindCommonParentClassMatch>
Constructor and Description |
---|
FindCommonParentClassProcessor() |
Modifier and Type | Method and Description |
---|---|
abstract void |
process(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Class pBlock1,
com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Class pBlock2,
com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property pAttribute1,
com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property pAttribute2,
com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype pStereotype)
Defines the action that is to be executed on each match.
|
void |
process(FindCommonParentClassMatch match) |
public abstract void process(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Class pBlock1, com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Class pBlock2, com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property pAttribute1, com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property pAttribute2, com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype pStereotype)
pBlock1
- the value of pattern parameter block1 in the currently processed matchpBlock2
- the value of pattern parameter block2 in the currently processed matchpAttribute1
- the value of pattern parameter attribute1 in the currently processed matchpAttribute2
- the value of pattern parameter attribute2 in the currently processed matchpStereotype
- the value of pattern parameter stereotype in the currently processed matchpublic void process(FindCommonParentClassMatch match)
process
in interface org.eclipse.viatra.query.runtime.api.IMatchProcessor<FindCommonParentClassMatch>