Package | Description |
---|---|
graphanalysis.properties |
package contains methods to analyze different
properties of SDF, HSDF and Split-join graphs.
|
Modifier and Type | Method and Description |
---|---|
SplitJoinGraphAnalysis.EdgeType |
SplitJoinGraphAnalysis.getEdgeType(Channel chnnl)
Get type of edge
|
static SplitJoinGraphAnalysis.EdgeType |
SplitJoinGraphAnalysis.EdgeType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SplitJoinGraphAnalysis.EdgeType[] |
SplitJoinGraphAnalysis.EdgeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|