/[fenfire]/fenfire/org/fenfire/Space.java
ViewVC logotype

Diff of /fenfire/org/fenfire/Space.java

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

revision 1.1 by mudyc, Wed Mar 26 23:48:14 2003 UTC revision 1.2 by mudyc, Thu Mar 27 02:26:40 2003 UTC
# Line 22  String rcsid = "$Id$"; Line 22  String rcsid = "$Id$";
22      Model getModel();      Model getModel();
23    
24    
25      /** Get a node by its ID.      /** Get a subject node by its ID.
26       * @diagram zzstruct       * @diagram zzstruct
27       */       */
28      RDFNode getNode(String urn);      //       RDFNode getSubjNode(String urn);
29    
30      /** Get the node representing a given global identity.      /** Get the node representing a given global identity.
31       * @diagram zzstruct       * @diagram zzstruct
32       */       */
33      RDFNode getIdentity(String s);      // XXX RDFNode getIdentity(String s);
34    
35      /** Get the canonical node representing a given node's      /** Get the canonical node representing a given node's
36       *  global identity.       *  global identity.
# Line 49  String rcsid = "$Id$"; Line 49  String rcsid = "$Id$";
49       *   May be null.       *   May be null.
50       */       */
51      // XXX RDFNode zzclone(RDFNode nodeToClone, RDFNode cloneInSlice);      // XXX RDFNode zzclone(RDFNode nodeToClone, RDFNode cloneInSlice);
52      RDFNode zzclone(RDFNode nodeToClone);      RDFNode clone(RDFNode nodeToClone);
53    
54      /** Create a new span containing the given character.      /** Create a new span containing the given character.
55       * The node argument is for use when the space is in several       * The node argument is for use when the space is in several

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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