org.openrdf.elmo.impl
Class ElmoEntityResolverImpl<URI>

java.lang.Object
  extended by org.openrdf.elmo.impl.ElmoEntityResolverImpl<URI>
All Implemented Interfaces:
ElmoEntityResolver<URI>

public class ElmoEntityResolverImpl<URI>
extends Object
implements ElmoEntityResolver<URI>


Constructor Summary
ElmoEntityResolverImpl()
           
 
Method Summary
 Class<?> resolveEntity(URI resource)
           
 Class<?> resolveEntity(URI resource, Collection<URI> types)
           
 Class<?> resolveEntity(URI resource, URI type)
           
 void setElmoEntityCompositor(ElmoEntityCompositor compositor)
           
 void setRoleMapper(RoleMapper<URI> mapper)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElmoEntityResolverImpl

public ElmoEntityResolverImpl()
Method Detail

setElmoEntityCompositor

public void setElmoEntityCompositor(ElmoEntityCompositor compositor)

setRoleMapper

public void setRoleMapper(RoleMapper<URI> mapper)

resolveEntity

public Class<?> resolveEntity(URI resource,
                              Collection<URI> types)
Specified by:
resolveEntity in interface ElmoEntityResolver<URI>

resolveEntity

public Class<?> resolveEntity(URI resource,
                              URI type)
Specified by:
resolveEntity in interface ElmoEntityResolver<URI>

resolveEntity

public Class<?> resolveEntity(URI resource)
Specified by:
resolveEntity in interface ElmoEntityResolver<URI>


Copyright © 2004-2009 Aduna. All Rights Reserved.