|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ModelQuery
| Method Summary | |
|---|---|
DiagramQuery |
forAllRelatedDiagram()
Adds a condition for the feature relatedDiagram to the
predicate for Model, which evaluates to false
unless the value of the feature relatedDiagram satisfies
the given condition. |
ModelQuery |
forAllRelatedModel()
Adds a condition for the feature relatedModel to the
predicate for Model, which evaluates to false
unless the value of the feature relatedModel satisfies the
given condition. |
OptionalFeaturePredicate |
relatedDiagram()
Adds a constraint to the predicate for Model testing
whether the value of the feature relatedDiagram is
null or not. |
OptionalFeaturePredicate |
relatedModel()
Adds a constraint to the predicate for Model testing
whether the value of the feature relatedModel is
null or not. |
DiagramQuery |
thereExistsRelatedDiagram()
Adds a condition for the feature relatedDiagram to the
predicate for Model, which evaluates to false
unless the value of the feature relatedDiagram satisfies
the given condition. |
ModelQuery |
thereExistsRelatedModel()
Adds a condition for the feature relatedModel to the
predicate for Model, which evaluates to false
unless the value of the feature relatedModel satisfies the
given condition. |
| Methods inherited from interface org.w3c.cci2.AnyTypePredicate |
|---|
elementOf, elementOf, equalTo, notAnElementOf, notAnElementOf, notEqualTo |
| Method Detail |
|---|
OptionalFeaturePredicate relatedDiagram()
Model testing
whether the value of the feature relatedDiagram is
null or not.
DiagramQuery thereExistsRelatedDiagram()
relatedDiagram to the
predicate for Model, which evaluates to false
unless the value of the feature relatedDiagram satisfies
the given condition.
Since the attribute is optional its value may be null,
in which case the condition is not satisfied
DiagramQuery forAllRelatedDiagram()
relatedDiagram to the
predicate for Model, which evaluates to false
unless the value of the feature relatedDiagram satisfies
the given condition.
Since the attribute is optional its value may be null,
in which case the condition is satisfied
OptionalFeaturePredicate relatedModel()
Model testing
whether the value of the feature relatedModel is
null or not.
ModelQuery thereExistsRelatedModel()
relatedModel to the
predicate for Model, which evaluates to false
unless the value of the feature relatedModel satisfies the
given condition.
Since the attribute is optional its value may be null,
in which case the condition is not satisfied
ModelQuery forAllRelatedModel()
relatedModel to the
predicate for Model, which evaluates to false
unless the value of the feature relatedModel satisfies the
given condition.
Since the attribute is optional its value may be null,
in which case the condition is satisfied
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||