Class

org.mitre.jcarafe.util

Annotation

Related Doc: package util

Permalink

class Annotation extends Ordered[Annotation]

Linear Supertypes
Ordered[Annotation], Comparable[Annotation], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Annotation
  2. Ordered
  3. Comparable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Annotation(st: Int, en: Int, beg: Boolean, typ: AbstractLabel)

    Permalink
  2. new Annotation(st: Int, en: Int, beg: Boolean, typ: AbstractLabel, vl: Option[String])

    Permalink
  3. new Annotation(st: Int, en: Int, beg: Boolean, typ: AbstractLabel, vl: Option[String], info: Option[Map[String, String]])

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def <(that: Annotation): Boolean

    Permalink
    Definition Classes
    Ordered
  4. def <=(that: Annotation): Boolean

    Permalink
    Definition Classes
    Ordered
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def >(that: Annotation): Boolean

    Permalink
    Definition Classes
    Ordered
  7. def >=(that: Annotation): Boolean

    Permalink
    Definition Classes
    Ordered
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. var beg: Boolean

    Permalink
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def compare(that: Annotation): Int

    Permalink
    Definition Classes
    Annotation → Ordered
  12. def compareTo(that: Annotation): Int

    Permalink
    Definition Classes
    Ordered → Comparable
  13. def contained(that: Annotation): Boolean

    Permalink
  14. val en: Int

    Permalink
  15. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def equals(other: Any): Boolean

    Permalink
    Definition Classes
    Annotation → AnyRef → Any
  17. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    Annotation → AnyRef → Any
  20. val info: Option[Map[String, String]]

    Permalink
  21. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  25. val st: Int

    Permalink
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  27. def toString(): String

    Permalink
    Definition Classes
    Annotation → AnyRef → Any
  28. var typ: AbstractLabel

    Permalink
  29. val vl: Option[String]

    Permalink
  30. final def wait(): Unit

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

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

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

Inherited from Ordered[Annotation]

Inherited from Comparable[Annotation]

Inherited from AnyRef

Inherited from Any

Ungrouped