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

Diff of /fenfire/org/fenfire/NodeContent.java

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

revision 1.1 by tjl, Sun Apr 6 13:05:19 2003 UTC revision 1.2 by tjl, Sun Apr 13 07:49:05 2003 UTC
# Line 9  public interface NodeContent { Line 9  public interface NodeContent {
9      /** Get the vstream in this node.      /** Get the vstream in this node.
10       *  Never returns <code>null</code>.       *  Never returns <code>null</code>.
11       */       */
12      org.nongnu.alph.Enfilade1D get(com.hp.hpl.mesa.rdf.jena.model.RDFNode node);      org.nongnu.alph.Enfilade1D get(Object resource);
13    
14        /** Get the vstream in this node.
15         *  Never returns <code>null</code>.
16         */
17        org.nongnu.alph.Enfilade1D get(Object resource, Obs o);
18    
19      /** Set the vstream in this node.      /** Set the vstream in this node.
20       */       */
21      void set(com.hp.hpl.mesa.rdf.jena.model.RDFNode node, org.nongnu.alph.Enfilade1D vstream);      void set(Object resource,
22                org.nongnu.alph.Enfilade1D vstream);
23    
24        NodeContent _getObserved(Fen obsFen,
25                            Obs o);
26    
27        /** For use with recursed Fens: indicate
28         * that this Fen will not be used again
29         * and may be recycled.
30         */
31        void _close();
32  }  }
33    
34    

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