Uses of Interface
rafa.dep.Dependency

Packages that use Dependency
rafa.dep   
rafa.math.filter   
rafa.math.gen   
 

Uses of Dependency in rafa.dep
 

Classes in rafa.dep that implement Dependency
 class SimpleDependency
          Class describing a very simple dependency on another object.
 

Methods in rafa.dep that return types with arguments of type Dependency
 java.util.Collection<Dependency> DependencyManager.getDependencies()
           
 java.util.Collection<Dependency> DependencyManager.getDependencies(java.lang.Object dep)
          Gets the dependencies on a given object, including the details.
 java.util.Collection<Dependency> Dependent.getDependencies(java.lang.Object target)
          Gets detailed information about the dependencies of this object on a given one.
 java.util.Collection<Dependency> SimpleDependency.search(java.lang.Object subTarget)
           
 java.util.Collection<Dependency> Dependency.search(java.lang.Object subTarget)
          Searches a sub-dependency within this object's target.
 

Methods in rafa.dep with parameters of type Dependency
 void DependencyManager.addDependency(Dependency newDependency)
          Adds a dependency.
protected  SimpleDependency SimpleDependency.mergeWith(Dependency subDep)
          Merges this dependency with another one.
 void DependencyManager.removeDependency(Dependency dep)
          Removes a single dependency.
 

Uses of Dependency in rafa.math.filter
 

Methods in rafa.math.filter that return types with arguments of type Dependency
 java.util.Collection<Dependency> FunctionInsertBuilder.getDependencies(java.lang.Object target)
           
 java.util.Collection<Dependency> IndelFilter.getDependencies(java.lang.Object target)
           
 java.util.Collection<Dependency> FunctionMutationTargeter.getDependencies(java.lang.Object target)
           
 java.util.Collection<Dependency> InsertionFilter.getDependencies(java.lang.Object target)
           
 

Uses of Dependency in rafa.math.gen
 

Classes in rafa.math.gen that implement Dependency
 class GeneratorDependency
          Dependency of a NumberGenerator on another one.
 

Methods in rafa.math.gen that return Dependency
protected  Dependency SerialStrategy.buildDependency()
          Builds a dependency on the underlying provider generator.
 

Methods in rafa.math.gen that return types with arguments of type Dependency
 java.util.Collection<Dependency> DiscontinuousFunctionStrategy.getDependencies(java.lang.Object dep)
           
 java.util.Collection<Dependency> NumberGenerator.getDependencies(java.lang.Object dep)
           
 java.util.Collection<Dependency> SerialStrategy.getDependencies(java.lang.Object dep)
           
 java.util.Collection<Dependency> FilterStrategy.getDependencies(java.lang.Object dep)
           
 java.util.Collection<Dependency> FilteredGenerator.getDependencies(java.lang.Object dep)
           
 java.util.Collection<Dependency> Function.getDependencies(java.lang.Object target)
           
 java.util.Collection<Dependency> FunctionStrategy.getDependencies(java.lang.Object dep)
           
 

Methods in rafa.math.gen with parameters of type Dependency
protected  GeneratorDependency GeneratorDependency.mergeWith(Dependency subDep)
          Merges this dependency with another sub-dependency on a given target.
 



Copyright © 2008-2009. All Rights Reserved.