Uses of Interface
edu.nrao.sss.model.project.ScheduleEntry

Packages that use ScheduleEntry
edu.nrao.sss.model.project Project object model. 
 

Uses of ScheduleEntry in edu.nrao.sss.model.project
 

Classes in edu.nrao.sss.model.project that implement ScheduleEntry
 class ExecutionBlock
          A single execution of a SchedulingBlock.
 

Methods in edu.nrao.sss.model.project that return types with arguments of type ScheduleEntry
 Collection<ScheduleEntry> ProgramBlock.getReadyToScheduleEntries(Collection<ScheduleEntry> destination)
          Returns the schedule entries of this block that are ready for scheduling.
 Collection<ScheduleEntry> SchedulingBlock.getReadyToScheduleEntries(Collection<ScheduleEntry> destination)
          Returns the schedule entries of this block that are ready for scheduling.
 Collection<ScheduleEntry> Project.getReadyToScheduleEntries(Collection<ScheduleEntry> destination)
          Returns the schedule entries of this project that are ready for scheduling.
 Collection<ScheduleEntry> ProgramBlock.getScheduleEntries(EventStatus execStatus, Collection<ScheduleEntry> destination)
          Returns the schedule entries of this block that have an execution status of execStatus.
 Collection<ScheduleEntry> SchedulingBlock.getScheduleEntries(EventStatus execStatus, Collection<ScheduleEntry> destination)
          Returns the schedule entries of this block that have an execution status of execStatus.
 Collection<ScheduleEntry> Project.getScheduleEntries(EventStatus execStatus, Collection<ScheduleEntry> destination)
          Returns the schedule entries of this project that have an execution status of execStatus.
 

Method parameters in edu.nrao.sss.model.project with type arguments of type ScheduleEntry
 Collection<ScheduleEntry> ProgramBlock.getReadyToScheduleEntries(Collection<ScheduleEntry> destination)
          Returns the schedule entries of this block that are ready for scheduling.
 Collection<ScheduleEntry> SchedulingBlock.getReadyToScheduleEntries(Collection<ScheduleEntry> destination)
          Returns the schedule entries of this block that are ready for scheduling.
 Collection<ScheduleEntry> Project.getReadyToScheduleEntries(Collection<ScheduleEntry> destination)
          Returns the schedule entries of this project that are ready for scheduling.
 Collection<ScheduleEntry> ProgramBlock.getScheduleEntries(EventStatus execStatus, Collection<ScheduleEntry> destination)
          Returns the schedule entries of this block that have an execution status of execStatus.
 Collection<ScheduleEntry> SchedulingBlock.getScheduleEntries(EventStatus execStatus, Collection<ScheduleEntry> destination)
          Returns the schedule entries of this block that have an execution status of execStatus.
 Collection<ScheduleEntry> Project.getScheduleEntries(EventStatus execStatus, Collection<ScheduleEntry> destination)
          Returns the schedule entries of this project that have an execution status of execStatus.
 



Copyright © 2009. All Rights Reserved.