Uses of Class
edu.cmu.tetrad.sem.ParamConstraintType
Packages that use ParamConstraintType
-
Uses of ParamConstraintType in edu.cmu.tetrad.sem
Fields in edu.cmu.tetrad.sem declared as ParamConstraintTypeModifier and TypeFieldDescriptionstatic final ParamConstraintType
ParamConstraintType.EQ
An "equal to" constraint.static final ParamConstraintType
ParamConstraintType.GT
A "greater than" constraint.static final ParamConstraintType
ParamConstraintType.LT
A "less than" constraint.static final ParamConstraintType
ParamConstraintType.NONE
No constraint.Methods in edu.cmu.tetrad.sem that return ParamConstraintTypeModifier and TypeMethodDescriptionParamConstraint.getType()
Getter for the fieldtype
.static ParamConstraintType
ParamConstraintType.serializableInstance()
Generates a simple exemplar of this class to test serialization.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.