?? rdfx.java
字號:
package edu.stanford.db.rdf.vocabulary.order_20000527;import org.w3c.rdf.model.*;/** * This class provides convenient access to schema information. * DO NOT MODIFY THIS FILE. * It was generated automatically by edu.stanford.db.rdf.vocabulary.Generator */public class RDFX { /** Namespace URI of this schema */ public static final String _Namespace = "http://interdataworking.com/vocabulary/order-20000527#"; /** Identifies the backward order of the relationship in a statement. */ public static Resource backwardOrder; /** Identifies the forward order of the relationship in a statement. */ public static Resource order; static { try { setNodeFactory(new org.w3c.rdf.implementation.model.NodeFactoryImpl()); } catch (ModelException ex) { ex.printStackTrace(System.err); } } private static Resource createResource(NodeFactory f, String suffix) throws ModelException { return f.createResource(_Namespace, suffix); } public static void setNodeFactory(NodeFactory f) throws ModelException { backwardOrder = createResource(f, "backwardOrder"); order = createResource(f, "order"); }}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -