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

net.sansa_stack.owl.spark.writers.OWLWriterBase.scala Maven / Gradle / Ivy

package net.sansa_stack.owl.spark.writers

import net.sansa_stack.owl.spark.rdd.OWLAxiomsRDD

abstract class OWLWriterBase {
  protected val nl = System.getProperty("line.separator")

  def save(filePath: String, owlAxioms: OWLAxiomsRDD)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy