Class StringModule
- java.lang.Object
-
- net.ontopia.topicmaps.query.impl.basic.StringModule
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classStringModule.EndsWithPredicateclassStringModule.StartsWithPredicate
-
Field Summary
Fields Modifier and Type Field Description static StringMODULE_URI
-
Constructor Summary
Constructors Constructor Description StringModule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PredicateIFgetPredicate(String name)INTERNAL: Returns the predicate with the given local name inside the module.
-
-
-
Field Detail
-
MODULE_URI
public static final String MODULE_URI
- See Also:
- Constant Field Values
-
-
Method Detail
-
getPredicate
public PredicateIF getPredicate(String name)
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.
-
-