public abstract class ClassifierParentsProcessor extends java.lang.Object implements IMatchProcessor<ClassifierParentsMatch>
| Constructor and Description |
|---|
ClassifierParentsProcessor() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
process(org.eclipse.uml2.uml.Classifier pSelf,
org.eclipse.uml2.uml.Classifier pClassifier)
Defines the action that is to be executed on each match.
|
void |
process(ClassifierParentsMatch match)
Defines the action that is to be executed on each match.
|
public abstract void process(org.eclipse.uml2.uml.Classifier pSelf,
org.eclipse.uml2.uml.Classifier pClassifier)
pSelf - the value of pattern parameter self in the currently processed matchpClassifier - the value of pattern parameter classifier in the currently processed matchpublic void process(ClassifierParentsMatch match)
IMatchProcessorprocess in interface IMatchProcessor<ClassifierParentsMatch>match - a single match of the pattern that must be processed by the implementation of this method