Class StringModule
java.lang.Object
net.ontopia.topicmaps.query.impl.basic.StringModule
- All Implemented Interfaces:
ModuleIF
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassclass -
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.
-
Field Details
-
MODULE_URI
- See Also:
-
-
Constructor Details
-
StringModule
public StringModule()
-
-
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.
-