/[fenfire]/fenfire/org/fenfire/swamp/NodeFunction.java
ViewVC logotype

Diff of /fenfire/org/fenfire/swamp/NodeFunction.java

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

revision 1.2 by tjl, Wed Jun 11 17:00:24 2003 UTC revision 1.3 by tjl, Sun Aug 17 14:25:23 2003 UTC
# Line 30  import org.fenfire.*; Line 30  import org.fenfire.*;
30  import org.fenfire.util.*;  import org.fenfire.util.*;
31    
32  /** A function f: nodes -> objects.  /** A function f: nodes -> objects.
33   * The basic class for functional programming   * This represents an *impure* function - the function
34     * may depend on anything.
35     * The subinterface PureNodeFunction is
36     * the basic class for functional programming
37   * optimizations   * optimizations
38   * with swamp.   * with swamp.
39     * @see PureNodeFunction
40   */   */
41  public interface NodeFunction {  public interface NodeFunction {
42      Object f(ConstGraph g, Object node);      Object f(ConstGraph g, Object node);

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26