IltPerformance.SecState
configuration is now
achieved using IltSettings.SetValue
. The property is identified
as the name of the secondary state that is being configured and the
type of configuration that is being done, for example:
IltSettings.SetValue("Performance.SecState.Input.Type", IltDecorationType.Chart)
:
the state input is graphically represented as a chart.
IltSettings.SetValue("Performance.SecState.Input.Gauge", new IltGaugeMapping(image1, image))
defines the new gauge configuration for the state.
IltSettings.SetValue("Performance.SecState.Input.Chart", new IltChartMapping(image1, image2))
defines the new chart configuration for the state.
IltSettings.SetValue("Performance.SecState.Input.Counter", new IltCounterMapping())
defines the new counter configuration for the state.
.Type
, .Gauge
, .Chart
or
.Counter
) according to the type of configuration.@Deprecated public class IltPerformanceDefaultMapper extends ilog.tgo.mapper.state.IltStateSystemMapper
IltStateSystemMapper
for
the IltPerformance
state system.IltSettings
Constructor and Description |
---|
IltPerformanceDefaultMapper()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static IltChartMapping |
GetSecStateChartMapping(IltPerformance.SecState state)
Deprecated.
Please use
IltSettings.GetValue instead. |
static IltCounterMapping |
GetSecStateCounterMapping(IltPerformance.SecState state)
Deprecated.
Please use
IltSettings.GetValue instead. |
static IltDecorationType |
GetSecStateDecorationType(IltPerformance.SecState state)
Deprecated.
Please use
IltSettings.GetValue instead. |
static IltGaugeMapping |
GetSecStateGaugeMapping(IltPerformance.SecState state)
Deprecated.
Please use
IltSettings.GetValue instead. |
static IltChartMapping |
SetSecStateChartMapping(IltPerformance.SecState state,
IltChartMapping mapping)
Deprecated.
Please use
IltSettings.SetValue instead. |
static IltCounterMapping |
SetSecStateCounterMapping(IltPerformance.SecState state,
IltCounterMapping mapping)
Deprecated.
Please use
IltSettings.SetValue instead. |
static IltDecorationType |
SetSecStateDecorationType(IltPerformance.SecState state,
IltDecorationType type)
Deprecated.
Please use
IltSettings.SetValue instead. |
static IltGaugeMapping |
SetSecStateGaugeMapping(IltPerformance.SecState state,
IltGaugeMapping mapping)
Deprecated.
Please use
IltSettings.SetValue instead. |
add, createPrimaryStateMapper, createSecondaryStateMapper, get, get, mapState, remove, setPrimaryStateMapperFactory, setPrimaryStateMapping, setSecondaryStateMapperFactory, setSecondaryStateMapping, setSecondaryStateMapping, setSecondaryStateMapping, setSecondaryStateMapping
@Deprecated public static IltGaugeMapping SetSecStateGaugeMapping(IltPerformance.SecState state, IltGaugeMapping mapping)
IltSettings.SetValue
instead.IltPerformance
state system using a gauge decoration.
This method also defines that this state will be represented as a gauge.
state
- The performance secondary state which is mapped to a gauge.mapping
- The parameters to create the gauge decoration.IltGaugeMapping
,
SetSecStateDecorationType(ilog.tgo.model.IltPerformance.SecState, ilog.tgo.graphic.IltDecorationType)
,
IltObjectState.set(IltState, Object)
,
IltSettings.SetValue(java.lang.Object, java.lang.Object)
@Deprecated public static IltGaugeMapping GetSecStateGaugeMapping(IltPerformance.SecState state)
IltSettings.GetValue
instead.IltPerformance
state system using a gauge decoration.state
- The performance secondary state which is mapped to a gauge.IltGaugeMapping
,
GetSecStateDecorationType(ilog.tgo.model.IltPerformance.SecState)
@Deprecated public static IltChartMapping SetSecStateChartMapping(IltPerformance.SecState state, IltChartMapping mapping)
IltSettings.SetValue
instead.IltPerformance
state system using a chart decoration.
This method also defines that this state will be represented as a chart.
state
- The performance secondary state which is mapped to a chart.mapping
- The parameters to create the chart decoration.IltChartMapping
,
SetSecStateDecorationType(ilog.tgo.model.IltPerformance.SecState, ilog.tgo.graphic.IltDecorationType)
,
IltSettings.SetValue(java.lang.Object, java.lang.Object)
@Deprecated public static IltChartMapping GetSecStateChartMapping(IltPerformance.SecState state)
IltSettings.GetValue
instead.IltPerformance
state system using a chart decoration.state
- The performance secondary state which is mapped to a chart.IltChartMapping
,
GetSecStateDecorationType(ilog.tgo.model.IltPerformance.SecState)
,
IltSettings.GetValue(java.lang.Object)
@Deprecated public static IltCounterMapping SetSecStateCounterMapping(IltPerformance.SecState state, IltCounterMapping mapping)
IltSettings.SetValue
instead.IltPerformance
state system using a counter decoration.
This method also defines that this state will be represented as a counter.
state
- The performance secondary state which is mapped to a counter.mapping
- The parameters to create the counter decoration.IltCounterMapping
,
SetSecStateDecorationType(ilog.tgo.model.IltPerformance.SecState, ilog.tgo.graphic.IltDecorationType)
,
IltSettings.SetValue(java.lang.Object, java.lang.Object)
@Deprecated public static IltCounterMapping GetSecStateCounterMapping(IltPerformance.SecState state)
IltSettings.GetValue
instead.IltPerformance
state system using a counter decoration.state
- The performance secondary state which is mapped to a counter.IltCounterMapping
,
GetSecStateDecorationType(ilog.tgo.model.IltPerformance.SecState)
,
IltSettings.GetValue(java.lang.Object)
@Deprecated public static IltDecorationType SetSecStateDecorationType(IltPerformance.SecState state, IltDecorationType type)
IltSettings.SetValue
instead.state
- The performance secondary state.type
- The type of decoration that will be used to represent the state.IltDecorationType
,
IltSettings.SetValue(java.lang.Object, java.lang.Object)
@Deprecated public static IltDecorationType GetSecStateDecorationType(IltPerformance.SecState state)
IltSettings.GetValue
instead.Note: When the given state is set on a telecom object, the value of the state will be represented using a gauge, a chart or a counter, according to the decoration type.
state
- The performance secondary state.IltDecorationType
,
IltObjectState.set(IltState, Object)
,
IltSettings.GetValue(java.lang.Object)
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.