case class DataSource(port: Int, result: TabularData) extends SingleTableGeneratorProgram with Product with Serializable
An input source.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DataSource
- Serializable
- Serializable
- Product
- Equals
- SingleTableGeneratorProgram
- TableGeneratorProgram
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new DataSource(port: Int, result: TabularData)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
allResults: Vector[TabularData]
Return the type of all result tables
Return the type of all result tables
- Definition Classes
- TableGeneratorProgram
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
extraResults: Vector[TabularData]
Extra results (in case of MultiTableGeneratorProgram)
Extra results (in case of MultiTableGeneratorProgram)
- Definition Classes
- SingleTableGeneratorProgram → TableGeneratorProgram
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
maxInputSource: Int
Maximum id of input sources
Maximum id of input sources
- Definition Classes
- DataSource → TableGeneratorProgram
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val port: Int
-
val
result: TabularData
Result Data Type.
Result Data Type.
- Definition Classes
- DataSource → TableGeneratorProgram
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )