|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectalun.graph.AbstractGraph<V,E>
alun.graph.Network<V,E>
alun.graph.CarefulNetwork<V,E>
public class CarefulNetwork<V,E>
| Constructor Summary | |
|---|---|
CarefulNetwork()
|
|
CarefulNetwork(int initcap)
|
|
| Method Summary | |
|---|---|
boolean |
add(V x)
|
java.util.Set<V> |
getVertices()
|
| Methods inherited from class alun.graph.Network |
|---|
connect, connection, getEdges, getNeighbours, nConnections, read, read, readAsIntegers, readAsIntegers, toString |
| Methods inherited from class alun.graph.AbstractGraph |
|---|
clear, connect, connects, contains, disconnect, disconnect, inNeighbours, outNeighbours, remove |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface alun.graph.MutableGraph |
|---|
clear, connect, disconnect, remove |
| Methods inherited from interface alun.graph.Graph |
|---|
connects, contains, inNeighbours, outNeighbours |
| Constructor Detail |
|---|
public CarefulNetwork(int initcap)
public CarefulNetwork()
| Method Detail |
|---|
public boolean add(V x)
add in interface MutableGraph<V,E>add in class AbstractGraph<V,E>public java.util.Set<V> getVertices()
getVertices in interface Graph<V,E>getVertices in class AbstractGraph<V,E>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||