edu.arizona.sista.assembly

AssemblyExporter

Related Docs: object AssemblyExporter | package assembly

class AssemblyExporter extends AnyRef

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

Instance Constructors

  1. new AssemblyExporter(manager: AssemblyManager)

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. val EERLUT: Map[Int, String]

  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def createController(eer: EntityEventRepresentation): String

  8. def createInput(eer: EntityEventRepresentation): String

  9. def createOutput(eer: EntityEventRepresentation): String

  10. def createSimpleEntityText(entity: SimpleEntity): String

    Create text representation of SimpleEntity

    Create text representation of SimpleEntity

    entity

    a SimpleEntity

    returns

    a String representing entity and its modifications, mutations, etc

  11. val distinctEERS: Set[EntityEventRepresentation]

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

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

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

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

    Definition Classes
    AnyRef → Any
  16. def getEventLabel(e: EntityEventRepresentation): String

  17. def getEventRows: Set[Row]

  18. def getRows: Set[Row]

  19. def getText(entity: SimpleEntity): String

  20. val grounding2Text: Map[GroundingID, String]

  21. def hashCode(): Int

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

    Definition Classes
    Any
  23. val manager: AssemblyManager

  24. def mkEventID(eer: EntityEventRepresentation): String

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

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

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

    Definition Classes
    AnyRef
  28. def precededBy(eer: EntityEventRepresentation): Set[String]

    Converts predecessors of Event to Event IDs

    Converts predecessors of Event to Event IDs

    eer

    an EntityEventRepresentation

    returns

    a Set of String representing Event IDs of eer's predecessors

  29. def reportError(ce: ComplexEvent, c: EntityEventRepresentation): String

  30. def rowsWithOutputIDProblems(rows: Set[Row]): Set[Row]

    for debugging purposes

  31. def rowsWithPrecededByIDProblems(rows: Set[Row]): Set[Row]

    for debugging purposes

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

    Definition Classes
    AnyRef
  33. def toString(): String

    Definition Classes
    AnyRef → Any
  34. def validateOutput(rowsForOutput: Set[Row]): Unit

    Validate the rows before writing

  35. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. def writeTSV(outfile: String, rowFilter: (Set[Row]) ⇒ Set[Row]): Unit

Inherited from AnyRef

Inherited from Any

Ungrouped