org.activemath.content.mediator.clo
Class StaticCLORepository

java.lang.Object
  extended by org.activemath.content.mediator.clo.StaticCLORepository
All Implemented Interfaces:
CLOQueryEngine

public class StaticCLORepository
extends Object
implements CLOQueryEngine


Method Summary
 Set<String> findCLOs(String targetId, CLOType type)
           
 Set<String> resolveCLO(String cloId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

findCLOs

public Set<String> findCLOs(String targetId,
                            CLOType type)
Specified by:
findCLOs in interface CLOQueryEngine

resolveCLO

public Set<String> resolveCLO(String cloId)
Specified by:
resolveCLO in interface CLOQueryEngine