Package | Description |
---|---|
org.processmining.humbertogarciacaballero.models.model | |
org.processmining.humbertogarciacaballero.models.model.layout.stage |
Modifier and Type | Method and Description |
---|---|
NodeType |
NodeType.opposite() |
static NodeType |
NodeType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NodeType[] |
NodeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static NodeType |
LayoutStage.getNodeType(prefuse.data.Node node) |
Modifier and Type | Method and Description |
---|---|
static java.util.Iterator<prefuse.data.Node> |
LayoutStage.getRootNodes(prefuse.data.Graph graph,
NodeType nodeType)
Gets the root nodes of a graph.
|
static java.util.Iterator<prefuse.data.Node> |
LayoutStage.getSuccessors(prefuse.data.Node n,
boolean undirected,
NodeType nodeType) |