Uses of Class
org.xcsp.common.Types.TypeMeasure
-
Packages that use Types.TypeMeasure Package Description org.xcsp.common -
-
Uses of Types.TypeMeasure in org.xcsp.common
Fields in org.xcsp.common declared as Types.TypeMeasure Modifier and Type Field Description Types.TypeMeasure
Softening.SofteningGlobal. type
Methods in org.xcsp.common that return Types.TypeMeasure Modifier and Type Method Description static Types.TypeMeasure
Types.TypeMeasure. valueOf(String name)
Returns the enum constant of this type with the specified name.static Types.TypeMeasure[]
Types.TypeMeasure. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.xcsp.common with parameters of type Types.TypeMeasure Constructor Description SofteningGlobal(Condition cost, Types.TypeMeasure type)
SofteningGlobal(Condition cost, Types.TypeMeasure type, String parameters)
SofteningGlobal(Types.TypeMeasure type)
SofteningGlobal(Types.TypeMeasure type, String parameters)
-