public abstract class TransformedStereotypedBlocksProcessor extends java.lang.Object implements org.eclipse.viatra.query.runtime.api.IMatchProcessor<TransformedStereotypedBlocksMatch>
Constructor and Description |
---|
TransformedStereotypedBlocksProcessor() |
Modifier and Type | Method and Description |
---|---|
abstract void |
process(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Class pBlock,
com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype pStereotype,
com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Slot pSlot)
Defines the action that is to be executed on each match.
|
void |
process(TransformedStereotypedBlocksMatch match) |
public TransformedStereotypedBlocksProcessor()
public abstract void process(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Class pBlock, com.nomagic.uml2.ext.magicdraw.mdprofiles.Stereotype pStereotype, com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Slot pSlot)
pBlock
- the value of pattern parameter block in the currently processed matchpStereotype
- the value of pattern parameter stereotype in the currently processed matchpSlot
- the value of pattern parameter slot in the currently processed matchpublic void process(TransformedStereotypedBlocksMatch match)
process
in interface org.eclipse.viatra.query.runtime.api.IMatchProcessor<TransformedStereotypedBlocksMatch>