Publish/Retrieve - Intergraph Smart Electrical - Administration - Intergraph

SmartPlant Enterprise SmartPlant Adapter for Smart Electrical

Language
English
Product
Intergraph Smart Electrical
Search by Category
Administration & Configuration
SmartPlant Foundation / SDx Version
10
Smart Electrical Version
2018 (8.0)

Generally, transformation of published data is translated to a set of Smart Electrical classes and properties being traversed to a set of Tool schema ClassDefs which are traversed to a set of InterfaceDefs to be published.

To put it into pseudo code:

  1. Create class publishers – a collection of all ToolMap schema MapClassDefs.

  2. Load – gather all the relevant SPItems related to the document being published. This is done for each class SPMapClassDef that is mapped for publishing.

  3. Publish – create an empty container by traversing the relevant ClassDef to a relevant SmartPlant Schema object, and filling in all the realized interfaces.

  4. Fill the container with properties and their data.