SSJ API Documentation
Stochastic Simulation in Java
Loading...
Searching...
No Matches
umontreal.ssj.util.Systeme Class Reference

This class provides a few tools related to the system or the computer. More...

Static Public Member Functions

static String getHostName ()
 Returns the name of the host computer.
static String getProcessInfo ()
 Returns information about the running process: name, id, host name, date and time.

Detailed Description

This class provides a few tools related to the system or the computer.

Definition at line 37 of file Systeme.java.

Member Function Documentation

◆ getHostName()

String umontreal.ssj.util.Systeme.getHostName ( )
static

Returns the name of the host computer.

Returns
the name of the host computer

Definition at line 46 of file Systeme.java.

◆ getProcessInfo()

String umontreal.ssj.util.Systeme.getProcessInfo ( )
static

Returns information about the running process: name, id, host name, date and time.

Returns
information about the running process

Definition at line 70 of file Systeme.java.


The documentation for this class was generated from the following file: