public abstract class StructuredClassifierPartProcessor extends java.lang.Object implements IMatchProcessor<StructuredClassifierPartMatch>
Constructor and Description |
---|
StructuredClassifierPartProcessor() |
Modifier and Type | Method and Description |
---|---|
void |
process(StructuredClassifierPartMatch match)
Defines the action that is to be executed on each match.
|
abstract void |
process(org.eclipse.uml2.uml.StructuredClassifier pStructuredClassifier,
org.eclipse.uml2.uml.Property pPart)
Defines the action that is to be executed on each match.
|
public abstract void process(org.eclipse.uml2.uml.StructuredClassifier pStructuredClassifier, org.eclipse.uml2.uml.Property pPart)
pStructuredClassifier
- the value of pattern parameter structuredClassifier in the currently processed matchpPart
- the value of pattern parameter part in the currently processed matchpublic void process(StructuredClassifierPartMatch match)
IMatchProcessor
process
in interface IMatchProcessor<StructuredClassifierPartMatch>
match
- a single match of the pattern that must be processed by the implementation of this method