org.zedlib
Class Baglet
java.lang.Object
org.zedlib.Maplet
org.zedlib.Baglet
- public class Baglet
- extends Maplet
If X and Y are sets, then X ↔ Y is the set of binary relations between X
and Y. Each such relation is a subset of X x Y. The 'maplet' notation from x to y
is another way of expressing the ordered pair (x, y). A 'baglet' is a maplet whose
y values (range) are integers.
- Author:
- Brad Long
| Fields inherited from class org.zedlib.Maplet |
x, y |
|
Method Summary |
int |
value()
|
Baglet
public Baglet()
Baglet
public Baglet(Object x,
int y)
value
public int value()
Copyright © 2006 Brad Long. All Rights Reserved.