Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
X
Y
_
K
kb
- Static variable in class monitor.
Monitor
kb
- Static variable in class reasoner.
Concept
the Knowledge Base
kb
- Variable in class reasoner.
ConcreteConcept
the KnowledgeBase
kb
- Variable in class reasoner.
Individual
kb
- Variable in class reasoner.
OpQuery
The KnowledgeBase
kb
- Variable in class reasoner.
Quantifier
the KnowledgeBase
kb
- Variable in class reasoner.
Role
The KnowledgeBase
kb
- Variable in class reasoner.
RoleQuery
The KnowledgeBase
kb
- Static variable in class test.
Eval3
KnowledgeBase
- Class in
reasoner
This class represents a knowledge base as a container of Concepts, ConcreteConcepts, Individuals, ULineEvents, Roles, Quantifiers and one Query
KnowledgeBase()
- Constructor for class reasoner.
KnowledgeBase
Constructor for a new empty Knowledge Base as a container of empty HashMaps of Concepts, ConcreteConcepts, Individuals, ULineEvents, Roles and Quantifiers and with a null Query
KnowledgeBase(HashMap<String, Concept>, HashMap<String, ConcreteConcept>, HashMap<String, Individual>, HashMap<String, ULineEvent>, HashMap<String, Role>, HashMap<String, Quantifier>)
- Constructor for class reasoner.
KnowledgeBase
Constructor for a new Knowledge Base from given HashMaps of elements
KnowledgeBase(HashMap<String, Concept>, HashMap<String, ConcreteConcept>, HashMap<String, Individual>, HashMap<String, ULineEvent>, HashMap<String, Role>, HashMap<String, Quantifier>, Query)
- Constructor for class reasoner.
KnowledgeBase
Constructor for a new Knowledge Base from given HashMaps of elements
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
X
Y
_