ObjectiveParameters-class {farmR}R Documentation

Class "ObjectiveParameters"

Description

Represents multiple objective utility parameters for a Farm or CompositeFarm object

Objects from the Class

Objects can be created by calls to the function ObjectiveParameters.

Slots

document:
Object of class "jobjRef" which is a reference to the underlying java object that holds the parameter data

Extends

Class "Parameters", directly.

Methods

set
signature(farm = "Farm", input = "ObjectiveParameters"): Used to set the ObjectiveParameters for a single Farm object. Must be done before the first call to solvelp
objectiveNames
signature(object="ObjectiveParameters"): Get a string vector with the objective parameters

Author(s)

Ira Cooke

See Also

See also FarmParameters

Examples

showClass("ObjectiveParameters")

[Package farmR version 1.0 Index]