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