Farm-class {farmR}R Documentation

Class "Farm"

Description

Represents a farm model for a single farm

Objects from the Class

Objects can be created by calls to Farm

Slots

model:
Object of class "jobjRef" which is a reference to the internal java object representing the farm
cropNames:
Object of class "vector" representing the crop names

Extends

Class "FarmRepresentation", directly.

Methods

set
signature(farm = "Farm", input = "jobjRef"): Sets the multi objective preferences using an ObjectiveParameters document object, typically created using document(ObjectiveParameters())
set
signature(farm = "Farm", input = "ObjectiveParameters"): Sets the multi objective preferences using an ObjectiveParameters object, typically created using ObjectiveParameters()
set
signature(farm = "Farm", input = "character"): Sets the multi objective preferences using an xml preference file

Author(s)

Ira Cooke

See Also

See also CompositeFarm and FarmRepresentation

Examples

showClass("Farm")


[Package farmR version 1.0 Index]