|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--mascoptDev.networks.Network
Network class.
Constructor Summary | |
Network()
Default Constructor. |
Method Summary | |
void |
addGraph(int id,
AbstractGraph graph)
Add graph in the network with an id. |
AbstractGraph |
getGraph(int id)
get graph in the network which has this id. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Network()
Method Detail |
public void addGraph(int id, AbstractGraph graph)
id
- the identity of graphgraph
- AbstractGraph
representing the graph to add.public AbstractGraph getGraph(int id)
id
- the identity of graph
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |