Uses of Interface
reasoner.Query

Packages that use Query
reasoner   
 

Uses of Query in reasoner
 

Classes in reasoner that implement Query
 class OpQuery
          This class represents a Query in the form (Q)AopB, where A and B are ConcreteConcept, op is binary operator between Concepts and Q is Quantifier.
 class RoleQuery
          This class represents a Query in the generic form (Qt)(Q)R.C, where Qt is a temporal Quantifier, Q is a Quantifier, R is a Role, C is a Concept
 

Fields in reasoner declared as Query
private  Query KnowledgeBase.query
          The Query
 

Methods in reasoner that return Query
 Query KnowledgeBase.getQuery()
           
 

Methods in reasoner with parameters of type Query
 void KnowledgeBase.setQuery(Query query)
           
 

Constructors in reasoner with parameters of type Query
KnowledgeBase(java.util.HashMap<java.lang.String,Concept> concepts, java.util.HashMap<java.lang.String,ConcreteConcept> concrConcepts, java.util.HashMap<java.lang.String,Individual> individuals, java.util.HashMap<java.lang.String,ULineEvent> uLineEvents, java.util.HashMap<java.lang.String,Role> roles, java.util.HashMap<java.lang.String,Quantifier> quantifiers, Query query)
          Constructor for a new Knowledge Base from given HashMaps of elements