copyright The Portico Project 2008.

org.portico.shared.msg
Class FED_RegulationEnabled

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

public class FED_RegulationEnabled
extends FED_CallbackMessage

Callback to inform the target federate that time regulation has now been enabled. The new time for the federate is provided in the time variable.

See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
private  double time
           
 
Fields inherited from class org.portico.shared.msg.FED_CallbackMessage
targetFederate, timestamp
 
Constructor Summary
FED_RegulationEnabled()
           
FED_RegulationEnabled(double newTime)
           
 
Method Summary
 double getTime()
           
 void setTime(double newTime)
           
 
Methods inherited from class org.portico.shared.msg.FED_CallbackMessage
getTargetFederate, getTimestamp, isAdvanceGrant, isPriority, isSpecDefinedMessage, isTimestamped, readExternal, setTargetFederate, setTimestamp, 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

time

private double time
Constructor Detail

FED_RegulationEnabled

public FED_RegulationEnabled()

FED_RegulationEnabled

public FED_RegulationEnabled(double newTime)
Method Detail

getTime

public double getTime()

setTime

public void setTime(double newTime)

copyright The Portico Project 2008.