/[fenfire]/fenfire/org/fenfire/util/RDFUtil.java
ViewVC logotype

Diff of /fenfire/org/fenfire/util/RDFUtil.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by mudyc, Tue Apr 15 18:09:18 2003 UTC revision 1.7 by mudyc, Wed Apr 16 05:36:12 2003 UTC
# Line 15  public class RDFUtil { Line 15  public class RDFUtil {
15       */       */
16      static public Object N(Fen fen, Object type) {      static public Object N(Fen fen, Object type) {
17          Object obj = Nodes.N();          Object obj = Nodes.N();
18          fen.graph.set1_11X(obj, RDF.type, type);          fen.graph.add(obj, RDF.type, type);
19    
20          p("N: "+fen+" "+fen.graph+" "+fen.constgraph+          p("N: "+fen+" "+fen.graph+" "+fen.constgraph+
21            " "+obj+" "+type);            " "+obj+" "+type);

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26