Modifier and Type | Field and Description |
---|---|
static String |
MODULE_PREFIX |
protected String |
moduleURI |
protected TopicMapIF |
topicmap |
Constructor and Description |
---|
JavaModule(TopicMapIF topicmap,
String moduleURI) |
Modifier and Type | Method and Description |
---|---|
PredicateIF |
getPredicate(String name)
INTERNAL: Returns the predicate with the given local name inside
the module.
|
protected Map |
parseParameters(String parameters) |
public static final String MODULE_PREFIX
protected TopicMapIF topicmap
protected String moduleURI
public JavaModule(TopicMapIF topicmap, String moduleURI)
public PredicateIF getPredicate(String name)
ModuleIF
getPredicate
in interface ModuleIF
name
- The local name of the predicate; that is the part of
the QName after the colon.