Uses of Interface
jcreek.cke.graph.Node

Packages that use Node
jcreek.cke.conceptview   
jcreek.cke.graph   
jcreek.cke.graph.layout   
 

Uses of Node in jcreek.cke.conceptview
 

Classes in jcreek.cke.conceptview that implement Node
 class VisualEntity
           
 

Methods in jcreek.cke.conceptview that return Node
 Node VisualRelation.getHead()
           
 Node VisualRelation.getTail()
           
 

Methods in jcreek.cke.conceptview with parameters of type Node
 void VisualEntity.removeChild(Node child)
           
 boolean VisualEntity.containsChild(Node child)
           
protected  void VisualEntity.addChild(Node child)
           
 

Uses of Node in jcreek.cke.graph
 

Fields in jcreek.cke.graph declared as Node
protected  Node DefaultGraph.root
           
 

Methods in jcreek.cke.graph that return Node
 Node Graph.getRoot()
           
 Node Edge.getHead()
           
 Node Edge.getTail()
           
 Node DefaultGraph.getRoot()
           
 

Methods in jcreek.cke.graph with parameters of type Node
protected  boolean TreeGraph.isPath(Node head, Node tail)
           
 void Node.removeChild(Node child)
           
 boolean Node.containsChild(Node node)
           
 boolean Graph.addNode(Node node)
           
 boolean Graph.removeNode(Node node)
           
 boolean Graph.setRoot(Node node)
           
 boolean Graph.isRoot(Node node)
           
 java.util.Iterator Graph.getEdgeIterator(Node node)
           
 java.util.Iterator Graph.getChildIterator(Node node)
           
 int Graph.getNumChildren(Node node)
           
 boolean DefaultGraph.addNode(Node node)
           
 boolean DefaultGraph.removeNode(Node node)
           
 boolean DefaultGraph.setRoot(Node node)
           
 boolean DefaultGraph.isRoot(Node node)
           
 int DefaultGraph.getNumChildren(Node node)
           
protected  boolean DefaultGraph.removeEdges(Node child)
           
 java.util.Iterator DefaultGraph.getEdgeIterator(Node node)
           
 java.util.Iterator DefaultGraph.getChildIterator(Node node)
           
 

Uses of Node in jcreek.cke.graph.layout
 

Methods in jcreek.cke.graph.layout that return Node
 Node TreeLayout.getRoot()
           
 

Methods in jcreek.cke.graph.layout with parameters of type Node
 void TreeLayout.setRoot(Node node)
           
protected  void TreeLayout.initializeData(Node node, int level)
           
 



Created at IDI, NTNU by the Artificial Intelligence and Learning group