public abstract class ClassExtensionProcessor extends java.lang.Object implements IMatchProcessor<ClassExtensionMatch>
| Constructor and Description |
|---|
ClassExtensionProcessor() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
process(org.eclipse.uml2.uml.Class pSource,
org.eclipse.uml2.uml.Extension pTarget)
Defines the action that is to be executed on each match.
|
void |
process(ClassExtensionMatch match)
Defines the action that is to be executed on each match.
|
public abstract void process(org.eclipse.uml2.uml.Class pSource,
org.eclipse.uml2.uml.Extension 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(ClassExtensionMatch match)
IMatchProcessorprocess in interface IMatchProcessor<ClassExtensionMatch>match - a single match of the pattern that must be processed by the implementation of this method