Package

es.weso.rdf

nodes

Permalink

package nodes

Content Hierarchy
Visibility
  1. Public
  2. All

Type Members

  1. case class BNodeId(id: String) extends RDFNode with Product with Serializable

    Permalink
  2. case class BooleanLiteral(bool: Boolean) extends RDFNode with Literal with Product with Serializable

    Permalink
  3. case class DatatypeLiteral(lexicalForm: String, dataType: IRI) extends RDFNode with Literal with Product with Serializable

    Permalink
  4. case class DecimalLiteral(decimal: BigDecimal) extends RDFNode with Literal with Product with Serializable

    Permalink
  5. case class DoubleLiteral(double: Double) extends RDFNode with Literal with Product with Serializable

    Permalink
  6. case class IRI(uri: URI) extends RDFNode with Product with Serializable

    Permalink
  7. case class IntegerLiteral(int: Integer) extends RDFNode with Literal with Product with Serializable

    Permalink
  8. case class Lang(lang: String) extends Product with Serializable

    Permalink
  9. case class LangLiteral(lexicalForm: String, lang: Lang) extends RDFNode with Literal with Product with Serializable

    Permalink
  10. trait Literal extends RDFNode

    Permalink
  11. abstract class RDFNode extends AnyRef

    Permalink
  12. case class RDFNodeException(msg: String) extends Exception with Product with Serializable

    Permalink
  13. case class StringLiteral(lexicalForm: String) extends RDFNode with Literal with Product with Serializable

    Permalink

Value Members

  1. object IRI extends Serializable

    Permalink
  2. object InitialBNodeId extends BNodeId

    Permalink
  3. object RDFNode

    Permalink

Ungrouped