gui
Class ShipArrival

java.lang.Object
  extended byaos.jack.jak.util.Watchable
      extended byaos.jack.jak.fsm.FSM
          extended byaos.jack.jak.event.Event
              extended byaos.jack.jak.event.MessageEvent
                  extended bygui.ShipArrival
All Implemented Interfaces:
aos.apib.Base, aos.jack.jak.trace.Documented, aos.jack.jak.trace.EventIntrospection, aos.jack.jak.rvt.MonitoredInterface, aos.jack.jak.util.ObservableInt, aos.jack.jak.rvt.RVTTraceable, java.io.Serializable, aos.jack.jak.trace.Traceable, aos.jack.jak.trace.VariableIntrospection

public class ShipArrival
extends aos.jack.jak.event.MessageEvent
implements aos.apib.Base, java.io.Serializable

Automatically generated class from 'null'.

See Also:
Serialized Form

Field Summary
 com.domainlanguage.time.TimePoint arrivalTime
           
 java.lang.String changedShip
           
 java.lang.String product
           
 java.lang.String shipName
           
static gui.ShipArrival.__SS streamer
           
 
Fields inherited from class aos.jack.jak.event.MessageEvent
from, ident, message, mid, rmid, sentInfo, tracer
 
Fields inherited from class aos.jack.jak.event.Event
__sentinel, __tracer, behavior, FAILED_STATE, FILTERED_STATE, ocSoSxRN, oibxRNbo, oNmClIPw, opbuxRsu, oprrMDMw, oRoImClD, ovCnxRss, ovMLSoIm, oxrWpdil, PASSED_STATE, PICKBEHAVIOR_STATE, PICKPLAN_STATE, priority, relevant, START_STATE, SUBTASK_STATE, task
 
Fields inherited from class aos.jack.jak.fsm.FSM
__task, agent, CONTINUE, EXCEPTION, FAILED, oCPvOlIm, oPxOzOCn, oxncvRsN, PASSED, RESUME, STARTUP, SUBTASK, SUSPEND, trailPoint
 
Fields inherited from class aos.jack.jak.util.Watchable
_obs, changed
 
Constructor Summary
ShipArrival()
          Automatically generated constructor.
 
Method Summary
 boolean equals(java.lang.Object o)
          Automatically generated method.
 java.lang.String getDocumentation()
           
 aos.apib.StreamerSupport getStreamer()
          Automatically generated method.
 java.lang.Object getVariable(int n)
           
 int hashCode()
          Automatically generated method.
 ShipArrival newShipArrival(java.lang.String shipName, java.lang.String product, com.domainlanguage.time.TimePoint arrivalTime)
           
 java.lang.String stateInfo()
           
 java.lang.String[] variableNames()
           
 java.lang.String[] variableTypes()
           
 
Methods inherited from class aos.jack.jak.event.MessageEvent
finalize, getMessage, getMonitor, getReply, lostReply, replied, setSentInfo, toString, traceReceived, traceSent
 
Methods inherited from class aos.jack.jak.event.Event
addRelevant, checkAttribute, createBehavior, defaultHandler, dump, filter, getEventName, getMyBehavior, getSignature, getTraceableInfo, getVariable, getVariableValue, getVariableValue, gotException, hasDefaultHandler, init, init, init, initBehavior, isFailed, isPassed, isRunning, isTraceEnabled, oCpmCpdi, oNboIboL, oNWncs0z, opbNdino, opdSucvp, oRNdilIC, oRxRsucv, owxRuoDr, postProcess, preProcess, process, pruneRelevant, remove, run, setTraceEnabled, setTraceState, thrownAnException, traceGoal
 
Methods inherited from class aos.jack.jak.fsm.FSM
describe, discard, exceptionInfo, getAgent, getPreferredPriority, loadClass, restart, setMode
 
Methods inherited from class aos.jack.jak.util.Watchable
addObserver, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers
 
Methods inherited from class java.lang.Object
clone, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

streamer

public static final gui.ShipArrival.__SS streamer

shipName

public java.lang.String shipName

product

public java.lang.String product

arrivalTime

public com.domainlanguage.time.TimePoint arrivalTime

changedShip

public java.lang.String changedShip
Constructor Detail

ShipArrival

public ShipArrival()
Automatically generated constructor.

Method Detail

getStreamer

public aos.apib.StreamerSupport getStreamer()
Automatically generated method.

Specified by:
getStreamer in interface aos.apib.Base

hashCode

public int hashCode()
Automatically generated method.


equals

public boolean equals(java.lang.Object o)
Automatically generated method.


getDocumentation

public java.lang.String getDocumentation()
Specified by:
getDocumentation in interface aos.jack.jak.trace.Documented

newShipArrival

public ShipArrival newShipArrival(java.lang.String shipName,
                                  java.lang.String product,
                                  com.domainlanguage.time.TimePoint arrivalTime)

stateInfo

public java.lang.String stateInfo()

variableNames

public java.lang.String[] variableNames()
Specified by:
variableNames in interface aos.jack.jak.trace.VariableIntrospection

variableTypes

public java.lang.String[] variableTypes()
Specified by:
variableTypes in interface aos.jack.jak.trace.VariableIntrospection

getVariable

public java.lang.Object getVariable(int n)
Specified by:
getVariable in interface aos.jack.jak.trace.VariableIntrospection