algoanim.annotations
Class ExecutorManager

java.lang.Object
  extended by algoanim.annotations.ExecutorManager

public class ExecutorManager
extends java.lang.Object


Field Summary
protected  java.util.Vector<Executor> executors
           
protected  SourceCode src
           
protected  Variables vars
           
 
Constructor Summary
ExecutorManager(Variables vars, SourceCode src)
           
 
Method Summary
 boolean exec(Annotation anno)
           
 boolean exec(java.util.Vector<Annotation> annos)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

vars

protected Variables vars

src

protected SourceCode src

executors

protected java.util.Vector<Executor> executors
Constructor Detail

ExecutorManager

public ExecutorManager(Variables vars,
                       SourceCode src)
Method Detail

exec

public boolean exec(java.util.Vector<Annotation> annos)

exec

public boolean exec(Annotation anno)