Class JavaModule
- java.lang.Object
-
- net.ontopia.topicmaps.query.impl.basic.JavaModule
-
-
Field Summary
Fields Modifier and Type Field Description static String
MODULE_PREFIX
protected String
moduleURI
protected TopicMapIF
topicmap
-
Constructor Summary
Constructors Constructor Description JavaModule(TopicMapIF topicmap, String moduleURI)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PredicateIF
getPredicate(String name)
INTERNAL: Returns the predicate with the given local name inside the module.protected Map
parseParameters(String parameters)
-
-
-
Field Detail
-
MODULE_PREFIX
public static final String MODULE_PREFIX
- See Also:
- Constant Field Values
-
topicmap
protected TopicMapIF topicmap
-
moduleURI
protected String moduleURI
-
-
Constructor Detail
-
JavaModule
public JavaModule(TopicMapIF topicmap, String moduleURI)
-
-
Method Detail
-
getPredicate
public PredicateIF getPredicate(String name)
Description copied from interface:ModuleIF
INTERNAL: Returns the predicate with the given local name inside the module.- Specified by:
getPredicate
in interfaceModuleIF
- Parameters:
name
- The local name of the predicate; that is the part of the QName after the colon.
-
-