package utils
- Alphabetic
- Public
- All
Type Members
-
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.
-
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.
-
class
NTriplesStringToJenaTriple extends Function[String, Triple] with Serializable
Convert an N-Triples line to an RDFTriple object.
-
class
NTriplesStringToRDFTriple extends (String) ⇒ Option[RDFTriple] with Serializable
Convert an N-Triples line to an RDFTriple object.
- trait Profiler extends Logging
-
class
RDFTripleToNTripleString extends Function[RDFTriple, String] with Serializable
Convert an RDFTriple object to an N-Triple string.
-
class
TriplePatternOrdering extends Ordering[TriplePattern]
Ordering for triple patterns.
Value Members
-
object
CollectionUtils
Some utility methods for Scala collections.
- object EntailmentRegimes
- object GraphUtils
- object NodeTableBuilder
-
object
PredicateUtils
Some utils for logical combinations of boolean functions.
-
object
RDFTripleOrdering extends Ordering[RDFTriple]
Comparator for RDF triples.
-
object
RuleUtils
Utility class for rules.
-
object
Tabulator
Utility to print table to console (taken from http://stackoverflow.com/questions/7539831/scala-draw-table-to-console)
-
object
TripleUtils
Utility class for triples.
-
object
Tuple0 extends Product with Serializable
A 0-tuple.