Uses of Class
com.banda.chemistry.domain.AcRun

Packages that use AcRun
com.banda.chemistry.domain   
com.banda.chemistry.task   
 

Uses of AcRun in com.banda.chemistry.domain
 

Methods in com.banda.chemistry.domain that return AcRun
 AcRun AcTranslatedRun.getRun()
           
 

Methods in com.banda.chemistry.domain that return types with arguments of type AcRun
 List<AcRun> AcActionSeries.getRuns()
           
 List<AcRun> ArtificialChemistry.getRuns()
           
 

Methods in com.banda.chemistry.domain with parameters of type AcRun
 void AcActionSeries.addRun(AcRun run)
           
 void ArtificialChemistry.addRun(AcRun run)
           
 void AcActionSeries.removeRun(AcRun run)
           
 void ArtificialChemistry.removeRun(AcRun oneRun)
           
 void AcTranslatedRun.setRun(AcRun run)
           
 

Method parameters in com.banda.chemistry.domain with type arguments of type AcRun
protected  void AcActionSeries.setRuns(List<AcRun> runs)
           
 void ArtificialChemistry.setRuns(List<AcRun> runs)
           
 

Uses of AcRun in com.banda.chemistry.task
 

Methods in com.banda.chemistry.task that return AcRun
 AcRun AcTranslateRunTask.getRun()
           
 

Methods in com.banda.chemistry.task that return types with arguments of type AcRun
 Collection<AcRun> AcTaskParts.AcRunsHolder.getRuns()
           
 Collection<AcRun> AcTranslateTask.getRuns()
           
 

Methods in com.banda.chemistry.task with parameters of type AcRun
 void AcTranslateRunTask.setRun(AcRun run)
           
 void AcTranslateTask.setRun(AcRun run)
           
 

Method parameters in com.banda.chemistry.task with type arguments of type AcRun
 void AcTaskParts.AcRunsHolder.setRuns(Collection<AcRun> runs)
           
 void AcTranslateTask.setRuns(Collection<AcRun> runs)
           
 



Copyright © 2013. All Rights Reserved.