org.opencrx.kernel.ras1.cci2
Interface ModelQuery

All Superinterfaces:
AnyTypePredicate
All Known Subinterfaces:
DesignModelQuery, RequirementModelQuery, TestModelQuery

public interface ModelQuery
extends AnyTypePredicate


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, equals, equalTo, notAnElementOf, notAnElementOf, notEqualTo
 

Method Detail

relatedDiagram

OptionalFeaturePredicate relatedDiagram()
Adds a constraint to the predicate for Model testing whether the value of the feature relatedDiagram is null or not.


thereExistsRelatedDiagram

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.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllRelatedDiagram

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.

Since the attribute is optional its value may be null, in which case the condition is satisfied


relatedModel

OptionalFeaturePredicate relatedModel()
Adds a constraint to the predicate for Model testing whether the value of the feature relatedModel is null or not.


thereExistsRelatedModel

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.

Since the attribute is optional its value may be null, in which case the condition is not satisfied


forAllRelatedModel

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.

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-2012, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.