Package

org.nlp4l.framework

models

Permalink

package models

Visibility
  1. Public
  2. All

Type Members

  1. case class Cell(name: String, value: Any, userDefinedHashCode: (Any) ⇒ Int = null) extends Product with Serializable

    Permalink

    Data unit

  2. case class CellAttribute(name: String, cellType: CellType, isFilterable: Boolean = false, isSortable: Boolean = false, userDefinedHashCode: (Any) ⇒ Int = null) extends CellView with Product with Serializable

    Permalink
  3. sealed abstract class CellType extends AnyRef

    Permalink
  4. trait CellView extends AnyRef

    Permalink
  5. case class Dictionary(recordList: Seq[Record]) extends Product with Serializable

    Permalink

    Collection of Record Input and output unit

  6. class DictionaryAttribute extends AnyRef

    Permalink
  7. case class Record(cellList: Seq[Cell]) extends Product with Serializable

    Permalink

    Collection of cell, such like row

  8. case class RecordWithAttrbute(record: Record, attribute: DictionaryAttribute) extends Product with Serializable

    Permalink

Value Members

  1. object CellType

    Permalink

    Data type enum for Cell

Ungrouped