class
DataSet
extends AnyRef
Instance Constructors
-
new
DataSet
(paths: List[List[Any]], pathVars: Map[String, List[(Int, Int)]], stepVars: Map[String, List[Int]])
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
asInstanceOf
[T0]
: T0
-
def
clone
(): AnyRef
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
val
isEmpty
: Boolean
-
def
isInstanceOf
[T0]
: Boolean
-
def
isTrue
: Boolean
-
def
leftType
(pos: Int): Set[DataType]
-
val
maxTupleSize
: Int
-
val
minTupleSize
: Int
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
val
pathCount
: Int
-
val
pathVars
: Map[String, List[(Int, Int)]]
-
val
paths
: List[List[Any]]
-
def
rightType
(pos: Int): Set[DataType]
-
val
stepVars
: Map[String, List[Int]]
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toBoundPaths
: List[(List[Any], Map[String, (Int, Int)], Map[String, Int])]
-
def
toString
(): String
-
def
types
: List[Set[DataType]]
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any