[all packages]
[package ]
[class hierarchy]
[index]
public class PremonCatCentral
(source file: PremonCatCentral.java)
java.lang.Object
|
+----Printable
|
+----PremonCat
|
+----PremonCatCentral
The pure class interface.
public class PremonCatCentral
extends PremonCat
-
The category central.
- Author:
- Alan Jeffrey
- Version: v1.0 1998/06/10

PremonCatCentral()
-

equals(PremonCat)
-
join(PremonCat)
-
print(Printer)
-
subcat(PremonCat)
-

PremonCatCentral
public PremonCatCentral();

print
public void print(Printer p);
join
public PremonCat join(PremonCat C);
equals
public boolean equals(PremonCat C);
subcat
public boolean subcat(PremonCat C);
[all packages]
[package ]
[class hierarchy]
[index]
PremonCatCentral.html