com.poemspace.dm4
Class CriteriaCache

Show UML class diagram
java.lang.Object
  extended by com.poemspace.dm4.CriteriaCache

public class CriteriaCache
extends Object


Field Summary
private  DeepaMehtaService dms
           
private static Logger log
           
private  List<Topic> types
           
private  List<String> typeUris
           
 
Constructor Summary
CriteriaCache(DeepaMehtaService dms)
           
 
Method Summary
 List<Topic> getTypes()
          Returns all criteria types.
 List<String> getTypeUris()
          Returns all criteria type URIs.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

private static Logger log

types

private List<Topic> types

typeUris

private List<String> typeUris

dms

private final DeepaMehtaService dms
Constructor Detail

CriteriaCache

public CriteriaCache(DeepaMehtaService dms)
Method Detail

getTypes

public List<Topic> getTypes()
Returns all criteria types.

Returns:
list of all criteria associated type topics

getTypeUris

public List<String> getTypeUris()
Returns all criteria type URIs.

Returns:
list of all criteria associated type topic URIs


Copyright © 2013. All Rights Reserved.