Uses of Class
org.xcsp.common.Softening
-
Packages that use Softening Package Description org.xcsp.common org.xcsp.modeler.entities org.xcsp.parser.entries -
-
Uses of Softening in org.xcsp.common
Subclasses of Softening in org.xcsp.common Modifier and Type Class Description static classSoftening.SofteningExtensionThe class used for representing softening of extensional constraints (that are not simple soft constraints).static classSoftening.SofteningGlobalThe class used for representing softening of other constraints (global constraints and some meta-constraints).static classSoftening.SofteningIntensionThe class used for representing softening of intensional constraints (that are not simple soft constraints).static classSoftening.SofteningSimpleThe class used for representing softening of simple soft constraints. -
Uses of Softening in org.xcsp.modeler.entities
Fields in org.xcsp.modeler.entities declared as Softening Modifier and Type Field Description SofteningCtrEntities.CtrAlone. softening -
Uses of Softening in org.xcsp.parser.entries
Fields in org.xcsp.parser.entries declared as Softening Modifier and Type Field Description SofteningXConstraints.CEntryReifiable. softeningThe object denoting softening (type "soft' with element).
-