Class

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

PropertyWithWindow

Related Doc: package property

Permalink

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

Linear Supertypes
TypedProperty[T, List[_]], Property[T], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PropertyWithWindow
  2. TypedProperty
  3. Property
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PropertyWithWindow(node: Node[T], before: Int, after: Int, filters: Iterable[(T) ⇒ Any], properties: List[Property[T]])(implicit tag: ClassTag[T])

    Permalink

Type Members

  1. type S = List[_]

    Permalink
    Definition Classes
    TypedPropertyProperty

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val after: Int

    Permalink
  5. def allowableValues: Array[String]

    Permalink
    Definition Classes
    Property
  6. def apply(instance: T): S

    Permalink
    Definition Classes
    Property
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. val before: Int

    Permalink
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def compositeChildren: Option[LinkedList[Classifier]]

    Permalink
    Definition Classes
    Property
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def featureVector(instance: T): FeatureVector

    Permalink
    Definition Classes
    PropertyWithWindowProperty
  14. val filters: Iterable[(T) ⇒ Any]

    Permalink
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  18. var hiddenProperties: List[Property[T]]

    Permalink
  19. def is(u: List[_]): BooleanProperty[T]

    Permalink
    Definition Classes
    TypedProperty
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. val name: String

    Permalink
    Definition Classes
    PropertyWithWindowProperty
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. var node: Node[T]

    Permalink
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. def outputType: String

    Permalink
    Definition Classes
    Property
  27. val properties: List[Property[T]]

    Permalink
  28. def rebuildHiddenProperties(): List[Property[T]]

    Permalink
  29. val self: TypedProperty[T, List[_]]

    Permalink
    Definition Classes
    TypedProperty
  30. val sensor: (T) ⇒ List[_]

    Permalink
    Definition Classes
    PropertyWithWindowTypedPropertyProperty
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  32. implicit val tag: ClassTag[T]

    Permalink
    Definition Classes
    PropertyWithWindowTypedPropertyProperty
  33. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  34. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from TypedProperty[T, List[_]]

Inherited from Property[T]

Inherited from AnyRef

Inherited from Any

Ungrouped