| Package | Description |
|---|---|
| org.grouplens.grapht.solver |
Dependency resolution.
|
| Modifier and Type | Method and Description |
|---|---|
BindRule |
BindRuleBuilder.build() |
static BindRule |
BindRules.toClass(Class<?> depType,
QualifierMatcher qualifier,
Class<?> implType,
CachePolicy policy,
boolean terminal)
Deprecated.
Use
BindRuleBuilder. |
static BindRule |
BindRules.toSatisfaction(Class<?> depType,
QualifierMatcher qualifier,
Satisfaction satisfaction,
CachePolicy policy,
boolean terminal)
Deprecated.
Use
BindRuleBuilder. |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ListMultimap<ContextMatcher,BindRule> |
RuleBasedBindingFunction.getRules()
Get the rules underlying this binding function.
|
| Modifier and Type | Method and Description |
|---|---|
int |
BindRule.compareTo(BindRule other)
Compare this bind rule to another.
|
| Constructor and Description |
|---|
RuleBasedBindingFunction(com.google.common.collect.Multimap<ContextMatcher,BindRule> rules) |
Copyright © 2016 GroupLens Research. All rights reserved.