copyright The Portico Project 2008.

org.portico.shared.msg
Class RTI_ModifyLookahead

java.lang.Object
  extended by com.lbf.commons.messaging.RequestMessage
      extended by org.portico.shared.msg.RTI_RequestMessage
          extended by org.portico.shared.msg.RTI_ModifyLookahead
All Implemented Interfaces:
Serializable

public class RTI_ModifyLookahead
extends RTI_RequestMessage

See Also:
Serialized Form

Field Summary
private  double newLookahead
           
private static long serialVersionUID
           
 
Fields inherited from class org.portico.shared.msg.RTI_RequestMessage
targetFederate, timestamp
 
Constructor Summary
RTI_ModifyLookahead()
           
RTI_ModifyLookahead(double newLookahead)
           
 
Method Summary
 double getNewLookahead()
           
 void setNewLookahead(double newLookahead)
           
 
Methods inherited from class org.portico.shared.msg.RTI_RequestMessage
bytesToString, getTargetFederate, getTimestamp, isTimestamped, readExternal, setTargetFederate, setTimestamp, stringToBytes, writeExternal
 
Methods inherited from class com.lbf.commons.messaging.RequestMessage
getIdentifier, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

newLookahead

private double newLookahead
Constructor Detail

RTI_ModifyLookahead

public RTI_ModifyLookahead()

RTI_ModifyLookahead

public RTI_ModifyLookahead(double newLookahead)
Method Detail

getNewLookahead

public double getNewLookahead()

setNewLookahead

public void setNewLookahead(double newLookahead)

copyright The Portico Project 2008.