public abstract class NamespaceImportedMemberProcessor extends java.lang.Object implements IMatchProcessor<NamespaceImportedMemberMatch>
Constructor and Description |
---|
NamespaceImportedMemberProcessor() |
Modifier and Type | Method and Description |
---|---|
void |
process(NamespaceImportedMemberMatch match)
Defines the action that is to be executed on each match.
|
abstract void |
process(org.eclipse.uml2.uml.Namespace pNamespace,
org.eclipse.uml2.uml.PackageableElement pImportedMember)
Defines the action that is to be executed on each match.
|
public abstract void process(org.eclipse.uml2.uml.Namespace pNamespace, org.eclipse.uml2.uml.PackageableElement pImportedMember)
pNamespace
- the value of pattern parameter namespace in the currently processed matchpImportedMember
- the value of pattern parameter importedMember in the currently processed matchpublic void process(NamespaceImportedMemberMatch match)
IMatchProcessor
process
in interface IMatchProcessor<NamespaceImportedMemberMatch>
match
- a single match of the pattern that must be processed by the implementation of this method