Trait

org.clulab.reach.mentions

Grounding

Related Doc: package mentions

Permalink

trait Grounding extends AnyRef

Trait which holds grounding information for a mention. Written by: Marco Valenzuela, Tom Hicks. Last Modified: Propagate ambiguity: comment out finalization methods.

Self Type
Grounding with Mention
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Grounding
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def candidates(): Resolutions

    Permalink

    Get the current candidate resolutions for this mention, if any.

  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def copyGroundingFrom(other: Grounding): Unit

    Permalink

    Copy the values from the given Grounding object into this Grounding object.

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. def grounding(): Option[KBResolution]

    Permalink

    Get the current grounding for this mention, if any.

  13. def hasCandidates: Boolean

    Permalink

    Returns true if this mention has more than one candidate grounding.

  14. def hasMoreCandidates: Boolean

    Permalink

    Returns true if this mention is grounded and has more than one candidate grounding.

  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  16. def isGrounded: Boolean

    Permalink

    Returns true if this mention is grounded.

  17. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    AnyRef
  19. def nominate(resolutions: Resolutions): Unit

    Permalink

    Set candidates for eventual final grounding resolution.

    Set candidates for eventual final grounding resolution. Resets any grounding.

  20. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  22. def nsId(): String

    Permalink

    Return a formatted string containing the grounding namespace and ID.

  23. def sharesGroundingWith(other: Grounding): Boolean

    Permalink

    Return true if this and other share at least one candidates

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

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped