edu.iris.Fissures.IfEvent
Class PredictedArrival

java.lang.Object
  extended by edu.iris.Fissures.IfEvent.PredictedArrival
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity, org.omg.CORBA.portable.Streamable, org.omg.CORBA.portable.StreamableValue, org.omg.CORBA.portable.ValueBase

public abstract class PredictedArrival
extends java.lang.Object
implements org.omg.CORBA.portable.StreamableValue

Predicted Arrival holds the information generated by a travel time calculator.

See Also:
Serialized Form

Field Summary
 Quantity dtdh
           
protected  java.lang.String id
           
 java.lang.String model_id
           
 java.lang.String name
           
 ParameterRef[] parm_ids
           
 Quantity ray_parameter
           
 Quantity travel_time
           
 
Constructor Summary
PredictedArrival()
           
 
Method Summary
 void _read(org.omg.CORBA.portable.InputStream in)
           
 java.lang.String[] _truncatable_ids()
           
 org.omg.CORBA.TypeCode _type()
           
 void _write(org.omg.CORBA.portable.OutputStream out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected java.lang.String id

name

public java.lang.String name

travel_time

public Quantity travel_time

ray_parameter

public Quantity ray_parameter

dtdh

public Quantity dtdh

model_id

public java.lang.String model_id

parm_ids

public ParameterRef[] parm_ids
Constructor Detail

PredictedArrival

public PredictedArrival()
Method Detail

_truncatable_ids

public java.lang.String[] _truncatable_ids()
Specified by:
_truncatable_ids in interface org.omg.CORBA.portable.ValueBase

_read

public void _read(org.omg.CORBA.portable.InputStream in)
Specified by:
_read in interface org.omg.CORBA.portable.Streamable

_write

public void _write(org.omg.CORBA.portable.OutputStream out)
Specified by:
_write in interface org.omg.CORBA.portable.Streamable

_type

public org.omg.CORBA.TypeCode _type()
Specified by:
_type in interface org.omg.CORBA.portable.Streamable