Package | Description |
---|---|
org.grouplens.grapht | |
org.grouplens.grapht.solver |
Dependency resolution.
|
Modifier and Type | Class and Description |
---|---|
class |
ResolutionException
Exception thrown when there is a dependency resolution error.
|
Modifier and Type | Class and Description |
---|---|
class |
CyclicDependencyException
Thrown by when a cyclic dependency is detected and could not be broken or
bypassed by the solver.
|
class |
MultipleBindingsException
Thrown when a BindingFunction would be required to return multiple binding
results for a given desire and context.
|
class |
UnresolvableDependencyException
Thrown when a desire cannot be resolved to an instantiable satisfaction.
|
Copyright © 2016 GroupLens Research. All rights reserved.