org.openrdf.elmo.sesame
Class InferencingPropertyFactory<E>
java.lang.Object
org.openrdf.elmo.sesame.SesamePropertyFactory<E>
org.openrdf.elmo.sesame.InferencingPropertyFactory<E>
- Type Parameters:
E - the property type
- All Implemented Interfaces:
- ElmoPropertyFactory<E>
public class InferencingPropertyFactory<E>
- extends SesamePropertyFactory<E>
Extends SesamePropertyFactory by creating
ElmoProperty that update the equivalent and
inverseOf predicates.`
- Author:
- James Leigh
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InferencingPropertyFactory
public InferencingPropertyFactory()
setPropertyDescriptor
public SesamePropertyFactory<E> setPropertyDescriptor(PropertyDescriptor property)
- Description copied from interface:
ElmoPropertyFactory
- Associates this factory with a given property.
- Specified by:
setPropertyDescriptor in interface ElmoPropertyFactory<E>- Overrides:
setPropertyDescriptor in class SesamePropertyFactory<E>
- Returns:
- itself
getPropertyChanger
protected PropertyChanger getPropertyChanger()
- Overrides:
getPropertyChanger in class SesamePropertyFactory<E>
Copyright © 2004-2008 Aduna. All Rights Reserved.