Package story.dbcore.misc

Interface Summary
CloneableObject SCH-specific way to indicate when arguments can duplicate themselves by value.
GenericType An interface that outlines required functions for all Type classes, e.g., IDType, LinkType, LinkDirection.
RenderableObject Interface for application-specific objects to use to show db-core that they have an avaiable render() function (necessary for such types of pluggable objects as AttributeValues).
 

Class Summary
AppFileExtension Wrapper for strings that requires that they be valid application names for invoking the DB-Core to make applications.
AppName Wrapper for strings that requires that they be valid application names for invoking the DB-Core to make applications.
AttributeID Extension of GenericID that semantically represents the name of an attribute.
ComparisonType Manually implemented enum for types.
Configuration A place to parse and retrieve the text keys and text values of a configuration, especially from a file.
DocumentID Extension of GenericID that semantically represents the ID of a Document.
GenericID An abstract class that represents an identifier.
IDType Manually implemented enum for types.
ImmutableHashSet A read-only HashSet.
ImmutableVector A read-only Vector.
NodeID Extension of GenericID that semantically represents the ID of a Node.
NodeRepositoryID Extension of GenericID that semantically represents the ID of a NodeRepository.
NonReservedID A light wrapper for strings that adds a semantic meaning that the string is not a system reserved word.
Tools Bag of miscellaneous tricks.
 



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