Module Simantics/Typicals
This module is undocumented. This is a list of its definitions. 
syncAllTypicals :: Boolean -> Resource -> <Proc> () 
syncAllTypicals False currentModel
 
Synchronizes all typical master diagrams in the specified model with all
instances of the found typical master diagrams. 
The first argument controls whether a log of the synchronization will be
stored in the database, in the model's Documents folder. 
  
syncInstancesOfTypicalMasters :: Boolean -> [Resource] -> <Proc> () 
syncInstancesOfTypicalMasters False [aMasterTypicalComposite]
 
Synchronizes all instances of the specified typical master diagram(s). 
The first argument controls whether a log of the synchronization will be
stored in the database, in the model's Documents folder. 
The second argument expects diagram configuration composite resources. 
  
syncTypicalInstances :: Boolean -> [Resource] -> <Proc> () 
syncTypicalInstances False [aTypicalInstance]
 
Synchronizes the specified typical instance diagram(s) with their master
diagrams. 
The first argument controls whether a log of the synchronization will be
stored in the database, in the model's Documents folder. 
The second argument expects diagram configuration composite resources. 
  
 |