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

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

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

revision 1.4 by tjl, Tue Apr 15 10:39:40 2003 UTC revision 1.5 by tjl, Thu Apr 24 12:59:07 2003 UTC
# Line 13  public class StdObservedGraph extends St Line 13  public class StdObservedGraph extends St
13          this.graph = graph;          this.graph = graph;
14          this.obs = obs;          this.obs = obs;
15      }      }
16    
17        public Graph getObservedGraph(Obs obs) {
18            throw new Error("DoubleObs");
19        }
20    
21      public void set1_11X(Object subject, Object predicate, Object object) {      public void set1_11X(Object subject, Object predicate, Object object) {
22          graph.set1_11X(subject, predicate, object);          graph.set1_11X(subject, predicate, object);
23      }      }

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