public class TVG extends Object
Modifier and Type | Method and Description |
---|---|
void |
addNode(Node n) |
void |
addTVLink(TVLink l) |
void |
buildCompleteGraph(Integer N) |
void |
buildFromFile(String filename) |
Node |
getNodeById(String id) |
Vector<Node> |
getNodes() |
Vector<TVLink> |
getTVLinks() |
int |
nbDates() |
String |
toString() |
public TVG()
public TVG(Class cNode)