public abstract class EncapsulatedClassifierOwnedPortProcessor extends java.lang.Object implements IMatchProcessor<EncapsulatedClassifierOwnedPortMatch>
| Constructor and Description |
|---|
EncapsulatedClassifierOwnedPortProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
process(EncapsulatedClassifierOwnedPortMatch match)
Defines the action that is to be executed on each match.
|
abstract void |
process(org.eclipse.uml2.uml.EncapsulatedClassifier pSource,
org.eclipse.uml2.uml.Port pTarget)
Defines the action that is to be executed on each match.
|
public EncapsulatedClassifierOwnedPortProcessor()
public abstract void process(org.eclipse.uml2.uml.EncapsulatedClassifier pSource,
org.eclipse.uml2.uml.Port pTarget)
pSource - the value of pattern parameter source in the currently processed matchpTarget - the value of pattern parameter target in the currently processed matchpublic void process(EncapsulatedClassifierOwnedPortMatch match)
IMatchProcessorprocess in interface IMatchProcessor<EncapsulatedClassifierOwnedPortMatch>match - a single match of the pattern that must be processed by the implementation of this method