/[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.10 by tjl, Thu May 8 13:22:07 2003 UTC revision 1.11 by tjl, Sun May 11 16:10:21 2003 UTC
# Line 19  public class RDFUtil { Line 19  public class RDFUtil {
19          Object obj = Nodes.N();          Object obj = Nodes.N();
20          fen.graph.add(obj, RDF.type, type);          fen.graph.add(obj, RDF.type, type);
21    
22          if(dbg) p("N: "+fen+" "+fen.graph+" "+fen.constgraph+          if(dbg) {
23            " "+obj+" "+type);              p("N: "+fen+" "+fen.graph+" "+fen.constgraph+
24                  " "+obj+" "+type);
25          if (!isNodeType(fen, obj, type)) throw new Error("Impossible!");              if (!isNodeType(fen, obj, type)) throw new Error("Impossible!");
26            }
27    
28          return obj;          return obj;
29    

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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