/[fenfire]/fenfire/org/fenfire/swamp/impl/StdObservedConstGraph.java
ViewVC logotype

Diff of /fenfire/org/fenfire/swamp/impl/StdObservedConstGraph.java

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

revision 1.3 by tjl, Tue Apr 15 11:51:08 2003 UTC revision 1.4 by tjl, Thu Apr 24 12:59:07 2003 UTC
# Line 14  public class StdObservedConstGraph imple Line 14  public class StdObservedConstGraph imple
14          this.obs = obs;          this.obs = obs;
15      }      }
16    
     public Graph getObservedGraph(Obs obs) {  
         throw new Error("DoubleObs");  
     }  
   
17      public ConstGraph getObservedConstGraph(Obs obs) {      public ConstGraph getObservedConstGraph(Obs obs) {
18          throw new Error("DoubleObs");          throw new Error("DoubleObs");
19      }      }
20    
21      public void close() { }      public void close() { }
22    
23        public Obs getObserver() {
24            return obs;
25        }
26    
27        public ConstGraph getOriginalConstGraph() {
28            return constgraph;
29        }
30    
31      public boolean contains(Object e0, Object e1, Object e2) {      public boolean contains(Object e0, Object e1, Object e2) {
32          return constgraph.contains(e0, e1, e2, obs);          return constgraph.contains(e0, e1, e2, obs);
33      }      }

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

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