org.wquery.engine

AlgebraOp

class AlgebraOp extends AnyRef

Attributes
abstract
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. AlgebraOp
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AlgebraOp ()

Abstract Value Members

  1. def bindingsPattern : BindingsPattern

    Attributes
    abstract
  2. def evaluate (wordNet: WordNet, bindings: Bindings): DataSet

    Attributes
    abstract
  3. def leftType (pos: Int): Set[DataType]

    Attributes
    abstract
  4. def maxTupleSize : Option[Int]

    Attributes
    abstract
  5. def minTupleSize : Int

    Attributes
    abstract
  6. def rightType (pos: Int): Set[DataType]

    Attributes
    abstract