Uses of Class
edu.nrao.sss.model.project.SchedulingConstraint

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

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

Methods in edu.nrao.sss.model.project that return SchedulingConstraint
 SchedulingConstraint SchedulingBlock.evaluateSchedulability()
          Returns SchedulingConstraint.NONE if this scheduling block may be scheduled for observation in the face of the given conditions.
static SchedulingConstraint SchedulingConstraint.fromString(String text)
          Returns the scheduling constraint represented by text.
static SchedulingConstraint SchedulingConstraint.getDefault()
          Returns a default scheduling constraint.
static SchedulingConstraint SchedulingConstraint.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SchedulingConstraint[] SchedulingConstraint.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in edu.nrao.sss.model.project that return types with arguments of type SchedulingConstraint
 List<SchedulingConstraint> EnvironmentalConstraints.getBlockingConstraints(LinearVelocity windSpeed, Angle api, Angle ionosphericPhase, Angle solarSeparation, boolean nearSunrise, boolean nearSunset)
          Returns a list of all the constraints that should block scheduling based on the given conditions.
 



Copyright © 2009. All Rights Reserved.