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