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

public class Graph0Shuffle

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

The pure class interface.
public class Graph0Shuffle
  extends Graph0
A graph where the source and target interfaces are connected by a shuffle.

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

Constuctor Index

O Graph0Shuffle(Constraints, Shuffle, Interface, Interface)
Create a new graph from a shuffle.

Methods

O draw(Drawer)

Constructors

O Graph0Shuffle
public Graph0Shuffle(Constraints C,
                     Shuffle f,
                     Interface source,
                     Interface target);
Create a new graph from a shuffle.

Parameters:
C - the constraints set.
f - the shuffle (whose source should have the same size as the source interface, and whose target should have the same size as the target interface).

Methods

O draw
public void draw(Drawer d);


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