org.wquery

model

package model

Visibility
  1. Public
  2. All

Type Members

  1. case class Arc (relation: Relation, from: String, to: String) extends Product with Serializable

  2. class DataSet extends AnyRef

  3. class DataSetBuffer extends AnyRef

  4. class DataType extends Ordered[DataType]

    Attributes
    sealed abstract
  5. class NodeType extends DataType

    Attributes
    sealed abstract
  6. case class PropertyAssignment (pattern: ArcPattern, op: String, values: DataSet) extends Product with Serializable

  7. case class Relation (name: String, arguments: Map[String, NodeType]) extends Product with Serializable

  8. case class Sense (wordForm: String, senseNumber: Int, pos: String) extends Product with Serializable

  9. class Symmetry extends AnyRef

    Attributes
    sealed abstract
  10. case class Synset (id: String) extends Product with Serializable

  11. class WordNet extends AnyRef

  12. class WordNetSchema extends AnyRef

  13. trait WordNetStore extends AnyRef

Value Members

  1. object Antisymmetric extends Symmetry with Product with Serializable

  2. object ArcType extends DataType with Product with Serializable

  3. object BooleanType extends NodeType with Product with Serializable

  4. object DataSet extends AnyRef

  5. object DataSetBuffers extends AnyRef

  6. object DataType extends AnyRef

  7. object FloatType extends NodeType with Product with Serializable

  8. object IntegerType extends NodeType with Product with Serializable

  9. object NodeType extends AnyRef

  10. object NonSymmetric extends Symmetry with Product with Serializable

  11. object POSType extends NodeType with Product with Serializable

  12. object Relation extends Serializable

  13. object SenseType extends NodeType with Product with Serializable

  14. object StringType extends NodeType with Product with Serializable

  15. object Symmetric extends Symmetry with Product with Serializable

  16. object SynsetType extends NodeType with Product with Serializable

  17. object WQueryListOrdering extends Ordering[List[Any]]

  18. object WQueryOrdering extends Ordering[Any]

  19. object WordNet extends AnyRef

  20. package impl