public abstract class BlockProcessor extends java.lang.Object implements org.eclipse.viatra.query.runtime.api.IMatchProcessor<BlockMatch>
Constructor and Description |
---|
BlockProcessor() |
Modifier and Type | Method and Description |
---|---|
void |
process(BlockMatch match) |
abstract void |
process(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Class pClass)
Defines the action that is to be executed on each match.
|
public abstract void process(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Class pClass)
pClass
- the value of pattern parameter class in the currently processed matchpublic void process(BlockMatch match)
process
in interface org.eclipse.viatra.query.runtime.api.IMatchProcessor<BlockMatch>