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