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