Package | Description |
---|---|
org.grouplens.grapht.solver |
Dependency resolution.
|
org.grouplens.grapht.util |
Modifier and Type | Class and Description |
---|---|
class |
DesireChain
A sequence of desires.
|
class |
InjectionContext
InjectionContext represents the current path through the dependency graph to
the desire being resolved by
BindingFunction.bind(InjectionContext, DesireChain) . |
Modifier and Type | Field and Description |
---|---|
protected AbstractChain<E> |
AbstractChain.previous |
Constructor and Description |
---|
AbstractChain(AbstractChain<E> prev,
E tv)
Construct a new chain node.
|
Copyright © 2016 GroupLens Research. All rights reserved.