Uses of Enum Class
edu.cmu.tetrad.sem.ParamConstraintType
Packages that use ParamConstraintType
-
Uses of ParamConstraintType in edu.cmu.tetrad.sem
Methods in edu.cmu.tetrad.sem that return ParamConstraintTypeModifier and TypeMethodDescriptionParamConstraint.getType()
Getter for the fieldtype
.static ParamConstraintType
Returns the enum constant of this class with the specified name.static ParamConstraintType[]
ParamConstraintType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in edu.cmu.tetrad.sem with parameters of type ParamConstraintTypeModifier and TypeMethodDescriptionvoid
ParamConstraint.setType
(ParamConstraintType type) Setter for the fieldtype
.Constructors in edu.cmu.tetrad.sem with parameters of type ParamConstraintTypeModifierConstructorDescriptionParamConstraint
(SemIm semIm, Parameter param1, ParamConstraintType type, double number) The first constructor specifies the parameter and a number and the type of relation imposed by the constraint.