Package org.xcsp.common
Class Softening.SofteningGlobal
- java.lang.Object
-
- org.xcsp.common.Softening
-
- org.xcsp.common.Softening.SofteningGlobal
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.xcsp.common.Softening
Softening.SofteningExtension, Softening.SofteningGlobal, Softening.SofteningIntension, Softening.SofteningSimple
-
-
Field Summary
Fields Modifier and Type Field Description String
parameters
Types.TypeMeasure
type
-
Constructor Summary
Constructors 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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
toString()
-
Methods inherited from class org.xcsp.common.Softening
isCostFunction
-
-
-
-
Field Detail
-
type
public final Types.TypeMeasure type
-
parameters
public final String parameters
-
-
Constructor Detail
-
SofteningGlobal
public SofteningGlobal(Condition cost, Types.TypeMeasure type, String parameters)
-
SofteningGlobal
public SofteningGlobal(Condition cost, Types.TypeMeasure type)
-
SofteningGlobal
public SofteningGlobal(Types.TypeMeasure type, String parameters)
-
SofteningGlobal
public SofteningGlobal(Types.TypeMeasure type)
-
-