d_normalisation_rdf2xml.java
来自「normkit is a set of tools supporting ont」· Java 代码 · 共 18 行
JAVA
18 行
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 + =
减小字号Ctrl + -
显示快捷键?