Package com.swath

Interface Summary
CommandIfc This is the Command interface.
EventIfc This is the Event interface.
 

Class Summary
Bubble This class represents a bubble in TW.
Corporation This class represents a corporation in TW.
GameVariables This class contains methods for accessing the game variables.
Identity This class represents an identity and is either a trader or a corporation.
Info This is an abstract base class for information access used by SWATH.
MainInfo This class contains methods for accessing main game and SWATH information.
Parameter This class represents a parameter.
Planet This class represents a planet in TW.
PlanetClass This class represents a planet class in TW.
Sector This class represents a sector in TW.
Ship This class represents a ship in TW.
ShipCategory This class represents a ship category in TW.
Swath This is the main SWATH class.
Tools This class contains help functions that can be useful when writing scripts.
Tools.PortSearchParameters This class contains parameters used when searching for ports and port pairs.
Tools.SectorSearchParameters This class contains parameters used when searching for sectors.
Tools.TextRange This class contains the start and end index for a text range.
Trader This class represents a trader in TW.
UserDefinedCommand User Defined Command base class.
UserDefinedDaemon User Defined Daemon base class.
UserDefinedEvent User Defined Event base class.
UserDefinedScript User Defined Script base class.
UserVariable This class represents a user variable.
 

Exception Summary
CommandException Command exception.
DaemonException Daemon exception.
DisconnectedException Disconnected exception.
ScriptException Script exception.
TimeoutException Timeout exception.
UserAbortException User abort exception.