Uses of Class
tbox.QuantifierType

Packages that use QuantifierType
tbox   
 

Uses of QuantifierType in tbox
 

Fields in tbox declared as QuantifierType
protected  QuantifierType QuantRoleConceptType.quantifier
           
 

Fields in tbox with type parameters of type QuantifierType
protected  java.util.List<QuantifierType> TBoxType.quantifiers
           
 

Methods in tbox that return QuantifierType
 QuantifierType ObjectFactory.createQuantifierType()
          Create an instance of QuantifierType
 QuantifierType QuantRoleConceptType.getQuantifier()
          Gets the value of the quantifier property.
 

Methods in tbox that return types with arguments of type QuantifierType
 javax.xml.bind.JAXBElement<QuantifierType> ObjectFactory.createQuantifiers(QuantifierType value)
          Create an instance of JAXBElement<QuantifierType>}
 java.util.List<QuantifierType> TBoxType.getQuantifiers()
          Gets the value of the quantifiers property.
 

Methods in tbox with parameters of type QuantifierType
 javax.xml.bind.JAXBElement<QuantifierType> ObjectFactory.createQuantifiers(QuantifierType value)
          Create an instance of JAXBElement<QuantifierType>}
 void QuantRoleConceptType.setQuantifier(QuantifierType value)
          Sets the value of the quantifier property.