Uses of Interface
org.openrdf.elmo.Refreshable

Packages that use Refreshable
org.openrdf.elmo   
org.openrdf.elmo.impl   
org.openrdf.elmo.sesame Implements the Elmo API for the Sesame RDF Repository. 
org.openrdf.elmo.sesame.behaviours   
org.openrdf.elmo.sesame.roles   
 

Uses of Refreshable in org.openrdf.elmo
 

Subinterfaces of Refreshable in org.openrdf.elmo
 interface ElmoProperty<E>
          Internal interface for mapping roles.
 

Uses of Refreshable in org.openrdf.elmo.impl
 

Classes in org.openrdf.elmo.impl that implement Refreshable
 class UnmodifiableElmoProperty<E>
          ElmoProperty used when only a getter method exists for the Bean property.
 

Uses of Refreshable in org.openrdf.elmo.sesame
 

Classes in org.openrdf.elmo.sesame that implement Refreshable
 class InverseSesameProperty<E>
          A set for a given getResource(), predicate.
 class LocalizedSesameProperty
          SesameProperty used for localized properties.
 class SesameEntitySupport
          Stores the resource and manager for a bean and implements equals, hashCode, and toString.
 class SesameProperty<E>
          A set for a given getResource(), predicate.
 

Uses of Refreshable in org.openrdf.elmo.sesame.behaviours
 

Classes in org.openrdf.elmo.sesame.behaviours that implement Refreshable
 class SesameContainer
          This behaviour provides a java.util.List interface for RDF containers.
 class SesameContainerDisabler
          This class exists to disable SesameContainer behaviour when creating an rdf:List.
 class SesameList
          Java instance for rdf:List as a familiar interface to manipulate this List.
 

Uses of Refreshable in org.openrdf.elmo.sesame.roles
 

Subinterfaces of Refreshable in org.openrdf.elmo.sesame.roles
 interface SesameEntity
          Elmo JavaBean that is used by the SesameManager.
 interface SesameManagerAware
          Internal interface implemented by SesameBeanSupport.
 



Copyright © 2004-2008 Aduna. All Rights Reserved.