|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Dag.Relation | |
---|---|
jus.util.dag |
Uses of Dag.Relation in jus.util.dag |
---|
Methods in jus.util.dag that return Dag.Relation | |
---|---|
static Dag.Relation |
Dag.Relation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Dag.Relation[] |
Dag.Relation.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in jus.util.dag with parameters of type Dag.Relation | |
---|---|
java.util.List<Dag<T>> |
Dag.leafList(Dag.Relation r)
|
java.util.List<Dag<T>> |
Dag.levelList(Dag.Relation r)
|
java.util.List<Dag<T>> |
Dag.postfixList(Dag.Relation r)
|
java.util.List<Dag<T>> |
Dag.PrefixList(Dag.Relation relation)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |