Python script for Protege to discover the configuration of specified Classes in a source project / ontology and generate Python scripts to import these classes and their configuration into a target project / ontology.
The configuration includes the class, its slots, the slot widgets and the form layout. Classes that already exist on the target project / ontology are updated, not over-written.
An all-in-one function is provided to generate the complete configuration from a single call. Separate functions to discover only the form configuration can be called independently.
See the file READMEgenerateClassConstruction.txt for further details of how to use this script
Version 1.1 includes several bug fixes