Uses of Enum Class
org.ojalgo.optimisation.ExpressionsBasedModel.IntegrationProperty
Packages that use ExpressionsBasedModel.IntegrationProperty
-
Uses of ExpressionsBasedModel.IntegrationProperty in org.ojalgo.optimisation
Subclasses with type arguments of type ExpressionsBasedModel.IntegrationProperty in org.ojalgo.optimisationModifier and TypeClassDescriptionstatic enumVarious switches that can be set by solver integrations to control its own behaviour.Fields in org.ojalgo.optimisation with type parameters of type ExpressionsBasedModel.IntegrationPropertyModifier and TypeFieldDescriptionprivate final EnumBitSet<ExpressionsBasedModel.IntegrationProperty> ExpressionsBasedModel.myIntegrationPropertiesMethods in org.ojalgo.optimisation that return ExpressionsBasedModel.IntegrationPropertyModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.ExpressionsBasedModel.IntegrationProperty.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.ojalgo.optimisation with parameters of type ExpressionsBasedModel.IntegrationPropertyModifier and TypeMethodDescription(package private) booleanExpressionsBasedModel.isIntegrationSwitch(ExpressionsBasedModel.IntegrationProperty property) protected final booleanExpressionsBasedModel.Integration.isSwitch(ExpressionsBasedModel model, ExpressionsBasedModel.IntegrationProperty property) (package private) voidExpressionsBasedModel.setIntegrationSwitch(ExpressionsBasedModel.IntegrationProperty property, boolean value) protected final voidExpressionsBasedModel.Integration.setSwitch(ExpressionsBasedModel model, ExpressionsBasedModel.IntegrationProperty property, boolean value)