Package | Description |
---|---|
org.grouplens.grapht |
Modifier and Type | Method and Description |
---|---|
static Dependency.Flag |
Dependency.Flag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Dependency.Flag[] |
Dependency.Flag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static EnumSet<Dependency.Flag> |
Dependency.Flag.emptySet() |
EnumSet<Dependency.Flag> |
Dependency.getFlags()
Get the flags associated with this dependency.
|
Modifier and Type | Method and Description |
---|---|
static Dependency |
Dependency.create(DesireChain desires,
EnumSet<Dependency.Flag> flags) |
Copyright © 2016 GroupLens Research. All rights reserved.