Package ontopoly
Class OntopolyContext
- java.lang.Object
-
- ontopoly.OntopolyContext
-
public class OntopolyContext extends Object
INTERNAL: Utility class for getting hold of the current threads repository and topic map.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static LockManager
getLockManager()
static OntopolyRepository
getOntopolyRepository()
static TopicMap
getTopicMap(String topicMapId)
-
-
-
Method Detail
-
getOntopolyRepository
public static OntopolyRepository getOntopolyRepository()
-
getLockManager
public static LockManager getLockManager()
-
-