Uses of Class
tbox.SimpleConcept

Packages that use SimpleConcept
monitor   
tbox   
 

Uses of SimpleConcept in monitor
 

Fields in monitor declared as SimpleConcept
private static SimpleConcept Monitor.sc
           
 

Uses of SimpleConcept in tbox
 

Fields in tbox declared as SimpleConcept
protected  SimpleConcept QuantRoleConceptType.concept
           
protected  SimpleConcept ConcOpConceptType.concept1
           
protected  SimpleConcept ConcOpConceptType.concept2
           
protected  SimpleConcept RoleType.domain
           
protected  SimpleConcept RoleType.range
           
 

Fields in tbox with type parameters of type SimpleConcept
protected  java.util.List<SimpleConcept> TBoxType.simpleConcepts
           
 

Methods in tbox that return SimpleConcept
 SimpleConcept ObjectFactory.createSimpleConcept()
          Create an instance of SimpleConcept
 SimpleConcept QuantRoleConceptType.getConcept()
          Gets the value of the concept property.
 SimpleConcept ConcOpConceptType.getConcept1()
          Gets the value of the concept1 property.
 SimpleConcept ConcOpConceptType.getConcept2()
          Gets the value of the concept2 property.
 SimpleConcept RoleType.getDomain()
          Gets the value of the domain property.
 SimpleConcept RoleType.getRange()
          Gets the value of the range property.
 

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

Methods in tbox with parameters of type SimpleConcept
 javax.xml.bind.JAXBElement<SimpleConcept> ObjectFactory.createSimpleConcepts(SimpleConcept value)
          Create an instance of JAXBElement<SimpleConcept>}
 void QuantRoleConceptType.setConcept(SimpleConcept value)
          Sets the value of the concept property.
 void ConcOpConceptType.setConcept1(SimpleConcept value)
          Sets the value of the concept1 property.
 void ConcOpConceptType.setConcept2(SimpleConcept value)
          Sets the value of the concept2 property.
 void RoleType.setDomain(SimpleConcept value)
          Sets the value of the domain property.
 void RoleType.setRange(SimpleConcept value)
          Sets the value of the range property.