edu.arizona.sista.assembly

Complex

Related Doc: package assembly

class Complex extends Entity

A Entity representation of a Binding Mention.

Linear Supertypes
Entity, EntityEventRepresentation, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Complex
  2. Entity
  3. EntityEventRepresentation
  4. Serializable
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Complex(uniqueID: IDPointer, memberPointers: Set[IDPointer], sourceMention: Option[Mention], manager: AssemblyManager)

    uniqueID

    the IDPointer assigned to the Complex by the AssemblyManager

    memberPointers

    a Set of IDPointer corresponding to the Mentions serving as members to the Complex

    sourceMention

    the Mention from which this Complex was constructed

    manager

    a pointer to the AssemblyManager instance that produced this Complex

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 clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def contains(other: Any): Boolean

    Uses Entity.isEquivalentTo to check if an Entity is contained in the Set of members.

    Uses Entity.isEquivalentTo to check if an Entity is contained in the Set of members.

    other

    the thing to compare against

    returns

    true or false

  7. def containsID(someID: IDPointer): Boolean

    Whether or not the Complex contains the provided IDPointer.

    Whether or not the Complex contains the provided IDPointer.

    someID

    an IDPointer identifying some EntityEventRepresentation

    returns

    true or false

    Definition Classes
    ComplexEntityEventRepresentation
  8. def coref: Boolean

    Whether or not the EntityEventRepresentation was produced by a Mention resolved through coref.

    Whether or not the EntityEventRepresentation was produced by a Mention resolved through coref.

    returns

    true or false

    Definition Classes
    EntityEventRepresentation
  9. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  11. def equivalenceHash: Int

    Used by isEquivalentTo to compare against another Complex.

    Used by isEquivalentTo to compare against another Complex.

    returns

    a hash (Int) based primarily on the membersHash

    Definition Classes
    ComplexEntityEventRepresentation
  12. def evidence: Set[Mention]

    The Set of Mentions serving as textual evidence for this EntityEventRepresentation.

    The Set of Mentions serving as textual evidence for this EntityEventRepresentation.

    returns

    Set[Mention]

    Definition Classes
    EntityEventRepresentation
  13. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  15. def hasCorefResolution(m: Mention): Boolean

    Checks to see if a coref mention has an antecedent.

    Checks to see if a coref mention has an antecedent.

    If the mentions made it through the coref component of reach, the only mentions that might have an antecedent should be those with a "Generic_*" this is just a broader, fail-safe check...

    m

    an Odin Mention

    returns

    true if cm has an antecedent; false otherwise

    Definition Classes
    EntityEventRepresentation
  16. def hasNegation(m: Mention): Boolean

    Checks whether evidence contains a Negation modification

    Checks whether evidence contains a Negation modification

    m

    an Odin Mention

    returns

    true or false

    Definition Classes
    EntityEventRepresentation
  17. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  18. def isEquivalentTo(other: Any): Boolean

    Used to compare against another Complex.

    Used to compare against another Complex. Based on the equality of equivalenceHash to that of another Complex.

    other

    the thing to compare against

    returns

    true or false

    Definition Classes
    ComplexEntityEventRepresentation
  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. val manager: AssemblyManager

    a pointer to the AssemblyManager instance that produced this Complex

    a pointer to the AssemblyManager instance that produced this Complex

    Definition Classes
    ComplexEntityEventRepresentation
  21. val memberPointers: Set[IDPointer]

    a Set of IDPointer corresponding to the Mentions serving as members to the Complex

  22. def members: Set[Entity]

    The Entity Set of members, retrieved from manager.idToEER using the memberPointers.

    The Entity Set of members, retrieved from manager.idToEER using the memberPointers.

    returns

    the Entity Set of Complex members

  23. def membersHash: Int

    Hash representing the members.

    Hash representing the members. Used by equivalenceHash for isEquivalentTo comparisons.

    returns

    an Int hash based on the Entity.equivalenceHash of each member

  24. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  25. def negated: Boolean

    Whether or not the EntityEventRepresentation is negated by its evidence (i.e., whether or not the evidence gives a negative example for this EntityEventRepresentation).

    Whether or not the EntityEventRepresentation is negated by its evidence (i.e., whether or not the evidence gives a negative example for this EntityEventRepresentation).

    returns

    true or false

    Definition Classes
    EntityEventRepresentation
  26. final def notify(): Unit

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

    Definition Classes
    AnyRef
  28. val sourceMention: Option[Mention]

    the Mention from which this Complex was constructed

    the Mention from which this Complex was constructed

    Definition Classes
    ComplexEntityEventRepresentation
  29. def summarize: String

    Summary making use of members, coref, and manager

    Summary making use of members, coref, and manager

    returns

    a String summary of the Complex

    Definition Classes
    ComplexEntity
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  31. def toString(): String

    Definition Classes
    AnyRef → Any
  32. val uniqueID: IDPointer

    the IDPointer assigned to the Complex by the AssemblyManager

    the IDPointer assigned to the Complex by the AssemblyManager

    Definition Classes
    ComplexEntityEventRepresentation
  33. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Entity

Inherited from EntityEventRepresentation

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped