org.zedlib
Class Baglet

java.lang.Object
  extended byorg.zedlib.Maplet
      extended byorg.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

Field Summary
 
Fields inherited from class org.zedlib.Maplet
x, y
 
Constructor Summary
Baglet()
           
Baglet(Object x, int y)
           
 
Method Summary
 int value()
           
 
Methods inherited from class org.zedlib.Maplet
equals, first, hashCode, second, x, y
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Baglet

public Baglet()

Baglet

public Baglet(Object x,
              int y)
Method Detail

value

public int value()


Copyright © 2006 Brad Long. All Rights Reserved.