Class JavaModule
java.lang.Object
net.ontopia.topicmaps.query.impl.basic.JavaModule
- All Implemented Interfaces:
ModuleIF
EXPERIMENTAL: A query module that is able to instantiate predicates
when given a java class name.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPredicate(String name) INTERNAL: Returns the predicate with the given local name inside the module.protected MapparseParameters(String parameters)
-
Field Details
-
MODULE_PREFIX
- See Also:
-
topicmap
-
moduleURI
-
-
Constructor Details
-
JavaModule
-
-
Method Details
-
getPredicate
Description copied from interface:ModuleIFINTERNAL: Returns the predicate with the given local name inside the module.- Specified by:
getPredicatein interfaceModuleIF- Parameters:
name- The local name of the predicate; that is the part of the QName after the colon.
-
parseParameters
-