|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnenok.lc.JoinTree.Construction
public class JoinTree.Construction
Inner class wrapping all necessary data for the join tree construction process.
Field Summary | |
---|---|
Knowledgebase |
knowledgebase
Knowledgebase covered by this join tree. |
Processor |
proc
Processor assigned to query nodes. |
List<Domain> |
queries
List of queries to be covered. |
Constructor Summary | |
---|---|
JoinTree.Construction(Knowledgebase kb,
List<Domain> queries,
Processor proc)
Constructor: |
Method Summary | |
---|---|
Node |
getNodeInstance()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Knowledgebase knowledgebase
public List<Domain> queries
public Processor proc
Constructor Detail |
---|
public JoinTree.Construction(Knowledgebase kb, List<Domain> queries, Processor proc)
kb
- The knowledgebase covered by this join tree.queries
- List of queries to be covered.proc
- The store of the query processor.Method Detail |
---|
public Node getNodeInstance()
Node
instance for the corresponding architecture.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |