⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 d_normalisation_rdf2xml.java

📁 normkit is a set of tools supporting ontology learning. from xml,xsd to rdfs.
💻 JAVA
字号:
package it.itc.ectrl.normkit.dnorm_rdf2xml.api;

import org.w3c.dom.Document;
import it.itc.ectrl.normkit.common.NormalisationException;

/**
 * Interface to the D-Normalisation engine taking care for the transformation of RDF ontology instances into plain XML data (document). This interface specifies methods for invoking the transformation execution and saving the transformed data.
 * @author Oliver Fodor (fodor@itc.it)
 */
public interface D_Normalisation_RDF2XML {
    /**
     * Executes the RDF to XML transformation using associated Normalisation Map.
     */
    public void run() throws NormalisationException;


}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -