Class JDOBasicModule
- java.lang.Object
-
- net.ontopia.topicmaps.query.impl.rdbms.JDOBasicModule
-
-
Field Summary
Fields Modifier and Type Field Description protected ModuleIF
module
protected Map
predicates
-
Constructor Summary
Constructors Constructor Description JDOBasicModule(ModuleIF module)
-
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.
-
-
-
Constructor Detail
-
JDOBasicModule
public JDOBasicModule(ModuleIF module)
-
-
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.
-
-