|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.samcrow.Graph
public class Graph
Contains the links and nodes of a grid
Field Summary | |
---|---|
java.util.Collection<Link> |
links
|
java.util.Collection<Node> |
nodes
|
Constructor Summary | |
---|---|
Graph(java.util.Collection<Node> inNodes,
java.util.Collection<Link> inLinks)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.util.Collection<Node> nodes
public java.util.Collection<Link> links
Constructor Detail |
---|
public Graph(java.util.Collection<Node> inNodes, java.util.Collection<Link> inLinks)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |