Package

edu.illinois.cs.cogcomp.saul.datamodel

property

Permalink

package property

Visibility
  1. Public
  2. All

Type Members

  1. case class CombinedDiscreteProperty[T <: AnyRef](atts: List[Property[T]])(implicit tag: ClassTag[T]) extends TypedProperty[T, List[_]] with Product with Serializable

    Permalink
  2. class EvaluatedProperty[T <: AnyRef, U] extends TypedProperty[T, String]

    Permalink
  3. trait Property[T] extends AnyRef

    Permalink

    Base trait for representing attributes that can be defined on a Node instance.

    Base trait for representing attributes that can be defined on a Node instance.

    T

    Type of the attribute

  4. class PropertyWithWindow[T <: AnyRef] extends TypedProperty[T, List[_]]

    Permalink
  5. trait TypedProperty[T <: AnyRef, U] extends Property[T]

    Permalink

Value Members

  1. object PairwiseConjunction

    Permalink
  2. object Property

    Permalink
  3. package features

    Permalink

Ungrouped