net.ontopia.topicmaps.query.impl.rdbms
Class JDOBasicModule

java.lang.Object
  extended by net.ontopia.topicmaps.query.impl.rdbms.JDOBasicModule
All Implemented Interfaces:
ModuleIF

public class JDOBasicModule
extends java.lang.Object
implements ModuleIF


Field Summary
protected  ModuleIF module
           
protected  java.util.Map predicates
           
 
Constructor Summary
JDOBasicModule(ModuleIF module)
           
 
Method Summary
 PredicateIF getPredicate(java.lang.String name)
          INTERNAL: Returns the predicate with the given local name inside the module.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

module

protected ModuleIF module

predicates

protected java.util.Map predicates
Constructor Detail

JDOBasicModule

public JDOBasicModule(ModuleIF module)
Method Detail

getPredicate

public PredicateIF getPredicate(java.lang.String name)
Description copied from interface: ModuleIF
INTERNAL: Returns the predicate with the given local name inside the module.

Specified by:
getPredicate in interface ModuleIF
Parameters:
name - The local name of the predicate; that is the part of the QName after the colon.


Copyright © 2000-2012 Ontopia.