object PlainTessla

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

Type Members

  1. abstract class AbstractStreamDescription extends AnyRef
  2. final case class Alias(expression: ValueId) extends ValueExpression with Product with Serializable
  3. final case class Application(fn: String, args: Seq[ValueId]) extends ValueExpression with Product with Serializable
  4. final case class Constant(value: Value) extends ValueExpression with Product with Serializable
  5. final case class Delay(delays: StreamId, resets: StreamId) extends Expression with Product with Serializable
  6. sealed abstract class Expression extends AnyRef
  7. case class InStreamDescription(id: StreamId, ty: StreamType) extends AbstractStreamDescription with Product with Serializable
  8. final case class Input(stream: StreamId) extends ValueExpression with Product with Serializable
  9. final case class Last(values: StreamId, clock: StreamId) extends Expression with Product with Serializable
  10. final case class Lift(result: ValueId, args: Seq[StreamId]) extends Expression with Product with Serializable
  11. type MMap[K, V] = TreeMap[K, V]
  12. final case class MemberAccess(obj: ValueId, member: String) extends ValueExpression with Product with Serializable
  13. final case class Merge(stream1: StreamId, stream2: StreamId) extends Expression with Product with Serializable
  14. final case class MergeUnit(stream1: StreamId, stream2: StreamId) extends Expression with Product with Serializable
  15. final case class ObjectCreation(members: Map[String, ValueId]) extends ValueExpression with Product with Serializable
  16. case class OutStreamDescription(id: StreamId, ty: StreamType, name: String) extends AbstractStreamDescription with Product with Serializable
  17. final case class Specification(streams: Seq[StreamDescription], inStreams: Seq[InStreamDescription], outStreams: Seq[OutStreamDescription], valueExpr: Map[ValueId, (Type, ValueExpression)]) extends Product with Serializable
  18. case class StreamDescription(id: StreamId, ty: StreamType, expr: Expression) extends AbstractStreamDescription with Product with Serializable
  19. type StreamSet = Seq[StreamDescription]
  20. final case class Time(stream: StreamId) extends Expression with Product with Serializable
  21. final case class UnitStream(value: Value) extends Expression with Product with Serializable
  22. sealed abstract class ValueExpression extends AnyRef
  23. type ValueSet = TreeMap[ValueId, (Type, ValueExpression)]

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def build(spec: tessla.TesslaCore.Specification): Specification
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. def inlineFunction(fn: Function, args: Seq[(Type, ValueExpression)], prefix: String, lifted: ValueSet, functions: MMap[String, Function] = new MMap[String, Core.Function]): ValueId
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. val simplify: Boolean
  17. def streamRefEx(s: StreamRef, name: String, streams: ArrayBuffer[StreamDescription]): StreamId
  18. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  19. def toString(): String
    Definition Classes
    AnyRef → Any
  20. def unique(base: String): String
  21. def uniqueStreamId(base: String): StreamId
  22. def uniqueValueId(base: String): ValueId
  23. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. object Nil extends Expression with Product with Serializable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped