Package org.databene.model.depend

Interface Summary
Dependent<E extends Dependent<E>> Abstraction of an object that depends on other objects.
 

Class Summary
AbstractDependent<E extends Dependent<E>> Abstract class that provides partial featur implementation of the Dependent interface.
DefaultDependent<S,E extends Dependent<E>> Default implementation of the Dependent interface.
DependencyModel<E extends Dependent<E>> Orders objects by dependency.
 

Exception Summary
CyclicDependencyException Exception that signals a cyclic dependency.
 



Copyright © 2010. All Rights Reserved.