Uses of Interface
org.modeshape.graph.property.UuidFactory

Packages that use UuidFactory
org.modeshape.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.modeshape.graph.property.basic A set of basic implementations of the various interfaces defined in org.modeshape.graph.property
 

Uses of UuidFactory in org.modeshape.graph.property
 

Methods in org.modeshape.graph.property that return UuidFactory
 UuidFactory ValueFactories.getUuidFactory()
          Get the value factory for UUID properties.
 

Uses of UuidFactory in org.modeshape.graph.property.basic
 

Classes in org.modeshape.graph.property.basic that implement UuidFactory
 class UuidValueFactory
          The standard ValueFactory for PropertyType.URI values.
 

Methods in org.modeshape.graph.property.basic that return UuidFactory
 UuidFactory StandardValueFactories.getUuidFactory()
          Get the value factory for UUID properties.
 



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