Uses of Class
org.gxml.sa.GxQuantifier

Packages that use GxQuantifier
org.gxml.sa   
 

Uses of GxQuantifier in org.gxml.sa
 

Methods in org.gxml.sa that return GxQuantifier
static GxQuantifier GxQuantifier.approximate(int minOccurs, int maxOccurs)
          Approximates the schema minOccurs and maxOccurs with the GxQuantifier.
 GxQuantifier GxQuantifier.choice(GxQuantifier other)
           
 GxQuantifier GxQuantifier.product(GxQuantifier other)
           
 GxQuantifier GxMetaBridge.quantifier(T type)
          Approximates the possible number of items in the argument type.
 GxQuantifier GxQuantifier.single()
          Computes the quantifier for a type V when it is replaced by V[1] according to the following table:
this aggregate ? ? * ? 1 1 + 1 none none empty empty
 GxQuantifier GxQuantifier.sum(GxQuantifier other)
           
static GxQuantifier GxQuantifier.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static GxQuantifier[] GxQuantifier.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.gxml.sa with parameters of type GxQuantifier
 GxQuantifier GxQuantifier.choice(GxQuantifier other)
           
 boolean GxQuantifier.contains(GxQuantifier other)
           
 boolean GxQuantifier.in(GxQuantifier... others)
          Determines whether this quantifier is contained in the specified set of quantifiers.
 T GxMetaBridge.multiply(T argument, GxQuantifier multiplier)
          Multiplies the cardinality of the specified type by a specified cardinality.
 void GxMetaVisitor.multiplyType(T node, T argument, GxQuantifier multiplier)
           
 GxQuantifier GxQuantifier.product(GxQuantifier other)
           
 GxQuantifier GxQuantifier.sum(GxQuantifier other)
           
 



Copyright © 2009 TIBCO Software Inc. All Rights Reserved.