Uses of Interface
ppJava.serie04.oceanlife.OceanInterface

Uses of OceanInterface in ppJava.serie04.oceanlife
 

Classes in ppJava.serie04.oceanlife that implement OceanInterface
 class Ocean
          Ocean: Management of a LinkedList of OceanObjects
 

Methods in ppJava.serie04.oceanlife that return OceanInterface
 OceanInterface OceanInterface.loadOcean(java.lang.String filename)
          Reads and deserialize an objectStream from file
 OceanInterface Ocean.loadOcean(java.lang.String filename)
           
static OceanInterface OceanFileOps.loadOceanObjectFile(java.lang.String filename, Ocean ocean)
          Reads a file of serialized oceanObjects and adds all items into the ocean