quper

reqt.quper
object quper

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
quper.type

Members list

Type members

Classlikes

case object Estimate

Attributes

Companion
trait
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Estimate.type
trait Estimate

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
case class PointEstimate(value: Int) extends Estimate

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Estimate
class Object
trait Matchable
class Any
Show all
case class QuperSpec(breakpoints: Map[String, Estimate], barriers: Map[String, Estimate], targets: Map[String, Estimate], references: Map[String, Estimate])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class RectangleEstimate(min: Int, max: Int) extends Estimate

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Estimate
class Object
trait Matchable
class Any
Show all
case class TriangleEstimate(min: Int, value: Int, max: Int) extends Estimate

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Estimate
class Object
trait Matchable
class Any
Show all
object svg

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
svg.type

Value members

Concrete methods

Extensions

Extensions

extension (m: Model)

Implicits

Implicits

implicit def intToEstimate(i: Int): Estimate