📄 d_normalisation_xml2rdf.java
字号:
package it.itc.ectrl.normkit.dnorm_xml2rdf.api;
import edu.unika.aifb.kaon.api.oimodel.OIModel;
import it.itc.ectrl.normkit.common.NormalisationException;
/**
* Interface to the D-Normalisation engine taking care for the transformation of XML data into RDF instances of associated conceptual model (ontology). This interface specifies methods for invoking the transformation execution and saving the transformed data.
* @author Oliver Fodor (fodor@itc.it)
*/
public interface D_Normalisation_XML2RDF {
/**
* Executes the XML to RDF transformation using associated Normalisation Map.
*/
public void run() throws NormalisationException;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -