Package | Description |
---|---|
charger.obj |
Classes for the graph objects themselves.
|
Modifier and Type | Method and Description |
---|---|
GEdge.Direction |
GEdge.howLinked(GNode gn)
Tells which end of the current link (if either) is the given GNode.
|
static GEdge.Direction |
GEdge.Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GEdge.Direction[] |
GEdge.Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ArrayList<GNode> |
GNode.getLinkedNodes(GEdge.Direction direction)
Returns a list of GNodes depending on whether they are "from" or "to"
the calling node.
|