public abstract class StateIsOrthogonalProcessor extends java.lang.Object implements IMatchProcessor<StateIsOrthogonalMatch>
Constructor and Description |
---|
StateIsOrthogonalProcessor() |
Modifier and Type | Method and Description |
---|---|
abstract void |
process(org.eclipse.uml2.uml.State pSource,
java.lang.Boolean pTarget)
Defines the action that is to be executed on each match.
|
void |
process(StateIsOrthogonalMatch match)
Defines the action that is to be executed on each match.
|
public abstract void process(org.eclipse.uml2.uml.State pSource, java.lang.Boolean 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(StateIsOrthogonalMatch match)
IMatchProcessor
process
in interface IMatchProcessor<StateIsOrthogonalMatch>
match
- a single match of the pattern that must be processed by the implementation of this method