Package | Description |
---|---|
ilog.cpl.sdm | |
ilog.cpl.sdm.binding |
Modifier and Type | Method and Description |
---|---|
Set<IlpAbstractAttributeBinding> |
IlpAbstractSDMAdapter.getBindings(IlpClass tgoClass)
Accesses all attribute bindings for a given TGO class.
|
Set<IlpAbstractAttributeBinding> |
IlpAbstractSDMAdapter.getBindings(String tgoClassName)
Accesses all attribute bindings for a given TGO class.
|
Modifier and Type | Method and Description |
---|---|
void |
IlpAbstractSDMAdapter.addAttributeBinding(IlpClass tgoClass,
IlpAbstractAttributeBinding binding)
Adds a TGO attribute binding.
|
void |
IlpAbstractSDMAdapter.addAttributeBinding(String tgoClassName,
IlpAbstractAttributeBinding binding)
Adds a TGO attribute binding.
|
void |
IlpAbstractSDMAdapter.removeAttributeBinding(IlpClass tgoClass,
IlpAbstractAttributeBinding binding)
Removes a TGO attribute binding.
|
void |
IlpAbstractSDMAdapter.removeAttributeBinding(String tgoClassName,
IlpAbstractAttributeBinding binding)
Removes a TGO attribute binding.
|
Modifier and Type | Class and Description |
---|---|
class |
IlpAbstractPositionBinding<A>
This class defines the base for TGO position attribute binding
to SDM model properties x and y.
|
class |
IlpAlarmSeverityColorBinding
This class defines a binding intended to convert a TGO alarm severity
attribute (
IltObject.NewAlarmHighestSeverityAttribute ,
NewImpactAlarmHighestSeverityAttribute ,
AlarmHighestSeverityAttribute ,
ImpactAlarmHighestSeverityAttribute ,
AckAlarmHighestSeverityAttribute and
AckImpactAlarmHighestSeverityAttribute ) into a SDM model
property representing the severity color. |
class |
IlpDefaultAttributeBinding
This class implements a default attribute binding that directly converts
a TGO attribute of type
Object to a SDM model property of the same
type, with no type conversion in between. |
class |
IlpEnumBinding
This class defines a binding between a TGO attributes
(
IlpAttribute ) of type IlEnum and a SDM model properties
of type String . |
class |
IlpPointPositionBinding
|
class |
IlpPolygonPositionBinding
This class implements a default binding between TGO position
attribute of type
IlpPolygon and SDM x or y model
property of type Double . |
class |
IlpPolylinePositionBinding
This class implements a default binding between TGO position
attribute of type
IlpPolyline and SDM x or y model
property of type Double . |
class |
IlpRectPositionBinding
|
class |
IlpRelativePointPositionBinding
This class implements a default binding between TGO position
attribute of type
IlpRelativePoint and SDM x or y
model property of type Double . |
class |
IlpShelfItemPositionBinding
This class implements a default binding between TGO position
attribute of type
IlpShelfItemPosition and SDM x or y
model property of type Double . |
class |
IlpSlotSizesBinding
This class implements a default binding between TGO slotSizes
attribute of type
IlpSlotSizes and SDM slotWidth or slotHeight model
property of type Integer . |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.