org.gjt.universe
Class KnowledgeFleet
java.lang.Object
|
+--org.gjt.universe.DBItem
|
+--org.gjt.universe.KnowledgeBase
|
+--org.gjt.universe.KnowledgeFleet
- All Implemented Interfaces:
- java.io.Serializable
- class KnowledgeFleet
- extends KnowledgeBase
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fleetID
private FleetID fleetID
location
private Location location
KnowledgeFleet
private KnowledgeFleet(FleetID FID)
newKnowledge
static KnowledgeID newKnowledge(CivID AID,
FleetID FID)
specificDisplayDebug
public VectorDisplayReturn specificDisplayDebug()
- Specified by:
specificDisplayDebug
in class DBItem
getFleetID
public FleetID getFleetID()
setFleetID
void setFleetID(FleetID new_FID)
getLocation
public Location getLocation()
- This method returns the last known location of this fleet (at time
of age.) This is not necessarily where the fleet is actually
located.
- Overrides:
getLocation
in class DBItem
setLocation
public void setLocation(Location in_location)
createSubKnowledge
public void createSubKnowledge()
- Description copied from class:
KnowledgeBase
- This method is called when a new knowledge is created. Any
related "sub"-knowledge objects will be created by this
method. For example, if a Tech is discovered, then some other
ModuleDesigns will be discovered by this method.
- Specified by:
createSubKnowledge
in class KnowledgeBase
Copyright © 2001 Universe Dev Team All Rights Reserved.