Package story.dbcore.attributes

Interface Summary
InternableObject An interface which allows DBCore to intern and unintern objects from other modules it doesn't know about.
 

Class Summary
Attribute Root abstract class for an Attribute.
AttributeSet An object that represents a collection of all the attributes attached to a certain node.
AttributeValue The value of an attribute.
BooleanAttribute Boolean attribute for nodes concretizing Attribute abstract class.
DoubleAttribute Double attribute concretizing Attribute abstract class.
EnumAttribute Attribute for enums, i.e., sets of strings, so that the attribute can only be set to one of those strings (or null).
FloatAttribute Attribute for Floats.
IntegerAttribute Attribute for Integers.
LongAttribute Long attribute concretizing Attribute abstract class.
NodeAddressAttribute Attribute for NodeAddresses.
NodeInstancingAttribute Attribute concretizing Attribute abstract class for attributes that are NodeInstancings.
ParameterSetAttribute Attribute concretizing Attribute abstract class for attributes that are parameters.
TextField Attribute for text fields (i.e, Strings).
TypeAttribute Attribute for Type classes, i.e., those implementing GenericType.
 



Copyright © 2011 David K. Elson. All Rights Reserved.