|
||||||||||
| 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 constraint for the feature relatedDiagram to the
predicate. |
ModelQuery |
forAllRelatedModel()
Adds a constraint for the feature relatedModel to the
predicate. |
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 constraint for the feature relatedDiagram to the
predicate. |
ModelQuery |
thereExistsRelatedModel()
Adds a constraint for the feature relatedModel to the
predicate. |
| 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. The predicate for Model evaluates
true if its value of feature relatedDiagram
satisfies the selected condition.
Since the multiplicity for this attribute is 0..1, the attribute can
have no value in which case the predicate evaluates to
false!
DiagramQuery forAllRelatedDiagram()
relatedDiagram to the
predicate. The predicate for Model evaluates
true if its value of feature relatedDiagram
satisfies the selected condition.
Since the multiplicity for this attribute is 0..1, the attribute can
have no value in which case the predicate evaluates to
true!
OptionalFeaturePredicate relatedModel()
Model testing
whether the value of the feature relatedModel is
null or not.
ModelQuery thereExistsRelatedModel()
relatedModel to the
predicate. The predicate for Model evaluates
true if its value of feature relatedModel
satisfies the selected condition.
Since the multiplicity for this attribute is 0..1, the attribute can
have no value in which case the predicate evaluates to
false!
ModelQuery forAllRelatedModel()
relatedModel to the
predicate. The predicate for Model evaluates
true if its value of feature relatedModel
satisfies the selected condition.
Since the multiplicity for this attribute is 0..1, the attribute can
have no value in which case the predicate evaluates to
true!
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||