ActivityInfo

core.domain.flow.ActivityInfo
See theActivityInfo companion object
case class ActivityInfo(name: String, value: Double, unit: String)

Represents activity information for a species or component.

Value parameters

name

The name of the species or component.

unit

The unit of the activity.

value

The activity value.

Attributes

Companion
object
Source
SystemProps.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product