barsuift.simLife.universe.physic
Class PhysicsState

java.lang.Object
  extended by barsuift.simLife.universe.physic.PhysicsState
All Implemented Interfaces:
State

public class PhysicsState
extends java.lang.Object
implements State


Constructor Summary
PhysicsState()
           
PhysicsState(GravityState gravity, Physics3DState physics3D)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 GravityState getGravity()
           
 Physics3DState getPhysics3D()
           
 int hashCode()
           
 void setGravity(GravityState gravity)
           
 void setPhysics3D(Physics3DState physics3d)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PhysicsState

public PhysicsState()

PhysicsState

public PhysicsState(GravityState gravity,
                    Physics3DState physics3D)
Method Detail

getGravity

public GravityState getGravity()

setGravity

public void setGravity(GravityState gravity)

getPhysics3D

public Physics3DState getPhysics3D()

setPhysics3D

public void setPhysics3D(Physics3DState physics3d)

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.