FW: [Biojava-dev] JavaDoc API

David Huen smh1008@cus.cam.ac.uk
Tue, 29 Oct 2002 23:29:03 +0000


On Tuesday 29 Oct 2002 11:19 pm, Ren, Zhen wrote:
> Sorry to post this again.  Something was missing in the previous one.
>
>
> Thank you for the reponse.  The following shows the hierachy of class
> SimpleAtomicSymbol:
>
> org.biojava.bio.symbol
> Class SimpleAtomicSymbol
>
> java.lang.Object
>
>   +-org.biojava.utils.AbstractChangeable
>
>         +-org.biojava.bio.symbol.AbstractSymbol
>
>               +-org.biojava.bio.symbol.SimpleSymbol
>
>                     +-org.biojava.bio.symbol.SimpleBasisSymbol
>
>                           +-org.biojava.bio.symbol.SimpleAtomicSymbol
>
> I wonder where the javadocs for classes SimpleSymbol and
> SimpleBasicSymbol are in either CVS or jar release.  Thank you.
>
Only public classes are in the javadocs.  SimpleSymbol and SimpleBasisSymbol 
are not public classes but they are in the package.  You will find them in 
the source package.

Regards,
David Huen