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