Uses of Interface
org.openrdf.elmo.ElmoPropertyFactory

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

Uses of ElmoPropertyFactory in org.openrdf.elmo
 

Methods in org.openrdf.elmo that return ElmoPropertyFactory
 ElmoPropertyFactory<E> ElmoPropertyFactory.setField(Field fied)
          Associates this factory with a given field.
 ElmoPropertyFactory<E> ElmoPropertyFactory.setPropertyDescriptor(PropertyDescriptor property)
          Associates this factory with a given property.
 ElmoPropertyFactory<E> ElmoPropertyFactory.setReadOnly(boolean readOnly)
           
 ElmoPropertyFactory<E> ElmoPropertyFactory.setUri(String uri)
          Associates this factory with a given uri.
 

Uses of ElmoPropertyFactory in org.openrdf.elmo.impl
 

Method parameters in org.openrdf.elmo.impl with type arguments of type ElmoPropertyFactory
 void ElmoMapperClassFactory.setElmoPropertyFactoryClass(Class<? extends ElmoPropertyFactory> propertyFactoryClass)
           
 

Uses of ElmoPropertyFactory in org.openrdf.elmo.sesame
 

Classes in org.openrdf.elmo.sesame that implement ElmoPropertyFactory
 class InferencingPropertyFactory<E>
          Extends SesamePropertyFactory by creating ElmoProperty that update the equivalent and inverseOf predicates.`
 class SesamePropertyFactory<E>
          Creates ElmoProperty objects for a given predicate.
 



Copyright © 2004-2008 Aduna. All Rights Reserved.