Uses of Class
rafa.dep.CircularDependencyException

Packages that use CircularDependencyException
rafa.dep   
rafa.math.gen   
 

Uses of CircularDependencyException in rafa.dep
 

Methods in rafa.dep that throw CircularDependencyException
 void DependencyManager.addDependency(Dependency newDependency)
          Adds a dependency.
 void SimpleDependency.validateCircularDependency()
          Checks that a dependency held by an object on itself is valid.
 void Dependency.validateCircularDependency()
          Checks that a dependency held by an object on itself is valid.
 

Uses of CircularDependencyException in rafa.math.gen
 

Methods in rafa.math.gen that throw CircularDependencyException
 void FunctionStrategy.setFunction(java.lang.String f)
          Sets the function of this generator.
 void FilteredGenerator.setGenerator(INumberGenerator generator)
           
 void NumberGenerator.setStrategy(GeneratorStrategy strategy)
           
 void GeneratorDependency.validateCircularDependency()
          Checks that there will be no deadlocks due to circular dependencies, i.e.
 

Constructors in rafa.math.gen that throw CircularDependencyException
FilteredGenerator(java.lang.String name, INumberGenerator generator, java.util.List<ListFilter> filters)
          Constructor.
FunctionStrategy(java.lang.String f)
           
NumberGenerator(java.lang.String name, GeneratorStrategy strategy)
           
 



Copyright © 2008-2009. All Rights Reserved.