cdqa.function
Class MapLFunction

java.lang.Object
  extended by cdqa.function.Function
      extended by cdqa.function.MapLFunction

public abstract class MapLFunction
extends Function


Field Summary
static MapLFunction NULL
           
 
Fields inherited from class cdqa.function.Function
repository
 
Constructor Summary
MapLFunction()
           
 
Method Summary
 Iterator createIteratorInstance(Iterator i)
           
abstract  void init(XObject o)
           
abstract  XObject next()
           
 
Methods inherited from class cdqa.function.Function
createIteratorInstance, createIteratorInstance, forName, getRepository
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NULL

public static MapLFunction NULL
Constructor Detail

MapLFunction

public MapLFunction()
Method Detail

next

public abstract XObject next()

init

public abstract void init(XObject o)

createIteratorInstance

public Iterator createIteratorInstance(Iterator i)
Overrides:
createIteratorInstance in class Function