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