Uses of Interface
org.opencrx.kernel.model1.cci2.ElementQuery

Packages that use ElementQuery
org.opencrx.kernel.model1.cci2   
org.opencrx.kernel.model1.jmi1   
 

Uses of ElementQuery in org.opencrx.kernel.model1.cci2
 

Subinterfaces of ElementQuery in org.opencrx.kernel.model1.cci2
 interface AliasTypeQuery
           
 interface AssociationEndQuery
           
 interface AssociationQuery
           
 interface AttributeQuery
           
 interface BehaviouralFeatureQuery
           
 interface ClassifierQuery
           
 interface ClassQuery
           
 interface CollectionTypeQuery
           
 interface ConstantQuery
           
 interface ConstraintQuery
           
 interface DatatypeQuery
           
 interface EnumerationTypeQuery
           
 interface ExceptionQuery
           
 interface FeatureQuery
           
 interface GeneralizableElementQuery
           
 interface ImportQuery
           
 interface NamespaceQuery
           
 interface OperationQuery
           
 interface PackageQuery
           
 interface ParameterQuery
           
 interface PrimitiveTypeQuery
           
 interface ReferenceQuery
           
 interface StructuralFeatureQuery
           
 interface StructureFieldQuery
           
 interface StructureTypeQuery
           
 interface TagQuery
           
 interface TypedElementQuery
           
 

Methods in org.opencrx.kernel.model1.cci2 that return ElementQuery
 ElementQuery NamespaceQuery.forAllContent()
          Adds a condition for the feature content to the predicate for Namespace, which evaluates to false unless the value of the feature content satisfies the given condition.
 ElementQuery SegmentQuery.forAllElement()
          Adds a condition for the feature element to the predicate for Segment, which evaluates to false unless the value of the feature element satisfies the given condition.
 ElementQuery NamespaceQuery.thereExistsContent()
          Adds a condition for the feature content to the predicate for Namespace, which evaluates to false unless the value of the feature content satisfies the given condition.
 ElementQuery SegmentQuery.thereExistsElement()
          Adds a condition for the feature element to the predicate for Segment, which evaluates to false unless the value of the feature element satisfies the given condition.
 

Uses of ElementQuery in org.opencrx.kernel.model1.jmi1
 

Methods in org.opencrx.kernel.model1.jmi1 that return ElementQuery
 ElementQuery Model1Package.createElementQuery()
           
 

Methods in org.opencrx.kernel.model1.jmi1 with parameters of type ElementQuery
<T extends Element>
List<T>
Namespace.getContent(ElementQuery query)
          Retrieves the value for the reference content for the specified query.
<T extends Element>
List<T>
Segment.getElement(ElementQuery query)
          Retrieves the value for the reference element for the specified query.
 



This software is published under the BSD license. Copyright © 2003-2012, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.