c

bigglue.computations

CartesianProduct

class CartesianProduct[InputL <: Identifiable[InputL], InputR <: Identifiable[InputR]] extends PairwiseComposer[InputL, InputR, Pair[InputL, InputR]]

Linear Supertypes
PairwiseComposer[InputL, InputR, Pair[InputL, InputR]], BinaryComputation[InputL, InputR, Pair[InputL, InputR]], BinaryChecker[InputL, InputR, Pair[InputL, InputR]], OutputStoreChecker[Pair[InputL, InputR]], InputStoresChecker[InputL, InputR], ConfigChecker, Computation, ConfigBuildsPlatform, ConfigBuilds[PlatformBuilder], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CartesianProduct
  2. PairwiseComposer
  3. BinaryComputation
  4. BinaryChecker
  5. OutputStoreChecker
  6. InputStoresChecker
  7. ConfigChecker
  8. Computation
  9. ConfigBuildsPlatform
  10. ConfigBuilds
  11. AnyRef
  12. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CartesianProduct()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def *->[End <: Identifiable[End]](output: Pipe[Pair[InputL, InputR], End]): PartialComposerPipe[InputL, InputR, Pair[InputL, InputR], End]
    Definition Classes
    PairwiseComposer
  4. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from CartesianProduct[InputL, InputR] to any2stringadd[CartesianProduct[InputL, InputR]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  5. def ->[B](y: B): (CartesianProduct[InputL, InputR], B)
    Implicit
    This member is added by an implicit conversion from CartesianProduct[InputL, InputR] to ArrowAssoc[CartesianProduct[InputL, InputR]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. var binaryPlatformOpt: Option[BinaryPlatform[InputL, InputR, Pair[InputL, InputR]]]
    Definition Classes
    BinaryComputation
  9. def check(conf: PipeConfig, inputLMap: DataStore[InputL], inputRMap: DataStore[InputR], outputMap: DataStore[Pair[InputL, InputR]]): Unit

    Check routine for binary data processors

    Check routine for binary data processors

    conf

    the config file to check

    inputLMap

    the left input store to check

    inputRMap

    the right input store to check

    outputMap

    the output store to check

    Definition Classes
    BinaryChecker
  10. def checkConfig(conf: PipeConfig): Unit

    Check that paths in configuration file relevant to host class are well-formed.

    Check that paths in configuration file relevant to host class are well-formed. Default does nothing.

    conf

    the config file to check

    Definition Classes
    ConfigChecker
  11. def checkInputL(inputLMap: DataStore[InputL]): Unit

    Check that left input store is compatible with the host class.

    Check that left input store is compatible with the host class. Default does nothing.

    inputLMap

    the input store to check

    Definition Classes
    InputStoresChecker
  12. def checkInputR(inputRMap: DataStore[InputR]): Unit

    Check that right input store is compatible with the host class.

    Check that right input store is compatible with the host class. Default does nothing.

    inputRMap

    the input store to check

    Definition Classes
    InputStoresChecker
  13. def checkOutput(outputMap: DataStore[Pair[InputL, InputR]]): Unit

    Check that output store is compatible with the host class.

    Check that output store is compatible with the host class. Default does nothing.

    outputMap

    the output store to check

    Definition Classes
    OutputStoreChecker
  14. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. val configOpt: Option[PipeConfig]
    Definition Classes
    ConfigBuilds
  16. var configOption: ConfOpt
    Definition Classes
    Computation
  17. def constructBuilder(config: PipeConfig = null): PlatformBuilder
    Definition Classes
    ConfigBuildsPlatformConfigBuilds
  18. def ensuring(cond: (CartesianProduct[InputL, InputR]) ⇒ Boolean, msg: ⇒ Any): CartesianProduct[InputL, InputR]
    Implicit
    This member is added by an implicit conversion from CartesianProduct[InputL, InputR] to Ensuring[CartesianProduct[InputL, InputR]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: (CartesianProduct[InputL, InputR]) ⇒ Boolean): CartesianProduct[InputL, InputR]
    Implicit
    This member is added by an implicit conversion from CartesianProduct[InputL, InputR] to Ensuring[CartesianProduct[InputL, InputR]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def ensuring(cond: Boolean, msg: ⇒ Any): CartesianProduct[InputL, InputR]
    Implicit
    This member is added by an implicit conversion from CartesianProduct[InputL, InputR] to Ensuring[CartesianProduct[InputL, InputR]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. def ensuring(cond: Boolean): CartesianProduct[InputL, InputR]
    Implicit
    This member is added by an implicit conversion from CartesianProduct[InputL, InputR] to Ensuring[CartesianProduct[InputL, InputR]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  24. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from CartesianProduct[InputL, InputR] to StringFormat[CartesianProduct[InputL, InputR]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  26. def getBinaryPlatform(): BinaryPlatform[InputL, InputR, Pair[InputL, InputR]]
    Definition Classes
    BinaryComputation
  27. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  28. def getConfig(config: PipeConfig): PipeConfig
    Definition Classes
    ConfigBuilds
  29. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  30. def init(conf: PipeConfig, inputLMap: DataStore[InputL], inputRMap: DataStore[InputR], outputMap: DataStore[Pair[InputL, InputR]]): Unit
    Definition Classes
    PairwiseComposer
  31. def init(conf: PipeConfig, inputMapL: DataStore[InputL], inputMapR: DataStore[InputR], outputMap: DataStore[Pair[InputL, InputR]], platform: BinaryPlatform[InputL, InputR, Pair[InputL, InputR]]): Unit
    Definition Classes
    BinaryComputation
  32. def init(config: PipeConfig, platform: Platform): Unit
    Definition Classes
    Computation
  33. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  34. def name(newName: String): BinaryComputation[InputL, InputR, Pair[InputL, InputR]]
    Definition Classes
    BinaryComputation
  35. var name: String
    Definition Classes
    BinaryComputation
  36. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. final def notify(): Unit
    Definition Classes
    AnyRef
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  39. def persist(): Unit

    If the computation has been initialized, it calls Platform.persist on the platform.

    If the computation has been initialized, it calls Platform.persist on the platform. This gives the platform the responsibility of what data to send/resend down the pipeline.

    Definition Classes
    Computation
  40. var platformOpt: Option[Platform]
    Definition Classes
    Computation
  41. def run(): Unit
    Definition Classes
    PairwiseComposerComputation
  42. def setConfig(pipeConfig: PipeConfig): Unit
    Definition Classes
    ConfigBuilds
  43. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  44. def terminate(): Unit
    Definition Classes
    Computation
  45. def toStep(conf: PipeConfig, step: String): PipeConfig
    Definition Classes
    Computation
  46. def toString(): String
    Definition Classes
    AnyRef → Any
  47. def tryFilterAndCompose(pair: Pair[InputL, InputR]): Option[Pair[InputL, InputR]]
    Definition Classes
    PairwiseComposer
  48. val versionOpt: Option[String]
    Definition Classes
    Computation
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. def withConfig(newConfigOption: ConfOpt): PairwiseComposer[InputL, InputR, Pair[InputL, InputR]]
    Definition Classes
    PairwiseComposer
  53. def [B](y: B): (CartesianProduct[InputL, InputR], B)
    Implicit
    This member is added by an implicit conversion from CartesianProduct[InputL, InputR] to ArrowAssoc[CartesianProduct[InputL, InputR]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from PairwiseComposer[InputL, InputR, Pair[InputL, InputR]]

Inherited from BinaryComputation[InputL, InputR, Pair[InputL, InputR]]

Inherited from BinaryChecker[InputL, InputR, Pair[InputL, InputR]]

Inherited from OutputStoreChecker[Pair[InputL, InputR]]

Inherited from InputStoresChecker[InputL, InputR]

Inherited from ConfigChecker

Inherited from Computation

Inherited from ConfigBuildsPlatform

Inherited from ConfigBuilds[PlatformBuilder]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from CartesianProduct[InputL, InputR] to any2stringadd[CartesianProduct[InputL, InputR]]

Inherited by implicit conversion StringFormat from CartesianProduct[InputL, InputR] to StringFormat[CartesianProduct[InputL, InputR]]

Inherited by implicit conversion Ensuring from CartesianProduct[InputL, InputR] to Ensuring[CartesianProduct[InputL, InputR]]

Inherited by implicit conversion ArrowAssoc from CartesianProduct[InputL, InputR] to ArrowAssoc[CartesianProduct[InputL, InputR]]

Ungrouped