Package nz.ac.waikato.mcennis.rat.graph.property

Interface Summary
Property Class for defining a property on either actor, link, or graph
PropertyValueFactory<Type> A factory interface for importing and exporting a given java data type from Strings.
 

Class Summary
AssociativeMiningItemsFactory Factory for serializing and deserializing AssociativeMiningItems.
BasicProperty Class describing properties on graphs and actors
DoubleFactory Factory for serializing and deserializing Double objects
FileFactory Class for serializing and deserializing java.io.File objects
HashMapStringDoubleFactory Factory for serlizing and deserializing HashMap<String,Double> objects
InstanceFactory Factory object for serializing and deserializing weka Instance objects
InstancesFactory Factory for serializing and deserializing Instances objects.
IntegerFactory Factory for serializing and deserializing Integer objects
LongFactory Factory object for serializing and deserializing a Long object
PropertyFactory Class for creating Property objects
PropertyTypeRegister Singleton registry object for obtaining PropertyValueFactory objects of the given class without needing to hard-code the classes in the parsers.
StringFactory Factory for serializing and deserializing string objects
URLFactory Factory for serializing and deserializing java.net.URL objects
 

Exception Summary
InvalidObjectTypeException Error thrown when a new value is added to a property that is not assignable to the class of the property.