Closer to compiling. at the moment, it throws a NullPointerException right after...
[IRC.git] / Robust / src / Benchmarks / oooJava / DelaunayRefinement / Edge_d.java
1 public interface Edge_d {
2   //None of the program actually uses getData/setData so I use leave Edge as a 
3   //wrapper interface.
4 //  public abstract Object getData();
5 //  public abstract Object setData(Object obj);
6 }