org.infolayer.asoq
Class LoopAction

java.lang.Object
  extended byorg.infolayer.asoq.Action
      extended byorg.infolayer.asoq.LoopAction
All Implemented Interfaces:
Evaluable

public class LoopAction
extends Action

Author:
Stefan Haustein

Method Summary
 java.lang.Object eval(Bindings bindings)
           
 
Methods inherited from class org.infolayer.asoq.Action
getType, isQuery
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

eval

public java.lang.Object eval(Bindings bindings)
Specified by:
eval in interface Evaluable
Specified by:
eval in class Action