Serialized Form
name
java.lang.String name
latitude
double latitude
longitude
double longitude
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Reads in the list and then registers the list as an
Observer
with each base.
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException,
java.lang.ClassNotFoundException
- The standard "write" for an object.
bases
Base[] bases
polygon
java.awt.Polygon polygon
realVertices
double[][] realVertices
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Reads a kernel back in from a stream and rebuilds links.
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Saves the kernel a stream. Sites will be saved if saveSitesToo
is true.
- Since:
- 1.0
siteList
SiteList siteList
vehicleList
VehicleList vehicleList
baseList
BaseList baseList
windList
WindList windList
rozList
RestrictedOperatingZoneList rozList
prefs
Preferences prefs
priorityModelList
PriorityModelList priorityModelList
readExternal
public void readExternal(java.io.ObjectInput oi)
throws java.io.IOException
- Needs an InputStream to work properly.
writeExternal
public void writeExternal(java.io.ObjectOutput oo)
throws java.io.IOException
- Needs an OutputStream to work properly.
relativeWorths
int[] relativeWorths
- This maintains the relative worth of one priority
level to another. Although the actual priority values
may not be contiguous, the array here simply relates
one priority level to the next. The indexing is such
that index 0 is how many second priority sites are worth
one first level priority sites.
priorities
int[] priorities
- This keeps a record of what priority levels are being
used based on the SiteList for which each model is
registered as an Observer.
isEditable
boolean isEditable
defaultRelativeWorth
int defaultRelativeWorth
name
java.lang.String name
enabled
boolean enabled
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Reads in the list and then registers the list as an
Observer
with each priorityModel.
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException,
java.lang.ClassNotFoundException
- The standard "write" for an object.
priorityModels
PriorityModel[] priorityModels
name
java.lang.String name
region
GeographicRegion region
earliestAllowed
int earliestAllowed
latestAllowed
int latestAllowed
earliestRestricted
int earliestRestricted
latestRestricted
int latestRestricted
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Reads in the list and then registers the list as an
Observer
with each roz.
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException,
java.lang.ClassNotFoundException
- The standard "write" for an object.
rozs
RestrictedOperatingZone[] rozs
name
java.lang.String name
id
int id
latitude
double latitude
longitude
double longitude
earliestArrivalTime
int earliestArrivalTime
latestDepartureTime
int latestDepartureTime
earliestRestrictedTime
int earliestRestrictedTime
latestRestrictedTime
int latestRestrictedTime
priority
int priority
enabled
boolean enabled
requirementType
java.lang.String requirementType
serviceTime
int serviceTime
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Reads in the list and then registers the list as an
Observer
with each site.
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException,
java.lang.ClassNotFoundException
- The standard "write" for an object.
sites
Site[] sites
lastSortKey
java.lang.String lastSortKey
lastSortAscending
boolean lastSortAscending
name
java.lang.String name
homeBaseName
java.lang.String homeBaseName
enabled
boolean enabled
atHome
boolean atHome
earliestStartTime
int earliestStartTime
priority
int priority
alternateLatitude
double alternateLatitude
alternateLongitude
double alternateLongitude
range
int range
speed
int speed
altitude
int altitude
supportedRequirementTypes
java.lang.String[] supportedRequirementTypes
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Reads in the list and then registers the list as an
Observer
with each vehicle.
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException,
java.lang.ClassNotFoundException
- The standard "write" for an object.
vehicles
Vehicle[] vehicles
speed
int speed
bearing
int bearing
lowerAltitude
int lowerAltitude
upperAltitude
int upperAltitude
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Reads in the list and then registers the list as an
Observer
with each wind.
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException,
java.lang.ClassNotFoundException
- The standard "write" for an object.
winds
Wind[] winds