ibm_ilog.diagram.util
Object » ibm_ilog.diagram.util
Property Summary
Method Summary
- DeferredInitialization() Provide the users of the class with a whenLoaded(cb) API for waiting for instances to finish initialization. Also subscribes the instance to the global initialization coordinator for global synchrinzation.
- HandleSet()
- LimitedStack(arr, maximumSize)
- PrintUtil(kwArgs)
- Serializer(kwArgs) This class is a template-based serialization procedure for GraphElements. Provided a specific set of user callbacks, the instances of this class can be used to execute the serialization of a network of entities and its corresponding deserialization. see: ibm_ilog.diagram.util.__SerializerArgs
Attached Objects
Properties
Methods
Provide the users of the class with a whenLoaded(cb) API for
waiting for instances to finish initialization. Also subscribes
the instance to the global initialization coordinator for global
synchrinzation.
This class is a template-based serialization procedure for GraphElements. Provided
a specific set of user callbacks, the instances of this class can be used to
execute the serialization of a network of entities and its corresponding
deserialization.
see:
ibm_ilog.diagram.util.__SerializerArgs
Parameter | Type | Description | |||
---|---|---|---|---|---|
kwArgs | ibm_ilog.diagram.util.__SerializerArgs |
|