?? d_normalisation_rdf2xml.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 + -