public interface ModelQuery
extends org.w3c.cci2.AnyTypePredicate
| Modifier and Type | Method and Description |
|---|---|
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. |
org.w3c.cci2.OptionalFeaturePredicate |
relatedDiagram()
Adds a constraint to the predicate for
Model testing whether the value of the feature relatedDiagram is null or not. |
org.w3c.cci2.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. |
org.w3c.cci2.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
org.w3c.cci2.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
This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.