Package jadex.base
Class SRemoteClock.ClockState
- java.lang.Object
- 
- jadex.base.SRemoteClock.ClockState
 
- 
- Enclosing class:
- SRemoteClock
 
 public static class SRemoteClock.ClockState extends java.lang.ObjectInformation about the clock to be transferred.
- 
- 
Constructor SummaryConstructors Constructor Description ClockState()Bean constructor.ClockState(java.lang.String type, long time, double tick, long starttime, long delta, double dilation, boolean changeallowed)Create a clock state object.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)Test if two objects are equal.inthashCode()The hash code.
 
- 
- 
- 
Field Detail- 
typepublic java.lang.String type The clock type.
 - 
timepublic long time The current time.
 - 
tickpublic double tick The current tick.
 - 
starttimepublic long starttime The start time.
 - 
deltapublic long delta The clock delta.
 - 
dilationpublic double dilation The clock dilation.
 - 
changeallowedpublic boolean changeallowed Changing clock type allowed?
 
- 
 - 
Method Detail- 
hashCodepublic int hashCode() The hash code. Overridden to have only one clock state per update.- Overrides:
- hashCodein class- java.lang.Object
 
 - 
equalspublic boolean equals(java.lang.Object obj) Test if two objects are equal. Overridden to have only one clock state per update.- Overrides:
- equalsin class- java.lang.Object
 
 
- 
 
-