| |
|
| org.cougaar.core.adaptivity.InterAgentOperatingModePolicy org.cougaar.logistics.plugin.manager.FallingBehindPolicy
Method Summary | |
public boolean | appliesToThisAgent() appliesToThisAgent - return true if FallingBehindPolicy applies to
this Agent.
Overrides default dehaviour - FallingBehindPolicyies are applied at the
source as well at the target Agents. | public void | setFallingBehindValue(double fallingBehindValue) Gets the name of the Agent whose load status is reported. |
FallingBehindPolicy | public FallingBehindPolicy(double fallingBehindValue)(Code) | | |
appliesToThisAgent | public boolean appliesToThisAgent()(Code) | | appliesToThisAgent - return true if FallingBehindPolicy applies to
this Agent.
Overrides default dehaviour - FallingBehindPolicyies are applied at the
source as well at the target Agents.
|
setFallingBehindValue | public void setFallingBehindValue(double fallingBehindValue)(Code) | | Gets the name of the Agent whose load status is reported.
String Name of the agent |
|
|
|