
it.unitn.disi.smatch.loaders.ILoader Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of s-match Show documentation
Show all versions of s-match Show documentation
A version of S-Match semantic matching framework for Open Data
The newest version!
package it.unitn.disi.smatch.loaders;
/**
* Contains constants for loaders.
*
* @author Aliaksandr Autayeu
*/
public interface ILoader {
enum LoaderType {FILE, DATABASE, STRING}
static String XML_FILES = "XML Files (*.xml)";
static String TXT_FILES = "Text Files (*.txt)";
static String RDF_FILES = "RDF Files (*.rdf)";
static String OWL_FILES = "OWL Ontology Files (*.owl)";
static String SKOS_FILES = "SKOS Files (*.xml)";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy