Uses of Class
edu.nrao.sss.model.project.scheduling.constraint.ConstraintType

Packages that use ConstraintType
edu.nrao.sss.model.project.scheduling.constraint [Put description here.] 
 

Uses of ConstraintType in edu.nrao.sss.model.project.scheduling.constraint
 

Fields in edu.nrao.sss.model.project.scheduling.constraint declared as ConstraintType
protected  ConstraintType Constraint.constraintType
           
 

Methods in edu.nrao.sss.model.project.scheduling.constraint that return ConstraintType
static ConstraintType ConstraintType.fromString(String text)
          Returns the constraint type represented by text.
 ConstraintType Constraint.getConstraintType()
          Returns the type of operation condition for this constraint.
 ConstraintType ConstraintProbability.getConstraintType()
           
static ConstraintType ConstraintType.getDefault()
          Returns a default constraint type.
static ConstraintType ConstraintType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ConstraintType[] ConstraintType.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.constraint with parameters of type ConstraintType
static Constraint ConstraintFactory.getConstraint(ConstraintType ct)
           
 void ConstraintProbability.setConstraintType(ConstraintType constraintType)
           
 



Copyright © 2009. All Rights Reserved.