com.github.jenshaase.uimascala.core.wrapper

JCasWrapper

Related Doc: package wrapper

class JCasWrapper extends AnyRef

A JCas wrapper for implicity

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. JCasWrapper
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JCasWrapper(cas: JCas)

Value Members

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

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

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

    Definition Classes
    AnyRef → Any
  4. def annotate[T <: Annotation](begin: Int, end: Int)(implicit cf: ClassTag[T]): T

  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def create[T <: TOP](f: (T) ⇒ Unit*)(implicit cf: ClassTag[T]): T

  8. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  10. def exists[T <: TOP](implicit ct: ClassTag[T]): Boolean

    See also

    org.apache.uima.fit.uitl.JCasUtil#exists

  11. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  13. def getView(name: String, create: Boolean): JCas

    See also

    org.apache.uima.fit.uitl.JCasUtil#getView

  14. def getView(name: String, fallback: JCas): JCas

    See also

    org.apache.uima.fit.uitl.JCasUtil#getView

  15. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  20. def select[T <: TOP](implicit cf: ClassTag[T]): Iterable[T]

    See also

    org.apache.uima.fit.uitl.JCasUtil#select

  21. def selectByIndex[T <: Annotation](index: Int)(implicit cf: ClassTag[T]): T

    See also

    org.apache.uima.fit.uitl.JCasUtil#selectByIndex

  22. def selectCovered[T <: Annotation](coveringAnnotation: Annotation)(implicit cf: ClassTag[T]): List[T]

    See also

    org.apache.uima.fit.uitl.JCasUtil#selectCovered

  23. def selectFollowing[T <: Annotation](annotation: Annotation, count: Int = Int.MaxValue)(implicit cf: ClassTag[T]): Buffer[T]

    See also

    org.apache.uima.fit.uitl.JCasUtil#selectFollowing

  24. def selectPreceding[T <: Annotation](annotation: Annotation, count: Int = Int.MaxValue)(implicit cf: ClassTag[T]): Buffer[T]

    See also

    org.apache.uima.fit.uitl.JCasUtil#selectPreceding

  25. def selectSingle[T <: TOP](implicit cf: ClassTag[T]): T

    See also

    org.apache.uima.fit.uitl.JCasUtil#selectSingle

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

    Definition Classes
    AnyRef
  27. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped