public abstract class RedefinableTemplateSignatureInheritedParameterProcessor extends java.lang.Object implements IMatchProcessor<RedefinableTemplateSignatureInheritedParameterMatch>
Constructor and Description |
---|
RedefinableTemplateSignatureInheritedParameterProcessor() |
Modifier and Type | Method and Description |
---|---|
void |
process(RedefinableTemplateSignatureInheritedParameterMatch match)
Defines the action that is to be executed on each match.
|
abstract void |
process(org.eclipse.uml2.uml.RedefinableTemplateSignature pSource,
org.eclipse.uml2.uml.TemplateParameter pTarget)
Defines the action that is to be executed on each match.
|
public RedefinableTemplateSignatureInheritedParameterProcessor()
public abstract void process(org.eclipse.uml2.uml.RedefinableTemplateSignature pSource, org.eclipse.uml2.uml.TemplateParameter pTarget)
pSource
- the value of pattern parameter source in the currently processed matchpTarget
- the value of pattern parameter target in the currently processed matchpublic void process(RedefinableTemplateSignatureInheritedParameterMatch match)
IMatchProcessor
process
in interface IMatchProcessor<RedefinableTemplateSignatureInheritedParameterMatch>
match
- a single match of the pattern that must be processed by the implementation of this method