Uses of Interface
nz.ac.waikato.mcennis.rat.graph.algorithm.reusablecores.instanceFactories.InstanceFactory

Packages that use InstanceFactory
nz.ac.waikato.mcennis.rat.graph.algorithm.reusablecores.instanceFactories   
 

Uses of InstanceFactory in nz.ac.waikato.mcennis.rat.graph.algorithm.reusablecores.instanceFactories
 

Classes in nz.ac.waikato.mcennis.rat.graph.algorithm.reusablecores.instanceFactories that implement InstanceFactory
 class DefaultInstanceFactory
          This class is used when an approprite Object specific factory does not exist.
 class DoubleArrayInstanceFactory
          Class for transforming double[] property values into an Instance.
 class DoubleInstanceFactory
          Class for transforming Double property values into an Instance.
 class InstanceInstanceFactory
          Returns the underlying instance without any modification.
 class IntegerInstanceFactory
          Class for transforming Integer property values into an Instance.
 class LongInstanceFactory
          Class for transforming Long property values into an Instance.
 class StringInstanceFactory
          Class for transforming a String into an Instance from a property of name 'name'.
 

Methods in nz.ac.waikato.mcennis.rat.graph.algorithm.reusablecores.instanceFactories that return InstanceFactory
 InstanceFactory InstanceFactoryRegistry.getFactory(java.lang.Class type)
          Returns the InstanceFactory that transforms object of the type determined by the given class object or the DefaultInstanceFactory if no factory of the correct type is given.