structs
Class transit

java.lang.Object
  extended by structs.transit
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Field Summary
 double centralTime
           
 int flag
           
 int N
           
 double sigma
           
 
Constructor Summary
transit()
           
transit(double time, double sig)
           
transit(double time, double sig, int fl)
           
 
Method Summary
 transit clone()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

centralTime

public double centralTime

sigma

public double sigma

N

public int N

flag

public int flag
Constructor Detail

transit

public transit()

transit

public transit(double time,
               double sig)

transit

public transit(double time,
               double sig,
               int fl)
Method Detail

clone

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