barsuift.simLife.process
Class Synchronizer3DState

java.lang.Object
  extended by barsuift.simLife.process.Synchronizer3DState
All Implemented Interfaces:
State

public class Synchronizer3DState
extends java.lang.Object
implements State


Constructor Summary
Synchronizer3DState()
           
Synchronizer3DState(int stepSize)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int getStepSize()
           
 int hashCode()
           
 void setStepSize(int stepSize)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Synchronizer3DState

public Synchronizer3DState()

Synchronizer3DState

public Synchronizer3DState(int stepSize)
Method Detail

getStepSize

public int getStepSize()

setStepSize

public void setStepSize(int stepSize)

hashCode

public int hashCode()
Specified by:
hashCode in interface State
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Specified by:
equals in interface State
Overrides:
equals in class java.lang.Object

toString

public java.lang.String toString()
Specified by:
toString in interface State
Overrides:
toString in class java.lang.Object


Copyright © 2010. All Rights Reserved.