public abstract class TransformedGeneralizedBlockPairsProcessor extends java.lang.Object implements org.eclipse.viatra.query.runtime.api.IMatchProcessor<TransformedGeneralizedBlockPairsMatch>
Constructor and Description |
---|
TransformedGeneralizedBlockPairsProcessor() |
Modifier and Type | Method and Description |
---|---|
abstract void |
process(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Class pParentBlock,
com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Class pChildBlock,
com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype pStereotype,
com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property pParentAttribute,
com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property pChildAttribute)
Defines the action that is to be executed on each match.
|
void |
process(TransformedGeneralizedBlockPairsMatch match) |
public TransformedGeneralizedBlockPairsProcessor()
public abstract void process(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Class pParentBlock, com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Class pChildBlock, com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype pStereotype, com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property pParentAttribute, com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property pChildAttribute)
pParentBlock
- the value of pattern parameter parentBlock in the currently processed matchpChildBlock
- the value of pattern parameter childBlock in the currently processed matchpStereotype
- the value of pattern parameter stereotype in the currently processed matchpParentAttribute
- the value of pattern parameter parentAttribute in the currently processed matchpChildAttribute
- the value of pattern parameter childAttribute in the currently processed matchpublic void process(TransformedGeneralizedBlockPairsMatch match)
process
in interface org.eclipse.viatra.query.runtime.api.IMatchProcessor<TransformedGeneralizedBlockPairsMatch>