public abstract class StereotypedBlocksProcessor extends java.lang.Object implements org.eclipse.viatra.query.runtime.api.IMatchProcessor<StereotypedBlocksMatch>
Constructor and Description |
---|
StereotypedBlocksProcessor() |
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,
com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property pProperty,
com.nomagic.uml2.ext.magicdraw.classes.mdkernel.LiteralSpecification pValue)
Defines the action that is to be executed on each match.
|
void |
process(StereotypedBlocksMatch match) |
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, com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Property pProperty, com.nomagic.uml2.ext.magicdraw.classes.mdkernel.LiteralSpecification pValue)
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 matchpProperty
- the value of pattern parameter property in the currently processed matchpValue
- the value of pattern parameter value in the currently processed matchpublic void process(StereotypedBlocksMatch match)
process
in interface org.eclipse.viatra.query.runtime.api.IMatchProcessor<StereotypedBlocksMatch>