Packages

p

es.weso.rdf

nodes

package nodes

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class BNode(id: String) 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, repr: String) extends RDFNode with Literal with Product with Serializable
  5. case class DoubleLiteral(double: Double, repr: String) 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: Int, repr: String) 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 with Product with Serializable
  11. abstract 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 BNode extends Serializable
  2. object BooleanLiteral extends Serializable
  3. object DecimalLiteral extends Serializable
  4. object DoubleLiteral extends Serializable
  5. object IRI extends Serializable
  6. object IntegerLiteral extends Serializable
  7. object RDFNode

Ungrouped