Property

core.domain.flow.Property
See theProperty companion object
case class Property(value: Double, unit: String)

Represents a property with a value and unit.

Value parameters

unit

The unit of the property.

value

The numerical value of the property.

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