package utils

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class JenaTripleToNTripleString extends Function[Triple, String] with Serializable

    Convert a Jena Triple to an N-Triples string.

    Convert a Jena Triple to an N-Triples string.

    Note

    it turns out, that it might be more efficient to use the Jena stream based writer API per partition.

  2. trait Logging extends AnyRef

    Utility trait for classes that want to log data.

    Utility trait for classes that want to log data. Creates a SLF4J logger for the class and allows logging messages at different levels using methods that only evaluate parameters lazily if the log level is enabled.

  3. class NTriplesStringToJenaTriple extends Function[String, Triple] with Serializable

    Convert an N-Triples line to an RDFTriple object.

  4. class NTriplesStringToRDFTriple extends (String) ⇒ Option[RDFTriple] with Serializable

    Convert an N-Triples line to an RDFTriple object.

  5. trait Profiler extends Logging
  6. class RDFTripleToNTripleString extends Function[RDFTriple, String] with Serializable

    Convert an RDFTriple object to an N-Triple string.

  7. class TriplePatternOrdering extends Ordering[TriplePattern]

    Ordering for triple patterns.

Value Members

  1. object CollectionUtils

    Some utility methods for Scala collections.

  2. object EntailmentRegimes

  3. object GraphUtils

  4. object NodeTableBuilder

  5. object PredicateUtils

    Some utils for logical combinations of boolean functions.

  6. object RDFTripleOrdering extends Ordering[RDFTriple]

    Comparator for RDF triples.

  7. object RuleUtils

    Utility class for rules.

  8. object Tabulator

    Utility to print table to console (taken from http://stackoverflow.com/questions/7539831/scala-draw-table-to-console)

  9. object TripleUtils

    Utility class for triples.

  10. object Tuple0 extends Product with Serializable

    A 0-tuple.

Ungrouped