com.banda.chemistry.task
Interface AcTaskParts.AcRunsHolder

All Known Implementing Classes:
AcTranslateTask
Enclosing interface:
AcTaskParts

public static interface AcTaskParts.AcRunsHolder


Method Summary
 boolean areRunsComplete()
           
 boolean areRunsDefined()
           
 Collection<Long> getRunIds()
           
 Collection<AcRun> getRuns()
           
 void setRuns(Collection<AcRun> runs)
           
 

Method Detail

getRuns

Collection<AcRun> getRuns()

setRuns

void setRuns(Collection<AcRun> runs)

getRunIds

Collection<Long> getRunIds()

areRunsDefined

boolean areRunsDefined()

areRunsComplete

boolean areRunsComplete()


Copyright © 2013. All Rights Reserved.