Package | Description |
---|---|
graphanalysis |
package contains algorithms to perform different
analysis on the Application graph.
|
Modifier and Type | Field and Description |
---|---|
private java.util.HashMap<Actor,GraphFindCycles.Color> |
GraphFindCycles.color
Color assigned to the actor.
|
Modifier and Type | Method and Description |
---|---|
static GraphFindCycles.Color |
GraphFindCycles.Color.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GraphFindCycles.Color[] |
GraphFindCycles.Color.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|