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