Class/Object

org.clulab.reach.assembly.export

AssemblyExporter

Related Docs: object AssemblyExporter | package export

Permalink

class AssemblyExporter extends LazyLogging

UA assembly exporter
Used to produce a tsv file

Linear Supertypes
LazyLogging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AssemblyExporter
  2. LazyLogging
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AssemblyExporter(manager: AssemblyManager)

    Permalink

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

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

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

    Permalink
  8. def createDestination(eer: EntityEventRepresentation): String

    Permalink
  9. def createInput(eer: EntityEventRepresentation, mods: String = ""): String

    Permalink
  10. def createOutput(eer: EntityEventRepresentation, mods: String = ""): String

    Permalink
  11. def createSimpleEntityText(entity: SimpleEntity): String

    Permalink

    Create text representation of SimpleEntity

    Create text representation of SimpleEntity

    entity

    a SimpleEntity

    returns

    a String representing entity and its modifications, mutations, etc

  12. def createSource(eer: EntityEventRepresentation): String

    Permalink
  13. def createTranslocationArgument(eer: EntityEventRepresentation, name: String): String

    Permalink
  14. val distinctEERS: Set[EER]

    Permalink
  15. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  19. def getRows: Seq[AssemblyRow]

    Permalink
  20. def getText(entity: SimpleEntity): String

    Permalink
  21. val grounding2Text: Map[GroundingID, String]

    Permalink
  22. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  24. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  25. val manager: AssemblyManager

    Permalink
  26. def mkEventID(eer: EntityEventRepresentation): String

    Permalink
  27. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  28. final def notify(): Unit

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

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

    Permalink

    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

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

    Permalink

    for debugging purposes

  32. def rowsToString(cols: Seq[String], sep: String = AssemblyExporter.SEP, rowFilter: (Seq[AssemblyRow]) ⇒ Seq[AssemblyRow]): String

    Permalink
  33. def rowsWithOutputIDProblems(rows: Seq[AssemblyRow]): Seq[AssemblyRow]

    Permalink

    for debugging purposes

  34. def rowsWithPrecededByIDProblems(rows: Seq[AssemblyRow]): Seq[AssemblyRow]

    Permalink

    for debugging purposes

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. def writeRows(f: File, cols: Seq[String], sep: String = AssemblyExporter.SEP, rowFilter: (Seq[AssemblyRow]) ⇒ Seq[AssemblyRow]): Unit

    Permalink

Inherited from LazyLogging

Inherited from AnyRef

Inherited from Any

Ungrouped