nenok.lc
Class JoinTree.Construction
java.lang.Object
nenok.lc.JoinTree.Construction
- Enclosing class:
- JoinTree
public class JoinTree.Construction
- extends Object
Inner class wrapping all necessary data for the join tree construction process.
- Version:
- 1.1
- Author:
- Marc Pouly
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
knowledgebase
public Knowledgebase knowledgebase
- Knowledgebase covered by this join tree.
queries
public List<Domain> queries
- List of queries to be covered.
JoinTree.Construction
public JoinTree.Construction(Knowledgebase kb,
List<Domain> queries)
- Constructor:
- Parameters:
kb
- The knowledgebase from which this join tree is built.queries
- List of queries to be covered.
getNodeInstance
public Node getNodeInstance()
- Returns:
- Returns a
Node
instance for the corresponding architecture.