xoql.function
Class forest

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

public class forest
extends cdqa.function.MapLFunction

Version:
$Id: forest.java,v 1.1 2004/09/23 09:49:39 benjello Exp $
Author:
$Author: benjello $

Field Summary
(package private)  cdqa.iterator.Iterator it
           
 
Fields inherited from class cdqa.function.MapLFunction
NULL
 
Constructor Summary
forest()
           
 
Method Summary
 void init(cdqa.object.XObject o)
           
 cdqa.object.XObject next()
           
 
Methods inherited from class cdqa.function.MapLFunction
createIteratorInstance
 
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

it

cdqa.iterator.Iterator it
Constructor Detail

forest

public forest()
Method Detail

init

public final void init(cdqa.object.XObject o)
Specified by:
init in class cdqa.function.MapLFunction

next

public final cdqa.object.XObject next()
Specified by:
next in class cdqa.function.MapLFunction