Class JDOBasicModule
java.lang.Object
net.ontopia.topicmaps.query.impl.rdbms.JDOBasicModule
- All Implemented Interfaces:
ModuleIF
-
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
-
predicates
-
-
Constructor Details
-
JDOBasicModule
-
-
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.
-