Uses of Interface
nz.ac.waikato.mcennis.rat.graph.property.PropertyValueFactory

Packages that use PropertyValueFactory
nz.ac.waikato.mcennis.rat.graph.property   
 

Uses of PropertyValueFactory in nz.ac.waikato.mcennis.rat.graph.property
 

Classes in nz.ac.waikato.mcennis.rat.graph.property that implement PropertyValueFactory
 class AssociativeMiningItemsFactory
          Factory for serializing and deserializing AssociativeMiningItems.
 class DoubleFactory
          Factory for serializing and deserializing Double objects
 class FileFactory
          Class for serializing and deserializing java.io.File objects
 class HashMapStringDoubleFactory
          Factory for serlizing and deserializing HashMap<String,Double> objects
 class InstanceFactory
          Factory object for serializing and deserializing weka Instance objects
 class InstancesFactory
          Factory for serializing and deserializing Instances objects.
 class IntegerFactory
          Factory for serializing and deserializing Integer objects
 class LongFactory
          Factory object for serializing and deserializing a Long object
 class StringFactory
          Factory for serializing and deserializing string objects
 class URLFactory
          Factory for serializing and deserializing java.net.URL objects
 

Methods in nz.ac.waikato.mcennis.rat.graph.property that return PropertyValueFactory
 PropertyValueFactory PropertyTypeRegister.getFactory(java.lang.Class type)
          Get the appropriate factory of this type using a class object of the given type as a key.
 

Methods in nz.ac.waikato.mcennis.rat.graph.property with parameters of type PropertyValueFactory
 void PropertyTypeRegister.addFactory(java.lang.Class type, PropertyValueFactory value)
          Register the given factory for the given class of objects.