All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.sansa_stack.rdf.spark.io.ntriples.ParseMode.scala Maven / Gradle / Ivy

package net.sansa_stack.rdf.spark.io.ntriples

/**
 * The mode for parsing N-Triples.
 */
object ParseMode extends Enumeration {
  type ParseMode = Value
  val REGEX, SPLIT, JENA = Value
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy