haifa.shopsim
Class MachineStartedEvent
java.lang.Object
|
+--java.util.EventObject
|
+--haifa.shopsim.ShopChangeEvent
|
+--haifa.shopsim.MachineStartedEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class MachineStartedEvent
- extends ShopChangeEvent
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
Constructor Summary |
MachineStartedEvent(java.lang.Object source,
double time,
int machineNumber_,
Operation operation_,
java.lang.String jobID_)
|
Methods inherited from class java.util.EventObject |
getSource |
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait |
machineNumber
private int machineNumber
operation
private Operation operation
jobID
private java.lang.String jobID
MachineStartedEvent
public MachineStartedEvent(java.lang.Object source,
double time,
int machineNumber_,
Operation operation_,
java.lang.String jobID_)
toString
public java.lang.String toString()
- Overrides:
toString
in class ShopChangeEvent
getMachineNumber
public int getMachineNumber()
getJobID
public java.lang.String getJobID()