C# Class Universe.Modules.Monitoring.Monitors.AgentUpdateMonitor

Inheritance: IAgentUpdateMonitor
Mostra file Open project: Virtual-Universe/Virtual-Universe

Public Methods

Method Description
AddAgentTime ( int value ) : void
AddAgentUpdates ( int value ) : void
AgentUpdateMonitor ( IScene scene ) : Universe.Framework.Modules
GetFriendlyValue ( ) : string
GetInterfaceName ( ) : string
GetName ( ) : string
GetValue ( ) : double
ResetStats ( ) : void

Method Details

AddAgentTime() public method

public AddAgentTime ( int value ) : void
value int
return void

AddAgentUpdates() public method

public AddAgentUpdates ( int value ) : void
value int
return void

AgentUpdateMonitor() public method

public AgentUpdateMonitor ( IScene scene ) : Universe.Framework.Modules
scene IScene
return Universe.Framework.Modules

GetFriendlyValue() public method

public GetFriendlyValue ( ) : string
return string

GetInterfaceName() public method

public GetInterfaceName ( ) : string
return string

GetName() public method

public GetName ( ) : string
return string

GetValue() public method

public GetValue ( ) : double
return double

ResetStats() public method

public ResetStats ( ) : void
return void