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

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

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

Fields in edu.nrao.sss.model.project.scheduling.priority with type parameters of type PriorityType
protected  Map<PriorityType,Float> PriorityMeasure.priorityWeights
           
 

Methods in edu.nrao.sss.model.project.scheduling.priority that return PriorityType
static PriorityType PriorityType.fromString(String text)
          Returns the priority type represented by text.
static PriorityType PriorityType.getDefault()
          Returns a default priority type.
 PriorityType Priority.getPriorityType()
          Returns the PriorityType for this priority.
static PriorityType PriorityType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PriorityType[] PriorityType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in edu.nrao.sss.model.project.scheduling.priority with parameters of type PriorityType
 float PriorityMeasure.getWeight(PriorityType pt)
          Returns the relative importance of a particular type of priority with regard to this priority measure.
 void Priority.setPriorityType(PriorityType aType)
           
 void PriorityMeasure.setWeight(PriorityType pt, float weight)
          Sets the relative importance of a particular type of priority with regard to this priority measure.
 

Constructors in edu.nrao.sss.model.project.scheduling.priority with parameters of type PriorityType
Priority(PriorityType theType, double value)
           
 



Copyright © 2009. All Rights Reserved.