be.optiloading
Class FileData

java.lang.Object
  extended by be.optiloading.FileData
All Implemented Interfaces:
java.io.Serializable

public class FileData
extends java.lang.Object
implements java.io.Serializable

FileData class creates the object which is serialized to a file.

Author:
Tim Pintens, info@optiloading.be, www.optiloading.be
See Also:
Serialized Form

Field Summary
 Chromosome best
           
 java.util.ArrayList rowdata
           
 float specificgravity
           
 float targettrim
           
 float tmdorcargo
           
 Ship usedShip
           
 float waterdens
           
 
Constructor Summary
FileData()
          Constructor which retrieves all the needed data from the current condition.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rowdata

public java.util.ArrayList rowdata

usedShip

public Ship usedShip

tmdorcargo

public float tmdorcargo

specificgravity

public float specificgravity

targettrim

public float targettrim

waterdens

public float waterdens

best

public Chromosome best
Constructor Detail

FileData

public FileData()
Constructor which retrieves all the needed data from the current condition.