Uses of Class
algoanim.annotations.Annotation

Packages that use Annotation
algoanim.annotations   
algoanim.executors   
 

Uses of Annotation in algoanim.annotations
 

Methods in algoanim.annotations that return types with arguments of type Annotation
 java.util.Vector<Annotation> LineParser.getProperties()
           
static java.util.Vector<Annotation> Annotation.parse(java.lang.String line)
           
 

Methods in algoanim.annotations with parameters of type Annotation
 boolean ExecutorManager.exec(Annotation anno)
           
abstract  boolean Executor.exec(Annotation anno)
           
 

Method parameters in algoanim.annotations with type arguments of type Annotation
 boolean ExecutorManager.exec(java.util.Vector<Annotation> annos)
           
 

Uses of Annotation in algoanim.executors
 

Methods in algoanim.executors with parameters of type Annotation
 boolean VariableSetExecutor.exec(Annotation anno)
           
 boolean VariableRoleExecutor.exec(Annotation anno)
           
 boolean VariableIncreaseExecutor.exec(Annotation anno)
           
 boolean VariableDiscardExecutor.exec(Annotation anno)
           
 boolean VariableDecreaseExecutor.exec(Annotation anno)
           
 boolean VariableDeclareExecutor.exec(Annotation anno)
           
 boolean VariableContextExecutor.exec(Annotation anno)
           
 boolean HighlightExecutor.exec(Annotation anno)
           
 boolean GlobalExecutor.exec(Annotation anno)
           
 boolean EvalExecutor.exec(Annotation anno)