Package

net.tz

spss

Permalink

package spss

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

Type Members

  1. type DoubleRange = (Double, Double)

    Permalink
  2. case class DoubleValue(v: Double) extends Value[Double] with Product with Serializable

    Permalink
  3. sealed trait Missing extends SpssValue

    Permalink
  4. case class MissingDouble(v: Double) extends MissingValue[Double] with Product with Serializable

    Permalink
  5. abstract class MissingValue[T] extends Value[T]

    Permalink
  6. class SpssReader extends Iterator[Map[SpssVariable, SpssValue]]

    Permalink
  7. sealed trait SpssValue extends AnyRef

    Permalink
  8. case class SpssVariable(name: String, shortName: String, isNumeric: Boolean, index: Int, label: String, missingRange: Option[DoubleRange] = None, missing: List[Double] = Nil, missingStrings: List[String] = Nil, labels: Map[Double, String] = Map()) extends Product with Serializable

    Permalink
  9. case class StringValue(v: String) extends Value[String] with Product with Serializable

    Permalink
  10. abstract class Value[T] extends SpssValue

    Permalink

Value Members

  1. object SpssReader

    Permalink
  2. object SystemMissing extends Missing with Product with Serializable

    Permalink
  3. implicit def spssVarJtoS(v: com.bedatadriven.spss.SpssVariable): SpssVariable

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped