Package | Description |
---|---|
org.eclipse.incquery.uml.derivedfeatures | |
org.eclipse.incquery.uml.derivedfeatures.util |
Modifier and Type | Method and Description |
---|---|
PropertyIsCompositeMatch |
PropertyIsCompositeMatcher.getOneArbitraryMatch(org.eclipse.uml2.uml.Property pProperty,
java.lang.Boolean pIsComposite)
Returns an arbitrarily chosen match of the pattern that conforms to the given fixed values of some parameters.
|
static PropertyIsCompositeMatch |
PropertyIsCompositeMatch.newEmptyMatch()
Returns an empty, mutable match.
|
PropertyIsCompositeMatch |
PropertyIsCompositeMatcher.newMatch(org.eclipse.uml2.uml.Property pProperty,
java.lang.Boolean pIsComposite)
Returns a new (partial) match.
|
static PropertyIsCompositeMatch |
PropertyIsCompositeMatch.newMatch(org.eclipse.uml2.uml.Property pProperty,
java.lang.Boolean pIsComposite)
Returns a new (partial) match.
|
static PropertyIsCompositeMatch |
PropertyIsCompositeMatch.newMutableMatch(org.eclipse.uml2.uml.Property pProperty,
java.lang.Boolean pIsComposite)
Returns a mutable (partial) match.
|
PropertyIsCompositeMatch |
PropertyIsCompositeMatch.toImmutable() |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<PropertyIsCompositeMatch> |
PropertyIsCompositeMatcher.getAllMatches(org.eclipse.uml2.uml.Property pProperty,
java.lang.Boolean pIsComposite)
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<java.lang.Boolean> |
PropertyIsCompositeMatcher.getAllValuesOfisComposite(PropertyIsCompositeMatch partialMatch)
Retrieve the set of values that occur in matches for isComposite.
|
java.util.Set<org.eclipse.uml2.uml.Property> |
PropertyIsCompositeMatcher.getAllValuesOfproperty(PropertyIsCompositeMatch partialMatch)
Retrieve the set of values that occur in matches for property.
|
Modifier and Type | Method and Description |
---|---|
void |
PropertyIsCompositeMatcher.forEachMatch(org.eclipse.uml2.uml.Property pProperty,
java.lang.Boolean pIsComposite,
IMatchProcessor<? super PropertyIsCompositeMatch> processor)
Executes the given processor on each match of the pattern that conforms to the given fixed values of some parameters.
|
boolean |
PropertyIsCompositeMatcher.forOneArbitraryMatch(org.eclipse.uml2.uml.Property pProperty,
java.lang.Boolean pIsComposite,
IMatchProcessor<? super PropertyIsCompositeMatch> 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 |
---|---|
PropertyIsCompositeMatch |
PropertyIsCompositeQuerySpecification.newEmptyMatch() |
PropertyIsCompositeMatch |
PropertyIsCompositeQuerySpecification.newMatch(java.lang.Object... parameters) |
Modifier and Type | Method and Description |
---|---|
void |
PropertyIsCompositeProcessor.process(PropertyIsCompositeMatch match) |