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