public abstract class NamedElementQualifiedNameProcessor extends java.lang.Object implements IMatchProcessor<NamedElementQualifiedNameMatch>
| Constructor and Description |
|---|
NamedElementQualifiedNameProcessor() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
process(org.eclipse.uml2.uml.NamedElement pNamedElement,
java.lang.Object pQualifiedName)
Defines the action that is to be executed on each match.
|
void |
process(NamedElementQualifiedNameMatch match)
Defines the action that is to be executed on each match.
|
public abstract void process(org.eclipse.uml2.uml.NamedElement pNamedElement,
java.lang.Object pQualifiedName)
pNamedElement - the value of pattern parameter namedElement in the currently processed matchpQualifiedName - the value of pattern parameter qualifiedName in the currently processed matchpublic void process(NamedElementQualifiedNameMatch match)
IMatchProcessorprocess in interface IMatchProcessor<NamedElementQualifiedNameMatch>match - a single match of the pattern that must be processed by the implementation of this method