Package | Description |
---|---|
org.eclipse.incquery.uml.derivedfeatures | |
org.eclipse.incquery.uml.derivedfeatures.util |
Modifier and Type | Method and Description |
---|---|
DeploymentTargetDeployedElementMatch |
DeploymentTargetDeployedElementMatcher.getOneArbitraryMatch(org.eclipse.uml2.uml.DeploymentTarget pSelf,
org.eclipse.uml2.uml.PackageableElement pPackageableElement)
Returns an arbitrarily chosen match of the pattern that conforms to the given fixed values of some parameters.
|
static DeploymentTargetDeployedElementMatch |
DeploymentTargetDeployedElementMatch.newEmptyMatch()
Returns an empty, mutable match.
|
DeploymentTargetDeployedElementMatch |
DeploymentTargetDeployedElementMatcher.newMatch(org.eclipse.uml2.uml.DeploymentTarget pSelf,
org.eclipse.uml2.uml.PackageableElement pPackageableElement)
Returns a new (partial) match.
|
static DeploymentTargetDeployedElementMatch |
DeploymentTargetDeployedElementMatch.newMatch(org.eclipse.uml2.uml.DeploymentTarget pSelf,
org.eclipse.uml2.uml.PackageableElement pPackageableElement)
Returns a new (partial) match.
|
static DeploymentTargetDeployedElementMatch |
DeploymentTargetDeployedElementMatch.newMutableMatch(org.eclipse.uml2.uml.DeploymentTarget pSelf,
org.eclipse.uml2.uml.PackageableElement pPackageableElement)
Returns a mutable (partial) match.
|
DeploymentTargetDeployedElementMatch |
DeploymentTargetDeployedElementMatch.toImmutable() |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<DeploymentTargetDeployedElementMatch> |
DeploymentTargetDeployedElementMatcher.getAllMatches(org.eclipse.uml2.uml.DeploymentTarget pSelf,
org.eclipse.uml2.uml.PackageableElement pPackageableElement)
Returns the set of all matches of the pattern that conform to the given fixed values of some parameters.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<org.eclipse.uml2.uml.PackageableElement> |
DeploymentTargetDeployedElementMatcher.getAllValuesOfpackageableElement(DeploymentTargetDeployedElementMatch partialMatch)
Retrieve the set of values that occur in matches for packageableElement.
|
java.util.Set<org.eclipse.uml2.uml.DeploymentTarget> |
DeploymentTargetDeployedElementMatcher.getAllValuesOfself(DeploymentTargetDeployedElementMatch partialMatch)
Retrieve the set of values that occur in matches for self.
|
Modifier and Type | Method and Description |
---|---|
void |
DeploymentTargetDeployedElementMatcher.forEachMatch(org.eclipse.uml2.uml.DeploymentTarget pSelf,
org.eclipse.uml2.uml.PackageableElement pPackageableElement,
IMatchProcessor<? super DeploymentTargetDeployedElementMatch> processor)
Executes the given processor on each match of the pattern that conforms to the given fixed values of some parameters.
|
boolean |
DeploymentTargetDeployedElementMatcher.forOneArbitraryMatch(org.eclipse.uml2.uml.DeploymentTarget pSelf,
org.eclipse.uml2.uml.PackageableElement pPackageableElement,
IMatchProcessor<? super DeploymentTargetDeployedElementMatch> processor)
Executes the given processor on an arbitrarily chosen match of the pattern that conforms to the given fixed values of some parameters.
|
Modifier and Type | Method and Description |
---|---|
DeploymentTargetDeployedElementMatch |
DeploymentTargetDeployedElementQuerySpecification.newEmptyMatch() |
DeploymentTargetDeployedElementMatch |
DeploymentTargetDeployedElementQuerySpecification.newMatch(java.lang.Object... parameters) |
Modifier and Type | Method and Description |
---|---|
void |
DeploymentTargetDeployedElementProcessor.process(DeploymentTargetDeployedElementMatch match) |