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

public class Graph0Curry1

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

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

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

Constuctor Index

O Graph0Curry1(Constraints, Graph1, Interface, Interface, Interface)
Create a new function node.

Methods

O draw(Drawer)

Constructors

O Graph0Curry1
public Graph0Curry1(Constraints C,
                    Graph1 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]
Graph0Curry1.html