public abstract class PackageVisibleMemberProcessor extends java.lang.Object implements IMatchProcessor<PackageVisibleMemberMatch>
Constructor and Description |
---|
PackageVisibleMemberProcessor() |
Modifier and Type | Method and Description |
---|---|
abstract void |
process(org.eclipse.uml2.uml.Package pPackage_,
org.eclipse.uml2.uml.PackageableElement pVisibleMember)
Defines the action that is to be executed on each match.
|
void |
process(PackageVisibleMemberMatch match)
Defines the action that is to be executed on each match.
|
public abstract void process(org.eclipse.uml2.uml.Package pPackage_, org.eclipse.uml2.uml.PackageableElement pVisibleMember)
pPackage_
- the value of pattern parameter package_ in the currently processed matchpVisibleMember
- the value of pattern parameter visibleMember in the currently processed matchpublic void process(PackageVisibleMemberMatch match)
IMatchProcessor
process
in interface IMatchProcessor<PackageVisibleMemberMatch>
match
- a single match of the pattern that must be processed by the implementation of this method