Rate

org.nlogo.sdm.Rate
class Rate(_name: String) extends EvaluatedModelElement, Source, Target

Attributes

Source
ModelElement.scala
Graph
Supertypes
trait Source
trait Target
class ModelElement
trait Serializable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Constructors

def this()

Attributes

Source
ModelElement.scala

Inherited methods

override def isComplete: Boolean

Returns true if all required fields are filled in.

Returns true if all required fields are filled in.

Attributes

Definition Classes
Inherited from:
EvaluatedModelElement
Source
ModelElement.scala

Concrete fields

If the Rate is bivalent, a negative value is allowed. In the case of a negative value, the source Stock will be increased and the sink Stock decreased by the absolute value of the Rate for a given cycle of the model.

If the Rate is bivalent, a negative value is allowed. In the case of a negative value, the source Stock will be increased and the sink Stock decreased by the absolute value of the Rate for a given cycle of the model.

Attributes

Source
ModelElement.scala
var sink: Stock

The sink stock for this Rate. The value of the Rate is added to this Stock for each cycle of the model.

The sink stock for this Rate. The value of the Rate is added to this Stock for each cycle of the model.

Attributes

Source
ModelElement.scala
var source: Stock

The source stock for this Rate. The value of the Rate is deducted from this stock for each cycle of the model.

The source stock for this Rate. The value of the Rate is deducted from this stock for each cycle of the model.

Attributes

Source
ModelElement.scala

Inherited fields

var expression: String

Attributes

Inherited from:
EvaluatedModelElement
Source
ModelElement.scala

Attributes

Inherited from:
EvaluatedModelElement
Source
ModelElement.scala
var name: String

Attributes

Inherited from:
ModelElement
Source
ModelElement.scala
var selected: String

Attributes

Inherited from:
EvaluatedModelElement
Source
ModelElement.scala