Uses of Interface
net.ontopia.topicmaps.query.parser.ModuleIF

Packages that use ModuleIF
net.ontopia.topicmaps.query.impl.basic Contains the in-memory implementation of the query language. 
net.ontopia.topicmaps.query.impl.rdbms Contains the rdbms implementation of the query language. 
net.ontopia.topicmaps.query.parser Contains the code that parses tolog queries. 
 

Uses of ModuleIF in net.ontopia.topicmaps.query.impl.basic
 

Classes in net.ontopia.topicmaps.query.impl.basic that implement ModuleIF
 class JavaModule
          EXPERIMENTAL: A query module that is able to instantiate predicates when given a java class name.
 class NumbersModule
           
 class StringModule
           
 

Methods in net.ontopia.topicmaps.query.impl.basic that return ModuleIF
 ModuleIF PredicateFactory.createModule(java.lang.String uri)
           
 

Uses of ModuleIF in net.ontopia.topicmaps.query.impl.rdbms
 

Classes in net.ontopia.topicmaps.query.impl.rdbms that implement ModuleIF
 class JDOBasicModule
           
 

Fields in net.ontopia.topicmaps.query.impl.rdbms declared as ModuleIF
protected  ModuleIF JDOBasicModule.module
           
 

Methods in net.ontopia.topicmaps.query.impl.rdbms that return ModuleIF
 ModuleIF PredicateFactory.createModule(java.lang.String uri)
           
 

Constructors in net.ontopia.topicmaps.query.impl.rdbms with parameters of type ModuleIF
JDOBasicModule(ModuleIF module)
           
 

Uses of ModuleIF in net.ontopia.topicmaps.query.parser
 

Methods in net.ontopia.topicmaps.query.parser that return ModuleIF
 ModuleIF PredicateFactoryIF.createModule(java.lang.String uri)
          INTERNAL: Creates a module instance for the specified URI.
 ModuleIF ParseContextIF.getModule(java.lang.String uri)
           
 ModuleIF LocalParseContext.getModule(java.lang.String uri)
           
 ModuleIF GlobalParseContext.getModule(java.lang.String uri)
           
 



Copyright © 2000-2012 Ontopia.