io.sarl.api.experienceindex
Class SEI
Enclosing class:
SarlExperienceIndex
static class SEI
extends java.lang.Object
This class contains the different SEI of your machine.
Maven Group Identifier:
io.sarl.sdk
Maven Artifact Identifier:
api.experienceindex
Property Summary
Modifier and type Property and description
float baseScore
Replies the base score.
float cpuScore
Replies the CPU score.
float diskScore
Replies the disk score.
float memoryScore
Replies the Memory score.
Action Summary
Modifier and type Action and description
float getBaseScore
Replies the base score.
float getCpuScore
Replies the CPU score.
float getDiskScore
Replies the disk score.
float getMemoryScore
Replies the Memory score.
Property Details
baseScore
var baseScore : float
Replies the base score.

This property is an alias for the action: getBaseScore

Returns:
the base score, or NaN if the score was not computed.
cpuScore
var cpuScore : float
Replies the CPU score.

This property is an alias for the action: getCpuScore

Returns:
the CPU score, or NaN if the score was not computed.
diskScore
var diskScore : float
Replies the disk score.

This property is an alias for the action: getDiskScore

Returns:
the disk score, or NaN if the score was not computed.
memoryScore
var memoryScore : float
Replies the Memory score.

This property is an alias for the action: getMemoryScore

Returns:
the memory score, or NaN if the score was not computed.
Action Details
getBaseScore
def getBaseScore : float
Replies the base score.
Returns:
the base score, or NaN if the score was not computed.
getCpuScore
def getCpuScore : float
Replies the CPU score.
Returns:
the CPU score, or NaN if the score was not computed.
getDiskScore
def getDiskScore : float
Replies the disk score.
Returns:
the disk score, or NaN if the score was not computed.
getMemoryScore
def getMemoryScore : float
Replies the Memory score.
Returns:
the memory score, or NaN if the score was not computed.