Topologic  0.8.9
Classes
Topologic::Attributes Namespace Reference

Attributes include the following classes: Attribute, AttributeFactory, AttributeFactoryManager, DoubleAttributeFactory, IntAttributeFactory and StringAttributeFactory. More...

Classes

class  Attribute
 An Attribute to a Topology maps an ID to its value. More...
 
class  AttributeFactory
 A public abstract factory class to create an Attribute. This class should be inherited when new Attribute classes are implemented. More...
 
class  AttributeFactoryManager
 An AttributeFactoryManager stores the subclasses of AttributeFactory, identified by their IDs. This class is used to identify the attribute type. The ID is in the GUID format, represented as a String. A user-created AttributeFactory must be registered with a unique ID to this class. More...
 
class  DoubleAttributeFactory
 (private) A factory class to create a double Attribute. More...
 
class  IntAttributeFactory
 (private) A factory class to create an integer Attribute. More...
 
class  StringAttributeFactory
 (private) A factory class to create a String Attribute. More...
 

Detailed Description

Attributes include the following classes: Attribute, AttributeFactory, AttributeFactoryManager, DoubleAttributeFactory, IntAttributeFactory and StringAttributeFactory.