Package | Description |
---|---|
ilog.tgo.model |
Provides classes for telecom objects, states and alarms.
|
ilog.tgo.resource.renderer |
Provides classes for CSS configuration of Global Settings.
|
Modifier and Type | Field and Description |
---|---|
static IltPerformance.SecState |
IltPerformance.SecState.Bandwidth
A generic state to model the bandwidth.
|
static IltPerformance.SecState |
IltPerformance.SecState.Generic
A state to represent any numeric value.
|
static IltPerformance.SecState |
IltPerformance.SecState.In
A state to model any input of data in bytes.
|
static IltPerformance.SecState |
IltPerformance.SecState.In_Gb
A state to model any input of data in gigabytes.
|
static IltPerformance.SecState |
IltPerformance.SecState.In_Kb
A state to model any input of data in kilobytes.
|
static IltPerformance.SecState |
IltPerformance.SecState.In_Mb
A state to model any input of data in megabytes.
|
static IltPerformance.SecState |
IltPerformance.SecState.Input
A generic state to model any input.
|
static IltPerformance.SecState |
IltPerformance.SecState.Out
A state to model any output of data in bytes.
|
static IltPerformance.SecState |
IltPerformance.SecState.Out_Gb
A state to model any output of data in gigabytes.
|
static IltPerformance.SecState |
IltPerformance.SecState.Out_Kb
A state to model any output of data in kilobytes.
|
static IltPerformance.SecState |
IltPerformance.SecState.Out_Mb
A state to model any output of data in megabytes.
|
static IltPerformance.SecState |
IltPerformance.SecState.Output
A generic state to model any output.
|
static IltPerformance.SecState |
IltPerformance.SecState.Power
A state to represent the power or voltage of a piece of equipment.
|
static IltPerformance.SecState |
IltPerformance.SecState.Print
A state to represent the portion of a document that has
already printed out.
|
static IltPerformance.SecState |
IltPerformance.SecState.Temperature
A state to represent the temperature of a piece of equipment.
|
Modifier and Type | Method and Description |
---|---|
static IltPerformance.SecState |
IltPerformance.NewSecState(String name,
String desc)
Creates a new instance of
IltPerformance.SecState . |
Modifier and Type | Method and Description |
---|---|
static IltChartMapping |
IltPerformanceDefaultMapper.GetSecStateChartMapping(IltPerformance.SecState state)
Deprecated.
Please use
IltSettings.GetValue instead. |
static IltCounterMapping |
IltPerformanceDefaultMapper.GetSecStateCounterMapping(IltPerformance.SecState state)
Deprecated.
Please use
IltSettings.GetValue instead. |
static IltDecorationType |
IltPerformanceDefaultMapper.GetSecStateDecorationType(IltPerformance.SecState state)
Deprecated.
Please use
IltSettings.GetValue instead. |
static IltGaugeMapping |
IltPerformanceDefaultMapper.GetSecStateGaugeMapping(IltPerformance.SecState state)
Deprecated.
Please use
IltSettings.GetValue instead. |
static IltChartMapping |
IltPerformanceDefaultMapper.SetSecStateChartMapping(IltPerformance.SecState state,
IltChartMapping mapping)
Deprecated.
Please use
IltSettings.SetValue instead. |
static IltCounterMapping |
IltPerformanceDefaultMapper.SetSecStateCounterMapping(IltPerformance.SecState state,
IltCounterMapping mapping)
Deprecated.
Please use
IltSettings.SetValue instead. |
static IltDecorationType |
IltPerformanceDefaultMapper.SetSecStateDecorationType(IltPerformance.SecState state,
IltDecorationType type)
Deprecated.
Please use
IltSettings.SetValue instead. |
static IltGaugeMapping |
IltPerformanceDefaultMapper.SetSecStateGaugeMapping(IltPerformance.SecState state,
IltGaugeMapping mapping)
Deprecated.
Please use
IltSettings.SetValue instead. |
Modifier and Type | Method and Description |
---|---|
void |
IltPerformanceRenderer.setStates(IltPerformance.SecState[] states)
Adds Performance secondary states to the state system.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.