Package

edu.illinois.cs.cogcomp.saul.datamodel.property.features

discrete

Permalink

package discrete

Visibility
  1. Public
  2. All

Type Members

  1. class BooleanProperty[T <: AnyRef] extends DiscreteProperty[T]

    Permalink

    Represents a boolean attribute on a edu.illinois.cs.cogcomp.saul.datamodel.node.Node instance.

  2. case class DiscreteArrayProperty[T <: AnyRef](name: String, sensor: (T) ⇒ List[String])(implicit tag: ClassTag[T]) extends TypedProperty[T, List[String]] with Product with Serializable

    Permalink
  3. case class DiscreteCollectionProperty[T <: AnyRef](name: String, sensor: (T) ⇒ List[String], ordered: Boolean)(implicit tag: ClassTag[T]) extends TypedProperty[T, List[String]] with Product with Serializable

    Permalink
  4. class DiscreteGenProperty[T <: AnyRef] extends TypedProperty[T, List[String]]

    Permalink
  5. case class DiscreteProperty[T <: AnyRef](name: String, sensor: (T) ⇒ String, range: Option[List[String]])(implicit tag: ClassTag[T]) extends TypedProperty[T, String] with Product with Serializable

    Permalink

Ungrouped