edu.arizona.sista.reach.mentions

Grounding

Related Doc: package mentions

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
Learn more about member selection
Visibility
  1. Public
  2. All

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

    Definition Classes
    Any
  5. def candidates(): Resolutions

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

  6. def clone(): AnyRef

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

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

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

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

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

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

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

    Get the current grounding for this mention, if any.

  13. def hasCandidates: Boolean

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

  14. def hasMoreCandidates: Boolean

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

  15. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  16. def isGrounded: Boolean

    Returns true if this mention is grounded.

  17. final def isInstanceOf[T0]: Boolean

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

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

    Set candidates for eventual final grounding resolution.

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

  20. final def notify(): Unit

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

    Definition Classes
    AnyRef
  22. def nsId(): String

    Return a formatted string containing the grounding namespace and ID.

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

    Definition Classes
    AnyRef
  24. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped