|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Query | |
---|---|
monitor | |
reasoner | |
test |
Uses of Query in monitor |
---|
Fields in monitor declared as Query | |
---|---|
private static Query |
Monitor.qry
|
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 |
Uses of Query in test |
---|
Fields in test declared as Query | |
---|---|
(package private) static Query |
Eval3.qry
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |