N
- The class representing the nodes of the graphE
- The class representing the edges of the graphpublic class TimedGraph<N,E> extends DirectedGraph<N,E>
Constructor and Description |
---|
TimedGraph() |
Modifier and Type | Method and Description |
---|---|
java.util.Date |
getEarliestTime()
Returns the earliest time for any activity within this graph.
|
java.util.Date |
getLatestTime()
Returns the latest time for any activity within this graph.
|
add, addEdge, getEdge, getEdgeSegment, getEdgeSet, getNodeSet, getSegmentSet, isDirected, toString
addAll, clear, contains, containsEdge, edgeIterator, equals, getNodeEdges, hashCode, isEmpty, iterator, order, remove, removeEdge, size
public java.util.Date getEarliestTime()
public java.util.Date getLatestTime()