Netwerk.java

public interface Netwerk {
   public Complex Z(double f);
   public String toString();
}

next