Object

org.clulab.odin.impl

MarkdownGeneration

Related Doc: package impl

Permalink

object MarkdownGeneration

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

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. def argToMarkdown(a: ArgumentPattern): String

    Permalink

    Create the markdown table line for a given argument, including the name, the label, whether or not the argument was quantified, and if it's optional.

    Create the markdown table line for a given argument, including the name, the label, whether or not the argument was quantified, and if it's optional.

    returns

    markdown table string

  5. def argsToMarkdown(args: Seq[ArgumentPattern]): List[String]

    Permalink

    Create the markdown strings for all the arguments in a rule

    Create the markdown strings for all the arguments in a rule

    args

    ArgumentPatterns for the Rule

    returns

    markdown table strings

  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def backtickedString(aa: Seq[Any]): String

    Permalink
  8. def booleanString(b: Boolean): String

    Permalink
  9. def booleanString(bb: Seq[Boolean]): String

    Permalink
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def configVariableSummary(map: Map[String, String]): List[String]

    Permalink

    write the map entries within a dropdown summary

    write the map entries within a dropdown summary

    map

    The config variables map used for string replacement. Typically this holds the values for things like triggers, vars, etc.

    returns

    markdown strings

  12. def crossSentenceExtractorAsMarkdown(r: Rule, x: CrossSentenceExtractor): List[String]

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  17. def graphExtractorAsMarkdown(r: Rule, x: GraphExtractor): List[String]

    Permalink

    With GraphExtractors, the patterns support arguments and config variables too, so here we display those as well

  18. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  20. def labelsString(ll: Seq[String]): String

    Permalink
  21. def listString(ss: Seq[String]): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
  25. def priorityString(p: Priority): String

    Permalink
  26. def priorityString(pp: Seq[Priority]): String

    Permalink
  27. def quantifierString(q: ArgumentQuantifier): String

    Permalink
  28. def quantifierString(qq: Seq[ArgumentQuantifier]): String

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

    Permalink
    Definition Classes
    AnyRef
  30. def toMarkdown(label: String, pairs: Seq[(Rule, Extractor)]): Seq[String]

    Permalink
  31. def toMarkdown(rule: Rule, extractor: Extractor): String

    Permalink

    Convert a single rule to a markdown schema representation

    Convert a single rule to a markdown schema representation

    returns

    markdown representation

  32. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  33. def tokenExtractorAsMarkdown(r: Rule, x: TokenExtractor): List[String]

    Permalink
  34. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped