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