Class/Object

com.coxautodata.waimak.dataflow

DataFlowEntities

Related Docs: object DataFlowEntities | package dataflow

Permalink

class DataFlowEntities extends AnyRef

Maintains data flow entities (the inputs and outputs of data flow actions). Every entity has a label which must be unique across the data flow.

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

Instance Constructors

  1. new DataFlowEntities(entities: Map[String, Option[Any]])

    Permalink

    entities

    a map of label -> entity

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(entity: (String, Option[Any])): DataFlowEntities

    Permalink
  4. def ++(other: DataFlowEntities): DataFlowEntities

    Permalink
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def canEqual(other: Any): Boolean

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def collect[B](pf: PartialFunction[(String, Option[Any]), B]): Seq[B]

    Permalink
  10. def contains(label: String): Boolean

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

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

    Permalink
    Definition Classes
    DataFlowEntities → AnyRef → Any
  13. def filterLabels(labels: List[String]): DataFlowEntities

    Permalink
  14. def filterValues(cond: (Option[Any]) ⇒ Boolean): DataFlowEntities

    Permalink
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def get[T](label: String)(implicit arg0: ClassTag[T]): T

    Permalink
  17. def getAllOfType[T](implicit arg0: ClassTag[T]): Seq[T]

    Permalink

    Return all defined (not None) entities for a given type [T]

    Return all defined (not None) entities for a given type [T]

    T

    Type of entities to return

    returns

    Sequence of all defined entities that match the given type

  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. def getOption[T](label: String)(implicit arg0: ClassTag[T]): Option[T]

    Permalink
  20. lazy val hash: Int

    Permalink
  21. def hashCode(): Int

    Permalink
    Definition Classes
    DataFlowEntities → AnyRef → Any
  22. def isEmpty: Boolean

    Permalink
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. def keySet: Set[String]

    Permalink
  25. def labels: Set[String]

    Permalink
  26. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. def nonEmpty: Boolean

    Permalink
  28. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  30. def size: Int

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped