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. case class ArcPattern(relations: Option[List[Relation]], source: ArcPatternArgument, destination: ArcPatternArgument) extends Product with Serializable

  3. case class ArcPatternArgument(name: String, nodeType: Option[NodeType]) extends Product with Serializable

  4. case class Argument(name: String, nodeType: NodeType) extends Product with Serializable

  5. class DataExtensionSet extends ExtensionSet

  6. class DataSet extends ProvidesTypes with ProvidesTupleSizes

  7. class DataSetBuffer extends AnyRef

  8. sealed abstract class DataType extends Ordered[DataType]

  9. sealed abstract class DomainType extends NodeType

  10. sealed abstract class ExtendedExtensionSet extends ExtensionSet

  11. trait ExtensionSet extends AnyRef

  12. class ExtensionSetBuffer extends AnyRef

  13. class ExtensionSetBuilder extends AnyRef

  14. sealed abstract class NodeType extends DataType

  15. case class Relation(name: String, arguments: List[Argument]) extends Product with Serializable

  16. class RightExtendedExtensionSet extends ExtendedExtensionSet

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

  18. sealed abstract class Symmetry extends AnyRef

  19. case class Synset(id: String) extends Product with Serializable

  20. trait WordNet extends AnyRef

Value Members

  1. object Antisymmetric extends Symmetry with Product with Serializable

  2. object AnyListOrdering extends Ordering[List[Any]]

  3. object AnyOrdering extends Ordering[Any]

  4. object ArcOrdering extends Ordering[Arc]

  5. object ArcPatternArgument extends Serializable

  6. object ArcType extends DataType with Product with Serializable

  7. object BooleanType extends NodeType with Product with Serializable

  8. object DataSet

  9. object DataSetBuffers

  10. object DataType

  11. object FloatType extends NodeType with Product with Serializable

  12. object IntegerType extends NodeType with Product with Serializable

  13. object NodeType

  14. object NonSymmetric extends Symmetry with Product with Serializable

  15. object POSType extends DomainType with Product with Serializable

  16. object Relation extends Serializable

  17. object SenseOrdering extends Ordering[Sense]

  18. object SenseType extends DomainType with Product with Serializable

  19. object StringType extends DomainType with Product with Serializable

  20. object Symmetric extends Symmetry with Product with Serializable

  21. object SynsetOrdering extends Ordering[Synset]

  22. object SynsetType extends DomainType with Product with Serializable

  23. object WordNet

  24. package impl

Ungrouped