JTP API Documentation

Uses of Class
jtp.time.tlgraph.Node

Packages that use Node
jtp.time.tlgraph   
jtp.time.tp   
 

Uses of Node in jtp.time.tlgraph
 

Methods in jtp.time.tlgraph with parameters of type Node
 byte TLGraph.query(Node v, Node w)
           
 byte TLGraph.query(Node v, Node w)
           
 

Uses of Node in jtp.time.tp
 

Methods in jtp.time.tp that return Node
 Node TimePoint.getNode()
           
 

Methods in jtp.time.tp with parameters of type Node
 void TimePoint.setNode(Node n)
           
 

Constructors in jtp.time.tp with parameters of type Node
TimePoint(Node n)
           
TimePoint(Object o, Node n)
           
 


JTP API Documentation