Uses of Package
net.charlesames.utility.entity

Packages that use net.charlesames.utility.entity
net.charlesames.music.common Classes in package music.common implement shared functionality. 
net.charlesames.music.ensemble Classes in package music.ensemble define the structure of scores. 
net.charlesames.music.score Classes in the {code net.charlesames.music.score} package represent musical scores and the components which comprise musical scores. 
net.charlesames.music.utility   
net.charlesames.utility.contour   
net.charlesames.utility.entity   
net.charlesames.utility.math   
 

Classes in net.charlesames.utility.entity used by net.charlesames.music.common
XmlTags
          String constants which production.entity classes use for XML input and output.
 

Classes in net.charlesames.utility.entity used by net.charlesames.music.ensemble
Clipboard
          The Clipboard class implements temporary storage for instances of WriteableEntity which have been serialized into and XML Document.
Entity
          Entity is an abstract base class enhancing Object.
EntityContainer
          Implementation Interface for objects that Entity instances can list as their container.
WriteableEntity
          A WriteableEntity is an Entity whose contents can be saved to or loaded from a file.
XmlSpec
          Each subclass of WriteableEntity has a static XmlSpec instance that explains how data should be either saved to an XML data element or recovered from an XML data element.
 

Classes in net.charlesames.utility.entity used by net.charlesames.music.score
Clipboard
          The Clipboard class implements temporary storage for instances of WriteableEntity which have been serialized into and XML Document.
Entity
          Entity is an abstract base class enhancing Object.
EntityContainer
          Implementation Interface for objects that Entity instances can list as their container.
WriteableEntity
          A WriteableEntity is an Entity whose contents can be saved to or loaded from a file.
XmlSpec
          Each subclass of WriteableEntity has a static XmlSpec instance that explains how data should be either saved to an XML data element or recovered from an XML data element.
XmlType
          An XmlType instance is a component of an XmlAttribute or an XmlSimpleElement which identifies what kind of data is involved.
 

Classes in net.charlesames.utility.entity used by net.charlesames.music.utility
WriteableEntity
          A WriteableEntity is an Entity whose contents can be saved to or loaded from a file.
 

Classes in net.charlesames.utility.entity used by net.charlesames.utility.contour
Entity
          Entity is an abstract base class enhancing Object.
EntityContainer
          Implementation Interface for objects that Entity instances can list as their container.
WriteableEntity
          A WriteableEntity is an Entity whose contents can be saved to or loaded from a file.
 

Classes in net.charlesames.utility.entity used by net.charlesames.utility.entity
Entity
          Entity is an abstract base class enhancing Object.
EntityContainer
          Implementation Interface for objects that Entity instances can list as their container.
Status
           
WriteableEntity
          A WriteableEntity is an Entity whose contents can be saved to or loaded from a file.
XmlAttribute
          An XmlAttribute instance is a component of an XmlSpec that maps object properties to XML attributes.
XmlComplexElement
          An XmlComplexElement instance is a component of an XmlSpec that maps object properties, object references, and child objects to XML child elements.
XmlContent
          An XmlContent instance is a component of an XmlSpec that maps object properties to XML text content.
XmlElement
          Abstract base for XmlSimpleElement and XmlComplexElement classes.
XmlExtensionElement.Variation
          Deprecated. Each XmlExtensionElement.Variation instance identifies a choice option for a XmlExtensionElement instance.
XmlNode
          The abstract XmlNode class implements functionality shared between the XmlAttribute and XmlSimpleElement classes.
XmlSpec
          Each subclass of WriteableEntity has a static XmlSpec instance that explains how data should be either saved to an XML data element or recovered from an XML data element.
XmlType
          An XmlType instance is a component of an XmlAttribute or an XmlSimpleElement which identifies what kind of data is involved.
 

Classes in net.charlesames.utility.entity used by net.charlesames.utility.math
XmlType
          An XmlType instance is a component of an XmlAttribute or an XmlSimpleElement which identifies what kind of data is involved.