beakedWhaleProtocol
Class BeakedParameters

java.lang.Object
  extended by beakedWhaleProtocol.BeakedParameters
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class BeakedParameters
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable

See Also:
Serialized Form

Field Summary
 java.lang.String angleDataSource
           
 double angleUpdateInterval
           
static java.lang.String[] distributions
           
 int distributionType
           
 double lineLength
           
 int maxAcousticRange
           
 int maxExperimentRange
           
 boolean measureAngles
           
static int RANDOM_FLAT
           
static int RANDOM_HALFNORMAL
           
static long serialVersionUID
           
(package private)  LatLong shoreStation
           
(package private)  double shoreStationHeight
           
 boolean showLine
           
 boolean useVideoRange
           
 java.lang.String videoRangeDataSource
           
 
Constructor Summary
BeakedParameters()
           
 
Method Summary
 BeakedParameters clone()
           
 java.lang.String getDistributionName()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values

maxAcousticRange

public int maxAcousticRange

maxExperimentRange

public int maxExperimentRange

shoreStation

LatLong shoreStation

shoreStationHeight

double shoreStationHeight

RANDOM_FLAT

public static final int RANDOM_FLAT
See Also:
Constant Field Values

RANDOM_HALFNORMAL

public static final int RANDOM_HALFNORMAL
See Also:
Constant Field Values

distributions

public static final java.lang.String[] distributions

distributionType

public int distributionType

measureAngles

public boolean measureAngles

showLine

public boolean showLine

angleDataSource

public java.lang.String angleDataSource

useVideoRange

public boolean useVideoRange

videoRangeDataSource

public java.lang.String videoRangeDataSource

lineLength

public double lineLength

angleUpdateInterval

public double angleUpdateInterval
Constructor Detail

BeakedParameters

public BeakedParameters()
Method Detail

getDistributionName

public java.lang.String getDistributionName()

clone

public BeakedParameters clone()
Overrides:
clone in class java.lang.Object