com.yobotics.simulationconstructionset.util.tracks
Class TrackGroundContactModel

java.lang.Object
  extended by com.yobotics.simulationconstructionset.util.tracks.TrackGroundContactModel
All Implemented Interfaces:
GroundContactModel, java.io.Serializable

public class TrackGroundContactModel
extends java.lang.Object
implements GroundContactModel

See Also:
Serialized Form

Constructor Summary
TrackGroundContactModel(GroundContactModel baseModel, Track[] tracks)
           
 
Method Summary
 void doGroundContact()
           
 GroundProfile getGroundProfile()
           
 void setGroundProfile(GroundProfile groundProfile)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrackGroundContactModel

public TrackGroundContactModel(GroundContactModel baseModel,
                               Track[] tracks)
Method Detail

doGroundContact

public void doGroundContact()
Specified by:
doGroundContact in interface GroundContactModel

getGroundProfile

public GroundProfile getGroundProfile()
Specified by:
getGroundProfile in interface GroundContactModel

setGroundProfile

public void setGroundProfile(GroundProfile groundProfile)
Specified by:
setGroundProfile in interface GroundContactModel