Package | Description |
---|---|
charger.obj |
Classes for the graph objects themselves.
|
Modifier and Type | Field and Description |
---|---|
private GraphObject.Kind |
GraphObjectIterator.kindToMatch
An indicator GraphObject type or subtype(s) being iterated
|
GraphObject.Kind |
GraphObject.myKind |
Modifier and Type | Method and Description |
---|---|
static GraphObject.Kind |
GraphObject.Kind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GraphObject.Kind[] |
GraphObject.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
DeepIterator(Graph g,
GraphObject.Kind kind) |
GraphObjectIterator(Graph g,
GraphObject go,
GraphObject.Kind kind,
boolean isDeep)
Collect graph objects to form an iteration.
|
ShallowIterator(Graph g,
GraphObject.Kind kind) |