Class/Object

org.clulab.wm.eidos.attachments

TriggeredAttachment

Related Docs: object TriggeredAttachment | package attachments

Permalink

abstract class TriggeredAttachment extends EidosAttachment

Annotations
@SerialVersionUID()
Linear Supertypes
EidosAttachment, QuicklyEqualable, Serializable, Serializable, Attachment, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TriggeredAttachment
  2. EidosAttachment
  3. QuicklyEqualable
  4. Serializable
  5. Serializable
  6. Attachment
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TriggeredAttachment(trigger: String, quantifiers: Option[Seq[String]], triggerProvenance: Option[Provenance] = None, quantifierProvenances: Option[Seq[Provenance]], adjectiveGroundingsOpt: Option[Seq[Option[AdjectiveGrounding]]] = None)

    Permalink

Abstract Value Members

  1. abstract def newJLDAttachment(serializer: JLDSerializer): JLDAttachment

    Permalink
    Definition Classes
    EidosAttachment
  2. abstract def toJson: JValue

    Permalink
    Definition Classes
    EidosAttachment

Concrete 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. var adjectiveGroundingsOpt: Option[Seq[Option[AdjectiveGrounding]]]

    Permalink
  5. val argumentSize: Int

    Permalink
    Definition Classes
    TriggeredAttachmentEidosAttachment
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def biEquals(other: Any): Boolean

    Permalink
    Definition Classes
    TriggeredAttachment → QuicklyEqualable
  8. lazy val cachedHashCode: Int

    Permalink
    Attributes
    protected
    Definition Classes
    QuicklyEqualable
  9. def calculateHashCode: Int

    Permalink
    Attributes
    protected
    Definition Classes
    TriggeredAttachment → QuicklyEqualable
  10. def canEqual(other: AnyRef): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    QuicklyEqualable
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. implicit def formats: DefaultFormats.type

    Permalink
    Definition Classes
    EidosAttachment
  16. def getArgumentSize(): Int

    Permalink
    Definition Classes
    EidosAttachment
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def getQuantifierMentions: Option[Seq[Provenance]]

    Permalink
  19. def getQuantifiers(): Option[Seq[String]]

    Permalink
  20. def getSortedQuantifiers(): Seq[String]

    Permalink
  21. def getTrigger(): String

    Permalink
  22. def getTriggerMention: Option[Provenance]

    Permalink
  23. def groundAdjective(adjectiveGrounder: AdjectiveGrounder): Unit

    Permalink
    Definition Classes
    TriggeredAttachmentEidosAttachment
  24. def hashCode(): Int

    Permalink
    Definition Classes
    QuicklyEqualable → AnyRef → Any
  25. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    AnyRef
  27. def newJLDTriggeredAttachment(serializer: JLDSerializer, kind: String): JLDTriggeredAttachment

    Permalink
  28. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  30. val quantifierProvenances: Option[Seq[Provenance]]

    Permalink
  31. val quantifiers: Option[Seq[String]]

    Permalink
  32. val sortedQuantifiers: Seq[String]

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

    Permalink
    Definition Classes
    AnyRef
  34. def toJson(label: String): JValue

    Permalink
  35. def toString(): String

    Permalink
    Definition Classes
    TriggeredAttachment → AnyRef → Any
  36. def triEquals(other: Any): Option[Boolean]

    Permalink
    Attributes
    protected
    Definition Classes
    QuicklyEqualable
  37. val trigger: String

    Permalink
  38. val triggerProvenance: Option[Provenance]

    Permalink
  39. final def wait(): Unit

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

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

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

Inherited from EidosAttachment

Inherited from QuicklyEqualable

Inherited from Serializable

Inherited from Serializable

Inherited from Attachment

Inherited from AnyRef

Inherited from Any

Ungrouped