Packages

o

es.weso.shex.compact

CompactShow

object CompactShow

Convert Abstract syntax to ShEx Compact syntax

Source
CompactShow.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CompactShow
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Doc = Document

Value Members

  1. val DEFAULT_INDENT: Int
  2. val DEFAULT_WIDTH: Int
  3. def doc2Str(doc: Doc, maybeWriter: Option[Writer] = None, maybeWidth: Option[Int] = None): String
  4. def idDoc(id: Option[ShapeLabel], pm: PrefixMap): Doc
  5. def showSchema(schema: Schema, writer: Option[Writer] = None, width: Option[Int] = None): String
  6. def showShapeExpr(shapeExpr: ShapeExpr, pm: PrefixMap): String
  7. def showTripleExpr(tripleExpr: TripleExpr, pm: PrefixMap): String
  8. def showValueSet(values: List[ValueSetValue], pm: PrefixMap): String