org.openrdf.repository.object.managers
Class TypeManager
java.lang.Object
org.openrdf.repository.object.managers.TypeManager
public class TypeManager
- extends Object
Reads and manages the rdf:type statements of objects.
- Author:
- James Leigh
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TypeManager
public TypeManager(boolean readTypes)
setConnection
public void setConnection(ObjectConnection conn)
getTypes
public Collection<URI> getTypes(Resource res)
throws RepositoryException
- Throws:
RepositoryException
addTypeStatement
public void addTypeStatement(Resource resource,
URI type)
throws RepositoryException
- Throws:
RepositoryException
removeTypeStatement
public void removeTypeStatement(Resource resource,
URI type)
throws RepositoryException
- Throws:
RepositoryException
Copyright © 2004-2010 James Leigh Services Inc.. All Rights Reserved.