Uses of Interface
org.jboss.dna.graph.property.Readable

Packages that use Readable
org.jboss.dna.graph.property Nodes in a graph contain properties, and this package defines the interfaces, classes and exceptions for representing and working with properties and their values. 
org.jboss.dna.graph.property.basic A set of basic implementations of the various interfaces defined in org.jboss.dna.graph.property
 

Uses of Readable in org.jboss.dna.graph.property
 

Subinterfaces of Readable in org.jboss.dna.graph.property
 interface Name
          A qualified name consisting of a namespace and a local name.
 interface Path
          An object representation of a node path within a repository.
static interface Path.Segment
          Representation of the segments that occur within a path.
 interface Property
          Representation of a property consisting of a name and value(s).
 

Uses of Readable in org.jboss.dna.graph.property.basic
 

Classes in org.jboss.dna.graph.property.basic that implement Readable
 class AbstractPath
          An abstract foundation for different Path implementations.
 class BasicEmptyProperty
          An immutable version of a property that has no values.
 class BasicMultiValueProperty
          An immutable version of a property that has 2 or more values.
 class BasicName
          A basic implementation of Name.
 class BasicPath
          A basic implementation of Path.
 class BasicPathSegment
          A basic implementation of Path.Segment.
 class BasicProperty
          An abstract Property implementation.
 class BasicSingleValueProperty
          An immutable version of a property that has exactly 1 value.
 class ChildPath
          Implementation of a Path that has the information for the last segment but that points to another Path for the parent information.
 class RootPath
          Optimized implementation of Path that serves as the root path.
 



Copyright © 2008-2009 JBoss, a division of Red Hat. All Rights Reserved.