View Javadoc

1   package org.opensync.engine.server;
2   
3   /***
4    * The function interface represents an external function used in the transformation process
5    */
6   
7   public interface Function {
8   }