Package | Description |
---|---|
org.eclipse.incquery.uml.derivedfeatures | |
org.eclipse.incquery.uml.derivedfeatures.util |
Modifier and Type | Method and Description |
---|---|
FeatureFeaturingClassifierMatch |
FeatureFeaturingClassifierMatcher.getOneArbitraryMatch(org.eclipse.uml2.uml.Feature pSource,
org.eclipse.uml2.uml.Classifier pTarget)
Returns an arbitrarily chosen match of the pattern that conforms to the given fixed values of some parameters.
|
static FeatureFeaturingClassifierMatch |
FeatureFeaturingClassifierMatch.newEmptyMatch()
Returns an empty, mutable match.
|
static FeatureFeaturingClassifierMatch |
FeatureFeaturingClassifierMatch.newMatch(org.eclipse.uml2.uml.Feature pSource,
org.eclipse.uml2.uml.Classifier pTarget)
Returns a new (partial) match.
|
FeatureFeaturingClassifierMatch |
FeatureFeaturingClassifierMatcher.newMatch(org.eclipse.uml2.uml.Feature pSource,
org.eclipse.uml2.uml.Classifier pTarget)
Returns a new (partial) match.
|
static FeatureFeaturingClassifierMatch |
FeatureFeaturingClassifierMatch.newMutableMatch(org.eclipse.uml2.uml.Feature pSource,
org.eclipse.uml2.uml.Classifier pTarget)
Returns a mutable (partial) match.
|
FeatureFeaturingClassifierMatch |
FeatureFeaturingClassifierMatch.toImmutable() |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<FeatureFeaturingClassifierMatch> |
FeatureFeaturingClassifierMatcher.getAllMatches(org.eclipse.uml2.uml.Feature pSource,
org.eclipse.uml2.uml.Classifier pTarget)
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.Feature> |
FeatureFeaturingClassifierMatcher.getAllValuesOfsource(FeatureFeaturingClassifierMatch partialMatch)
Retrieve the set of values that occur in matches for source.
|
java.util.Set<org.eclipse.uml2.uml.Classifier> |
FeatureFeaturingClassifierMatcher.getAllValuesOftarget(FeatureFeaturingClassifierMatch partialMatch)
Retrieve the set of values that occur in matches for target.
|
Modifier and Type | Method and Description |
---|---|
void |
FeatureFeaturingClassifierMatcher.forEachMatch(org.eclipse.uml2.uml.Feature pSource,
org.eclipse.uml2.uml.Classifier pTarget,
IMatchProcessor<? super FeatureFeaturingClassifierMatch> processor)
Executes the given processor on each match of the pattern that conforms to the given fixed values of some parameters.
|
boolean |
FeatureFeaturingClassifierMatcher.forOneArbitraryMatch(org.eclipse.uml2.uml.Feature pSource,
org.eclipse.uml2.uml.Classifier pTarget,
IMatchProcessor<? super FeatureFeaturingClassifierMatch> 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 |
---|---|
FeatureFeaturingClassifierMatch |
FeatureFeaturingClassifierQuerySpecification.newEmptyMatch() |
FeatureFeaturingClassifierMatch |
FeatureFeaturingClassifierQuerySpecification.newMatch(java.lang.Object... parameters) |
Modifier and Type | Method and Description |
---|---|
void |
FeatureFeaturingClassifierProcessor.process(FeatureFeaturingClassifierMatch match) |