public abstract class PackageOwnedStereotypeProcessor extends java.lang.Object implements IMatchProcessor<PackageOwnedStereotypeMatch>
| Constructor and Description |
|---|
PackageOwnedStereotypeProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
process(PackageOwnedStereotypeMatch 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.Stereotype 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.Stereotype 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(PackageOwnedStereotypeMatch match)
IMatchProcessorprocess in interface IMatchProcessor<PackageOwnedStereotypeMatch>match - a single match of the pattern that must be processed by the implementation of this method