public abstract class RedefinableElementRedefinedElementProcessor extends java.lang.Object implements org.eclipse.viatra.query.runtime.api.IMatchProcessor<RedefinableElementRedefinedElementMatch>
| Constructor and Description |
|---|
RedefinableElementRedefinedElementProcessor() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
process(org.eclipse.uml2.uml.RedefinableElement pSource,
org.eclipse.uml2.uml.RedefinableElement pTarget)
Defines the action that is to be executed on each match.
|
void |
process(RedefinableElementRedefinedElementMatch match) |
public RedefinableElementRedefinedElementProcessor()
public abstract void process(org.eclipse.uml2.uml.RedefinableElement pSource,
org.eclipse.uml2.uml.RedefinableElement pTarget)
pSource - the value of pattern parameter source in the currently processed matchpTarget - the value of pattern parameter target in the currently processed matchpublic void process(RedefinableElementRedefinedElementMatch match)
process in interface org.eclipse.viatra.query.runtime.api.IMatchProcessor<RedefinableElementRedefinedElementMatch>