[all packages] [package ] [class hierarchy] [index]

public class Graph0Curry0

(source file: Graph0Curry0.java)
java.lang.Object
   |
   +----Drawable
           |
           +----Graph0
                   |
                   +----Graph0Curry0

The pure class interface.
public class Graph0Curry0
  extends Graph0
Create a function node (a node containing a subgraph) where the subgraph has no control line.

Author:
Alan Jeffrey
Version: v1.0 1998/06/11

Constuctor Index

O Graph0Curry0(Constraints, Graph0, Interface, Interface, Interface)
Create a new function node.

Methods

O draw(Drawer)

Constructors

O Graph0Curry0
public Graph0Curry0(Constraints C,
                    Graph0 G,
                    Interface source,
                    Interface target,
                    Interface args);
Create a new function node.

Parameters:
C - the constraint set.
G - the subgraph (whose source should be source.tensor (args)).
source - the source of the graph
target - the target of the graph
args - the interface for the bound variables of the subgraph.

Methods

O draw
public void draw(Drawer d);


[all packages] [package ] [class hierarchy] [index]
Graph0Curry0.html