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