net.ontopia.topicmaps.query.impl.basic
Class StringModule

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

public class StringModule
extends java.lang.Object
implements ModuleIF


Nested Class Summary
 class StringModule.EndsWithPredicate
           
 class StringModule.StartsWithPredicate
           
 
Field Summary
static java.lang.String MODULE_URI
           
 
Constructor Summary
StringModule()
           
 
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_URI

public static final java.lang.String MODULE_URI
See Also:
Constant Field Values
Constructor Detail

StringModule

public StringModule()
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.