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

public class MorShuffle

(source file: MorShuffle.java)
java.lang.Object
   |
   +----Printable
           |
           +----Mor
                   |
                   +----MorShuffle

The pure class interface.
public class MorShuffle
  extends Mor
A shuffle morphism (one built only from composition, tensor, symmetry, diagonal and terminal).

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

Constuctor Index

O MorShuffle(Shuffle)
Create a new shuffle morphism. (Note f should be a total shuffle, or unpredictable errors

Methods

O comp(Mor)
O graph0(Constraints, Interface)
O print(Printer)
O tensor(Mor)

Constructors

O MorShuffle
public MorShuffle(Shuffle f);
Create a new shuffle morphism. (Note f should be a total shuffle, or unpredictable errors will result!)

Parameters:
f - the shuffle.

Methods

O print
public void print(Printer p);

O comp

public Mor comp(Mor g);

O tensor

public Mor tensor(Mor g);

O graph0

public Graph0 graph0(Constraints C,
                     Interface source);


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