| Package | Description | 
|---|---|
| org.eclipse.incquery.uml.derivedfeatures | |
| org.eclipse.incquery.uml.derivedfeatures.util | 
| Modifier and Type | Method and Description | 
|---|---|
| StructuredClassifierPartMatch | StructuredClassifierPartMatcher. getOneArbitraryMatch(org.eclipse.uml2.uml.StructuredClassifier pStructuredClassifier,
                    org.eclipse.uml2.uml.Property pPart)Returns an arbitrarily chosen match of the pattern that conforms to the given fixed values of some parameters. | 
| static StructuredClassifierPartMatch | StructuredClassifierPartMatch. newEmptyMatch()Returns an empty, mutable match. | 
| static StructuredClassifierPartMatch | StructuredClassifierPartMatch. newMatch(org.eclipse.uml2.uml.StructuredClassifier pStructuredClassifier,
        org.eclipse.uml2.uml.Property pPart)Returns a new (partial) match. | 
| StructuredClassifierPartMatch | StructuredClassifierPartMatcher. newMatch(org.eclipse.uml2.uml.StructuredClassifier pStructuredClassifier,
        org.eclipse.uml2.uml.Property pPart)Returns a new (partial) match. | 
| static StructuredClassifierPartMatch | StructuredClassifierPartMatch. newMutableMatch(org.eclipse.uml2.uml.StructuredClassifier pStructuredClassifier,
               org.eclipse.uml2.uml.Property pPart)Returns a mutable (partial) match. | 
| StructuredClassifierPartMatch | StructuredClassifierPartMatch. toImmutable() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.Collection<StructuredClassifierPartMatch> | StructuredClassifierPartMatcher. getAllMatches(org.eclipse.uml2.uml.StructuredClassifier pStructuredClassifier,
             org.eclipse.uml2.uml.Property pPart)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.Property> | StructuredClassifierPartMatcher. getAllValuesOfpart(StructuredClassifierPartMatch partialMatch)Retrieve the set of values that occur in matches for part. | 
| java.util.Set<org.eclipse.uml2.uml.StructuredClassifier> | StructuredClassifierPartMatcher. getAllValuesOfstructuredClassifier(StructuredClassifierPartMatch partialMatch)Retrieve the set of values that occur in matches for structuredClassifier. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | StructuredClassifierPartMatcher. forEachMatch(org.eclipse.uml2.uml.StructuredClassifier pStructuredClassifier,
            org.eclipse.uml2.uml.Property pPart,
            IMatchProcessor<? super StructuredClassifierPartMatch> processor)Executes the given processor on each match of the pattern that conforms to the given fixed values of some parameters. | 
| boolean | StructuredClassifierPartMatcher. forOneArbitraryMatch(org.eclipse.uml2.uml.StructuredClassifier pStructuredClassifier,
                    org.eclipse.uml2.uml.Property pPart,
                    IMatchProcessor<? super StructuredClassifierPartMatch> 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 | 
|---|---|
| StructuredClassifierPartMatch | StructuredClassifierPartQuerySpecification. newEmptyMatch() | 
| StructuredClassifierPartMatch | StructuredClassifierPartQuerySpecification. newMatch(java.lang.Object... parameters) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | StructuredClassifierPartProcessor. process(StructuredClassifierPartMatch match) |