Uses of Class
tbox.ConcOpConceptType

Packages that use ConcOpConceptType
tbox   
 

Uses of ConcOpConceptType in tbox
 

Fields in tbox with type parameters of type ConcOpConceptType
protected  java.util.List<ConcOpConceptType> TBoxType.concOpConcepts
           
 

Methods in tbox that return ConcOpConceptType
 ConcOpConceptType ObjectFactory.createConcOpConceptType()
          Create an instance of ConcOpConceptType
 

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

Methods in tbox with parameters of type ConcOpConceptType
 javax.xml.bind.JAXBElement<ConcOpConceptType> ObjectFactory.createConcOpConcepts(ConcOpConceptType value)
          Create an instance of JAXBElement<ConcOpConceptType>}