public abstract class PackageNestingPackageProcessor extends java.lang.Object implements IMatchProcessor<PackageNestingPackageMatch>
| Constructor and Description |
|---|
PackageNestingPackageProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
process(PackageNestingPackageMatch match)
Defines the action that is to be executed on each match.
|
abstract void |
process(org.eclipse.uml2.uml.Package pNested,
org.eclipse.uml2.uml.Package pNesting)
Defines the action that is to be executed on each match.
|
public abstract void process(org.eclipse.uml2.uml.Package pNested,
org.eclipse.uml2.uml.Package pNesting)
pNested - the value of pattern parameter nested in the currently processed matchpNesting - the value of pattern parameter nesting in the currently processed matchpublic void process(PackageNestingPackageMatch match)
IMatchProcessorprocess in interface IMatchProcessor<PackageNestingPackageMatch>match - a single match of the pattern that must be processed by the implementation of this method