jtp.time.tp
Class TimePoint
java.lang.Object
|
+--jtp.time.tp.TimePoint
- Direct Known Subclasses:
- CalendarTimePoint
- public class TimePoint
- extends Object
A basic representation for time points.
TimePoint
public TimePoint()
- No-argument constructor for a TimePoint. Does not set a node.
TimePoint
public TimePoint(Node n)
TimePoint
public TimePoint(Object o)
- Constructor for a TimePoint named s.
setNode(Node)
is called
with a newly constructed node.
TimePoint
public TimePoint(Object o,
Node n)
getID
public Object getID()
getNode
public Node getNode()
setNode
public void setNode(Node n)
toString
public String toString()
- Overrides:
toString
in class Object