/* * GeneratorInterface.java * * Created on July 3, 2002, 7:55 PM */ // stellt das Interface des Cache Proxy bereit public interface GeneratorInterface { abstract double BerechneSinus(double zahl); }