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

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

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

revision 1.12 by mudyc, Thu Mar 27 09:30:57 2003 UTC revision 1.13 by mudyc, Thu Mar 27 09:50:13 2003 UTC
# Line 113  public static final String rcsid = "$Id$ Line 113  public static final String rcsid = "$Id$
113          ((Resource)node).addProperty(property, res);          ((Resource)node).addProperty(property, res);
114          res.addProperty(RDF.type, (Resource)type);          res.addProperty(RDF.type, (Resource)type);
115    
116            pa("node: "+ res);
117            pa("foo: " + res.getProperty(RDF.type));
118            if ( ((Resource)res).getProperty(RDF.type).equals((Resource)type))
119                pa("ALL RIGHT!");
120          if(!isNodeType(model, res, type)) throw new Error("ARGH");          if(!isNodeType(model, res, type)) throw new Error("ARGH");
121    
122          return res;          return res;

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

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