org.openrdf.elmo.rolemapper
Class DirectMapper<URI>
java.lang.Object
org.openrdf.elmo.rolemapper.DirectMapper<URI>
public class DirectMapper<URI>
- extends Object
Tracks recorded roles and maps them to their subject type.
- Author:
- James Leigh
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DirectMapper
public DirectMapper()
getDirectRoles
public Set<Class<?>> getDirectRoles(URI type)
getDirectTypes
public Set<URI> getDirectTypes(Class<?> role)
recordRole
public void recordRole(Class<?> role,
URI rdfType)
Copyright © 2004-2008 Aduna. All Rights Reserved.