IltSAN.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("SAN.SecState.Input.Type", IltDecorationType.Chart)
defines the state input graphically represented as a chart.
IltSettings.SetValue("SAN.SecState.Input.Gauge", new IltGaugeMapping(image1, image))
defines the new gauge configuration for the state.
IltSettings.SetValue("SAN.SecState.Input.Chart", new IltChartMapping(image1, image2))
defines the new chart configuration for the state.
IltSettings.SetValue("SAN.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 IltSANDefaultMapper extends ilog.tgo.mapper.state.IltStateSystemMapper
IltStateSystemMapper
for
the IltSAN
state system.IltSettings
Constructor and Description |
---|
IltSANDefaultMapper()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static IltChartMapping |
GetSecStateChartMapping(IltSAN.SecState state)
Deprecated.
Please use
IltSettings.GetValue instead. |
static IltCounterMapping |
GetSecStateCounterMapping(IltSAN.SecState state)
Deprecated.
Please use
IltSettings.GetValue instead. |
static IltDecorationType |
GetSecStateDecorationType(IltSAN.SecState state)
Deprecated.
Please use
IltSettings.GetValue instead. |
static IltGaugeMapping |
GetSecStateGaugeMapping(IltSAN.SecState state)
Deprecated.
Please use
IltSettings.GetValue instead. |
static IltChartMapping |
SetSecStateChartMapping(IltSAN.SecState state,
IltChartMapping mapping)
Deprecated.
Please use
IltSettings.SetValue instead. |
static IltCounterMapping |
SetSecStateCounterMapping(IltSAN.SecState state,
IltCounterMapping mapping)
Deprecated.
Please use
IltSettings.SetValue instead. |
static IltDecorationType |
SetSecStateDecorationType(IltSAN.SecState state,
IltDecorationType type)
Deprecated.
Please use
IltSettings.SetValue instead. |
static IltGaugeMapping |
SetSecStateGaugeMapping(IltSAN.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(IltSAN.SecState state, IltGaugeMapping mapping)
IltSettings.SetValue
instead.IltSAN
state system using a gauge decoration.
This method also defines that this state will be represented as a gauge.
state
- The SAN secondary state which is mapped to a gauge.mapping
- The parameters to create the gauge decoration.IltGaugeMapping
,
SetSecStateDecorationType(ilog.tgo.model.IltSAN.SecState, ilog.tgo.graphic.IltDecorationType)
,
IltObjectState.set(IltState, Object)
@Deprecated public static IltGaugeMapping GetSecStateGaugeMapping(IltSAN.SecState state)
IltSettings.GetValue
instead.IltSAN
state system using a gauge decoration.state
- The SAN secondary state which is mapped to a gauge.IltGaugeMapping
,
GetSecStateDecorationType(ilog.tgo.model.IltSAN.SecState)
@Deprecated public static IltChartMapping SetSecStateChartMapping(IltSAN.SecState state, IltChartMapping mapping)
IltSettings.SetValue
instead.IltSAN
state system using a chart decoration.
This method also defines that this state will be represented as a chart.
state
- The SAN secondary state which is mapped to a chart.mapping
- The parameters to create the chart decoration.IltChartMapping
,
SetSecStateDecorationType(ilog.tgo.model.IltSAN.SecState, ilog.tgo.graphic.IltDecorationType)
@Deprecated public static IltChartMapping GetSecStateChartMapping(IltSAN.SecState state)
IltSettings.GetValue
instead.IltSAN
state system using a chart decoration.state
- The SAN secondary state which is mapped to a chart.IltChartMapping
,
GetSecStateDecorationType(ilog.tgo.model.IltSAN.SecState)
@Deprecated public static IltCounterMapping SetSecStateCounterMapping(IltSAN.SecState state, IltCounterMapping mapping)
IltSettings.SetValue
instead.IltSAN
state system using a counter decoration.
This method also defines that this state will be represented as a counter.
state
- The SAN secondary state which is mapped to a counter.mapping
- The parameters to create the counter decoration.IltCounterMapping
,
SetSecStateDecorationType(ilog.tgo.model.IltSAN.SecState, ilog.tgo.graphic.IltDecorationType)
@Deprecated public static IltCounterMapping GetSecStateCounterMapping(IltSAN.SecState state)
IltSettings.GetValue
instead.IltSAN
state system using a counter decoration.state
- The SAN secondary state which is mapped to a counter.IltCounterMapping
,
GetSecStateDecorationType(ilog.tgo.model.IltSAN.SecState)
@Deprecated public static IltDecorationType SetSecStateDecorationType(IltSAN.SecState state, IltDecorationType type)
IltSettings.SetValue
instead.state
- The SAN secondary state.type
- The type of decoration that will be used to represent the state.IltDecorationType
@Deprecated public static IltDecorationType GetSecStateDecorationType(IltSAN.SecState state)
IltSettings.GetValue
instead.state
- The SAN secondary state.IltDecorationType
,
IltObjectState.set(IltState, Object)
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.