org.infolayer.asoq
Class GroupAction

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

public class GroupAction
extends Action

Author:
haustein To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Method Summary
 void addAction(Action action)
           
 VarDef addVariable(VariableInitialization vi)
           
 java.lang.Object eval(Bindings bindings)
           
 UmlClassifier getType()
           
 
Methods inherited from class org.infolayer.asoq.Action
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

addAction

public void addAction(Action action)

addVariable

public VarDef addVariable(VariableInitialization vi)

getType

public UmlClassifier getType()
Specified by:
getType in interface Evaluable
Overrides:
getType in class Action