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

Inheritance: IAgentUpdateMonitor
Afficher le fichier Open project: Virtual-Universe/Virtual-Universe

Méthodes publiques

Méthode 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 méthode

public AddAgentTime ( int value ) : void
value int
Résultat void

AddAgentUpdates() public méthode

public AddAgentUpdates ( int value ) : void
value int
Résultat void

AgentUpdateMonitor() public méthode

public AgentUpdateMonitor ( IScene scene ) : Universe.Framework.Modules
scene IScene
Résultat Universe.Framework.Modules

GetFriendlyValue() public méthode

public GetFriendlyValue ( ) : string
Résultat string

GetInterfaceName() public méthode

public GetInterfaceName ( ) : string
Résultat string

GetName() public méthode

public GetName ( ) : string
Résultat string

GetValue() public méthode

public GetValue ( ) : double
Résultat double

ResetStats() public méthode

public ResetStats ( ) : void
Résultat void