Uses of Class
org.jlab.coda.afecs.cool.ontology.AScript

Packages that use AScript
org.jlab.coda.afecs.agent   
org.jlab.coda.afecs.cool.ontology   
 

Uses of AScript in org.jlab.coda.afecs.agent
 

Methods in org.jlab.coda.afecs.agent with parameters of type AScript
 boolean AAgent.executeShellScript(AScript scr, java.lang.String sn, boolean before)
          Method executes shell scripts.
 

Uses of AScript in org.jlab.coda.afecs.cool.ontology
 

Methods in org.jlab.coda.afecs.cool.ontology that return types with arguments of type AScript
 java.util.ArrayList<AScript> AProcess.getScripts()
           
 

Methods in org.jlab.coda.afecs.cool.ontology with parameters of type AScript
 void AProcess.addScript(AScript s)
           
 

Method parameters in org.jlab.coda.afecs.cool.ontology with type arguments of type AScript
 void AProcess.setScripts(java.util.ArrayList<AScript> scripts)