Class

org.dsa.iot.ignition

AbstractRxBlockAdapter

Related Doc: package ignition

Permalink

abstract class AbstractRxBlockAdapter[S <: DSARxBlock] extends RxBlockAdapter[S]

The base class for Rx block adapters.

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AbstractRxBlockAdapter
  2. RxBlockAdapter
  3. Logging
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AbstractRxBlockAdapter(name: String, category: String, params: ParamInfo*)

    Permalink

Abstract Value Members

  1. abstract def createBlock(json: JsonObject): S

    Permalink

    Creates a new block from JSON.

    Creates a new block from JSON. It is separated from setupBlock to take advantage of the dynamic configuration of Ignition RX.

    Definition Classes
    RxBlockAdapter
  2. abstract def setupBlock(block: S, json: JsonObject, blocks: DSABlockMap): Unit

    Permalink

    Configures the existing block from JSON.It is separated from createBlock to take advantage of the dynamic configuration of Ignition RX.

    Configures the existing block from JSON.It is separated from createBlock to take advantage of the dynamic configuration of Ignition RX.

    Definition Classes
    RxBlockAdapter

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val arrayField: String

    Permalink

    The name of the field that stores list-type attribute values.

  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. val category: String

    Permalink

    Block category (like Input, Transform, Aggregate, etc.)

    Block category (like Input, Transform, Aggregate, etc.)

    Definition Classes
    AbstractRxBlockAdapterRxBlockAdapter
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def connect[X](portList: PortList[X] forSome {type _$1}, json: JsonObject, name: String, blocks: DSABlockMap)(implicit cnv: (Any) ⇒ X): Unit

    Permalink

    Tries to connect the port list to a set of other blocks' outputs.

  9. def connect[X](port: S.Port[X], json: JsonObject, name: String, blocks: DSABlockMap)(implicit cnv: (Any) ⇒ X): Unit

    Permalink

    Connects the specified port to the output of another block.

    Connects the specified port to the output of another block. If the connection cannot be made, prints an error message.

  10. def debug(message: ⇒ String, args: Any*): Unit

    Permalink
    Definition Classes
    Logging
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def error(message: ⇒ String, err: Throwable): Unit

    Permalink
    Definition Classes
    Logging
  14. def error(message: ⇒ String, args: Any*): Unit

    Permalink
    Definition Classes
    Logging
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  18. def info(message: ⇒ String, args: Any*): Unit

    Permalink
    Definition Classes
    Logging
  19. def init[X](port: S.Port[X], json: JsonObject, name: String, blocks: DSABlockMap)(implicit extractor: (JsonObject, String) ⇒ X, converter: (Any) ⇒ X): Unit

    Permalink

    Initializes the specified port by trying to either connect it to another block (if available), or to set its value explicitly.

  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. val makeRow: Row

    Permalink

    Creates the block description row by concatenating the name, parameters, and category.

    Creates the block description row by concatenating the name, parameters, and category.

    Definition Classes
    AbstractRxBlockAdapterRxBlockAdapter
  22. val name: String

    Permalink

    Block name.

    Block name.

    Definition Classes
    AbstractRxBlockAdapterRxBlockAdapter
  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. val parameters: Seq[ParamInfo]

    Permalink

    The specified block parameters plus output.

    The specified block parameters plus output.

    Definition Classes
    AbstractRxBlockAdapterRxBlockAdapter
  27. def set[T, X](portList: PortList[X], json: JsonObject, name: String)(implicit extractor: (JsonObject, String) ⇒ Seq[X]): Unit

    Permalink

    Tries to set the ports of the specified portList to values extracted from JSON.

  28. def set[X](port: S.Port[X], json: JsonObject, name: String)(implicit extractor: (JsonObject, String) ⇒ X): Unit

    Permalink

    Sets the specified port to an explicit value.

    Sets the specified port to an explicit value. If the value cannot be set, prints an error message.

  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  31. def trace(message: ⇒ String, args: Any*): Unit

    Permalink
    Definition Classes
    Logging
  32. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. def warn(message: ⇒ String, err: Throwable): Unit

    Permalink
    Definition Classes
    Logging
  36. def warn(message: ⇒ String, args: Any*): Unit

    Permalink
    Definition Classes
    Logging

Inherited from RxBlockAdapter[S]

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped