Class NumbersModule
- java.lang.Object
-
- net.ontopia.topicmaps.query.impl.basic.NumbersModule
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NumbersModule.NumberSupport
-
Field Summary
Fields Modifier and Type Field Description static String
MODULE_URI
-
Constructor Summary
Constructors Constructor Description NumbersModule()
-
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.
-
-
-
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: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.
-
-