Package

net.sansa_stack.inference

utils

Permalink

package utils

Visibility
  1. Public
  2. All

Type Members

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

    Permalink

    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

    Permalink

    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

    Permalink

    Convert an N-Triples line to an RDFTriple object.

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

    Permalink

    Convert an N-Triples line to an RDFTriple object.

  5. trait Profiler extends Logging

    Permalink
  6. class RDFTripleToNTripleString extends Function[RDFTriple, String] with Serializable

    Permalink

    Convert an RDFTriple object to an N-Triple string.

  7. class TriplePatternOrdering extends Ordering[TriplePattern]

    Permalink

    Ordering for triple patterns.

Value Members

  1. object CollectionUtils

    Permalink

    Some utility methods for Scala collections.

  2. object EntailmentRegimes

    Permalink

  3. object GraphUtils

    Permalink

  4. object NodeTableBuilder

    Permalink

  5. object PredicateUtils

    Permalink

    Some utils for logical combinations of boolean functions.

  6. object RDFTripleOrdering extends Ordering[RDFTriple]

    Permalink

    Comparator for RDF triples.

  7. object RuleUtils

    Permalink

    Utility class for rules.

  8. object Tabulator

    Permalink

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

  9. object TripleUtils

    Permalink

    Utility class for triples.

  10. object Tuple0 extends Product with Serializable

    Permalink

    A 0-tuple.

  11. package graph

    Permalink

Ungrouped