org.openrdf.elmo.rolemapper
Class ComplexMapper<URI>

java.lang.Object
  extended by org.openrdf.elmo.rolemapper.ComplexMapper<URI>

public class ComplexMapper<URI>
extends Object

Tracks recorded roles and maps them to their subject type.

Author:
James Leigh

Constructor Summary
ComplexMapper()
           
 
Method Summary
 Collection<Class<?>> findAdditonalRoles(Collection<Class<?>> roles)
           
 void recordRole(Class<?> role, AnnotatedElement elm)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComplexMapper

public ComplexMapper()
Method Detail

recordRole

public void recordRole(Class<?> role,
                       AnnotatedElement elm)

findAdditonalRoles

public Collection<Class<?>> findAdditonalRoles(Collection<Class<?>> roles)


Copyright © 2004-2008 Aduna. All Rights Reserved.