public abstract class PropertyIsCompositeProcessor extends java.lang.Object implements IMatchProcessor<PropertyIsCompositeMatch>
| Constructor and Description |
|---|
PropertyIsCompositeProcessor() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
process(org.eclipse.uml2.uml.Property pProperty,
java.lang.Boolean pIsComposite)
Defines the action that is to be executed on each match.
|
void |
process(PropertyIsCompositeMatch match)
Defines the action that is to be executed on each match.
|
public abstract void process(org.eclipse.uml2.uml.Property pProperty,
java.lang.Boolean pIsComposite)
pProperty - the value of pattern parameter property in the currently processed matchpIsComposite - the value of pattern parameter isComposite in the currently processed matchpublic void process(PropertyIsCompositeMatch match)
IMatchProcessorprocess in interface IMatchProcessor<PropertyIsCompositeMatch>match - a single match of the pattern that must be processed by the implementation of this method