Packages

class Specification[Time] extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Specification
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Specification()(implicit arg0: Numeric[Time])

Type Members

  1. final class Input [Value] extends Triggered[Value]
  2. sealed class RegionMark extends AnyRef
  3. final class ResetStream [A] extends Stream[A]
  4. sealed class Stream [Value] extends AnyRef
  5. sealed abstract class StreamConstraint [Complete <: HList, Inputs <: HList, InputStreams <: HList] extends AnyRef
  6. sealed abstract class Triggered [Value] extends Stream[Value]

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def Input[Value](): Input[Value]
  5. def Operation[Value, State, Inputs <: HList, InputStreams <: HList](initState: State, inputStreams: InputStreams)(op: (Time, State, Inputs) ⇒ (State, Option[Value]))(implicit constraint: StreamConstraint[_, Inputs, InputStreams]): Stream[Value]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. implicit def consStreamConstraint[Value, Complete <: HList, Inputs <: HList, InputStreams <: HList](implicit ev: StreamConstraint[Complete, Inputs, InputStreams]): StreamConstraint[::[Value, Complete], ::[Option[Value], Inputs], ::[Stream[Value], InputStreams]]
  9. def const[Value](value: Value): Stream[Value]
  10. def delayedLast[Value](delays: ⇒ Stream[Time], values: ⇒ Stream[Value]): Stream[Value]
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  15. def getTime: Time
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def last[Value](times: Stream[_], values: ⇒ Stream[Value]): Stream[Value]
  19. def lift[Value, Complete <: HList, Inputs <: HList, Streams <: HList](streams: Streams)(op: (Complete) ⇒ Option[Value])(implicit constraint: StreamConstraint[Complete, Inputs, Streams]): Stream[Value]
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def nil[Value]: Stream[Value]
  22. implicit val nilSteamConstraint: StreamConstraint[HNil, HNil, HNil]
  23. final def notify(): Unit
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  25. def period(value: Time): Stream[Unit]
  26. def printStream(stream: Stream[_], name: String): Unit
  27. def step(timeDelta: Time): Unit

    Propagates all inputs and progresses time.z

  28. def step(): Unit

    Propagates all inputs without progressing time.

    Propagates all inputs without progressing time. Can only be called once per point in time. No more input values can be provided for the current time afterwards.

  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. object RegionBegin extends RegionMark with Product with Serializable
  35. object RegionInside extends RegionMark with Product with Serializable
  36. object RegionOutside extends RegionMark with Product with Serializable
  37. object ResetStream

Inherited from AnyRef

Inherited from Any

Ungrouped