[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

Constuctor Index

O PremonCatCentral()

Methods

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

Constructors

O PremonCatCentral
public PremonCatCentral();

Methods

O print
public void print(Printer p);

O join

public PremonCat join(PremonCat C);

O equals

public boolean equals(PremonCat C);

O subcat

public boolean subcat(PremonCat C);


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