Uses of Class
edu.nrao.sss.model.project.scheduling.priority.Priority

Packages that use Priority
edu.nrao.sss.model.project Project object model. 
edu.nrao.sss.model.project.scheduling [Put description here.] 
edu.nrao.sss.model.project.scheduling.priority [Put description here.] 
 

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

Methods in edu.nrao.sss.model.project that return types with arguments of type Priority
 List<Priority> SchedulingBlock.getPriorities()
          Returns the set of priorities for this scheduling block.
 

Method parameters in edu.nrao.sss.model.project with type arguments of type Priority
 void SchedulingBlock.setPriorities(List<Priority> replacementList)
          Sets the set of priorities of this scheduling block.
 

Uses of Priority in edu.nrao.sss.model.project.scheduling
 

Methods in edu.nrao.sss.model.project.scheduling that return types with arguments of type Priority
 List<Priority> Schedulable.getPriorities()
          Returns the set of priorities of the scheduling block.
 

Method parameters in edu.nrao.sss.model.project.scheduling with type arguments of type Priority
 void Schedulable.setPriorities(List<Priority> thePriorities)
          Sets the set of priorities of this scheduling block.
 

Uses of Priority in edu.nrao.sss.model.project.scheduling.priority
 

Method parameters in edu.nrao.sss.model.project.scheduling.priority with type arguments of type Priority
abstract  double PriorityMeasure.getPriority(List<Priority> thePriorities)
          Returns a number summarizing the priority of the set.
 double PriorityMeasureSum.getPriority(List<Priority> thePriorities)
           
 

Constructors in edu.nrao.sss.model.project.scheduling.priority with parameters of type Priority
Priority(Priority otherPriority)
           
 



Copyright © 2009. All Rights Reserved.