QuperSpec

reqt.quper.QuperSpec
case class QuperSpec(breakpoints: Map[String, Estimate], barriers: Map[String, Estimate], targets: Map[String, Estimate], references: Map[String, Estimate])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def toSvgDoc: String
def toSvgElem(dx: Int, dy: Int): Elem
def toSvgElem: Elem

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

lazy val maxValue: Int
lazy val minValue: Int
lazy val values: Vector[Estimate]