org.openrdf.elmo
Interface ElmoMapperResolver

All Known Implementing Classes:
ElmoMapperClassFactory

public interface ElmoMapperResolver

Converts concepts to behaviours and abstract behaviours into concrete behaviours.

Author:
James Leigh

Method Summary
 Collection<Class<?>> findMappers(Collection<Class<?>> interfaces)
          Resolves mapper classes that will map any annotated property in the interfaces.
 

Method Detail

findMappers

Collection<Class<?>> findMappers(Collection<Class<?>> interfaces)
Resolves mapper classes that will map any annotated property in the interfaces.

Parameters:
interfaces - concepts with @rdf annotated properties
Returns:
A collection concrete mapping behaviours.


Copyright © 2004-2007. All Rights Reserved.