/[fenfire]/fenfire/org/fenfire/swamp/ConstGraph.java
ViewVC logotype

Diff of /fenfire/org/fenfire/swamp/ConstGraph.java

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

revision 1.4 by tjl, Tue Apr 15 11:51:07 2003 UTC revision 1.5 by tjl, Thu Apr 24 12:59:07 2003 UTC
# Line 10  public interface ConstGraph { Line 10  public interface ConstGraph {
10      ConstGraph getObservedConstGraph(org.fenfire.Obs o);      ConstGraph getObservedConstGraph(org.fenfire.Obs o);
11      void close();      void close();
12    
13        /** If this graph is observed (returned from getObservedConstGraph),
14         * get the observer.
15         */
16        Obs getObserver();
17        /** If this graph is observed (returned from getObservedConstGraph),
18         * get the original.
19         */
20        ConstGraph getOriginalConstGraph();
21    
22      boolean contains(Object e0, Object e1, Object e2);      boolean contains(Object e0, Object e1, Object e2);
23      boolean contains(Object e0, Object e1, Object e2, Obs o);      boolean contains(Object e0, Object e1, Object e2, Obs o);
24    

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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