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