Package | Description |
---|---|
org.grouplens.grapht.solver |
Dependency resolution.
|
Modifier and Type | Method and Description |
---|---|
static BindingFlag |
BindingFlag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BindingFlag[] |
BindingFlag.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<BindingFlag> |
BindingFlag.emptySet() |
EnumSet<BindingFlag> |
BindRule.getFlags()
Get the flags attached to this bind rule.
|
static EnumSet<BindingFlag> |
BindingFlag.set(BindingFlag... flags) |
Modifier and Type | Method and Description |
---|---|
BindRuleBuilder |
BindRuleBuilder.addFlag(BindingFlag flag)
Add a flag to the constructed bind rule.
|
BindingResult.Builder |
BindingResult.Builder.addFlag(BindingFlag flag) |
static EnumSet<BindingFlag> |
BindingFlag.set(BindingFlag... flags) |
Modifier and Type | Method and Description |
---|---|
BindRuleBuilder |
BindRuleBuilder.setFlags(EnumSet<BindingFlag> fs)
Set the flags on this bind rule.
|
BindingResult.Builder |
BindingResult.Builder.setFlags(EnumSet<BindingFlag> flags) |
Copyright © 2016 GroupLens Research. All rights reserved.