Uses of Class
org.gjt.universe.StationBase

Packages that use StationBase
org.gjt.universe   
org.gjt.universe.notification   
org.gjt.universe.scheme001   
 

Uses of StationBase in org.gjt.universe
 

Subclasses of StationBase in org.gjt.universe
 class StationUndefined
           
 

Methods in org.gjt.universe that return StationBase
static StationBase StationList.get(StationID idx)
           
(package private) static StationBase StationList.remove(StationID idx)
           
 

Methods in org.gjt.universe with parameters of type StationBase
(package private) static void StationList.add(StationBase obj)
           
static java.lang.String DisplayUtil.StationLine(StationBase station)
          Prints out information about one station.
 

Uses of StationBase in org.gjt.universe.notification
 

Methods in org.gjt.universe.notification that return StationBase
 StationBase StationNotification.getSendingStation()
          This simply returns the sending object cast to be a Station.
 

Constructors in org.gjt.universe.notification with parameters of type StationBase
StationNotification(java.lang.String name, StationBase sendingStation)
          This is the designated constructor which should be used to create instances of this class.
 

Uses of StationBase in org.gjt.universe.scheme001
 

Subclasses of StationBase in org.gjt.universe.scheme001
 class Station_001
          This class represents the station for scheme 001.
 



Copyright © 2001 Universe Dev Team All Rights Reserved.