es.weso.rdfgraph

nodes

package nodes

Visibility
  1. Public
  2. All

Type Members

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

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

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

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

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

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

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

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

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

  10. trait Literal extends RDFNode

  11. class RDFNode extends AnyRef

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

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

Value Members

  1. object IRI extends Serializable

  2. object InitialBNodeId extends BNodeId

  3. object RDFNode

Ungrouped