[all packages]
[package ]
[class hierarchy]
[index]
public class ShuffleCoMediate
(source file: ShuffleCoMediate.java)
java.lang.Object
|
+----Printable
|
+----Shuffle
|
+----ShuffleCoMediate
The pure class interface.
public class ShuffleCoMediate
extends Shuffle
-
A partial shuffle which is the comediation of two partial shuffles.
If f : X
Z
and f : Y
Z
then [f,g] : X
Y
Z.
This is slightly dodgly notation since we are using an asymmetric
comediation (if both shuffles are defined, then g takes precedence).
- Author:
- Alan Jeffrey
- Version: v1.0 1998/06/03

ShuffleCoMediate(Shuffle, Shuffle)
-

shuffle(int)
-

ShuffleCoMediate
public ShuffleCoMediate(Shuffle f,
Shuffle g);

shuffle
public int shuffle(int i);
[all packages]
[package ]
[class hierarchy]
[index]
ShuffleCoMediate.html