schrodinger.application.livedesign.models2.datamodels.instance module¶
- class schrodinger.application.livedesign.models2.datamodels.instance.InstanceMetadata(*args, _param_type=<object object>, **kwargs)¶
- Bases: - CompoundParam- creator: str¶
- A parameter of the class. 
 - date_created: datetime¶
- A parameter of the class. 
 - name: str¶
- A parameter of the class. 
 - location: str¶
- A parameter of the class. 
 - description: str¶
- A parameter of the class. 
 - revision: int¶
- A parameter of the class. 
 - authorized_project_ids: list[str]¶
- A parameter of the class. 
 - is_archived: bool¶
- A parameter of the class. 
 - authorized_project_idsChanged¶
- A - pyqtSignalemitted by instances of the class.
 - authorized_project_idsReplaced¶
- A - pyqtSignalemitted by instances of the class.
 - creatorChanged¶
- A - pyqtSignalemitted by instances of the class.
 - creatorReplaced¶
- A - pyqtSignalemitted by instances of the class.
 - date_createdChanged¶
- A - pyqtSignalemitted by instances of the class.
 - date_createdReplaced¶
- A - pyqtSignalemitted by instances of the class.
 - descriptionChanged¶
- A - pyqtSignalemitted by instances of the class.
 - descriptionReplaced¶
- A - pyqtSignalemitted by instances of the class.
 - is_archivedChanged¶
- A - pyqtSignalemitted by instances of the class.
 - is_archivedReplaced¶
- A - pyqtSignalemitted by instances of the class.
 - locationChanged¶
- A - pyqtSignalemitted by instances of the class.
 - locationReplaced¶
- A - pyqtSignalemitted by instances of the class.
 - nameChanged¶
- A - pyqtSignalemitted by instances of the class.
 - nameReplaced¶
- A - pyqtSignalemitted by instances of the class.
 - revisionChanged¶
- A - pyqtSignalemitted by instances of the class.
 - revisionReplaced¶
- A - pyqtSignalemitted by instances of the class.
 
- class schrodinger.application.livedesign.models2.datamodels.instance.ChildInheritanceMode¶
- Bases: - JsonableEnum- FIXED: Children will inherit the current value, and the value will be
- visible to the user. 
 
- HIDDEN: Children will inherit the current value, and the value will be
- hidden from the user. 
 
- MUST_SPECIFY: This var has no value, so the child must specify one. 
- OVERRIDABLE: The child can override this var’s value. 
 - FIXED = 'FIXED'¶
 - HIDDEN = 'HIDDEN'¶
 - MUST_SPECIFY = 'MUST-SPECIFY'¶
 - OVERRIDABLE = 'OVERRIDABLE'¶
 
- class schrodinger.application.livedesign.models2.datamodels.instance.SettingInst(*args, _param_type=<object object>, **kwargs)¶
- Bases: - CompoundParam- name: str¶
- A parameter of the class. 
 - val: str¶
- A parameter of the class. 
 - child_inheritance_mode: ChildInheritanceMode¶
- A parameter of the class. 
 - child_inheritance_modeChanged¶
- A - pyqtSignalemitted by instances of the class.
 - child_inheritance_modeReplaced¶
- A - pyqtSignalemitted by instances of the class.
 - nameChanged¶
- A - pyqtSignalemitted by instances of the class.
 - nameReplaced¶
- A - pyqtSignalemitted by instances of the class.
 - valChanged¶
- A - pyqtSignalemitted by instances of the class.
 - valReplaced¶
- A - pyqtSignalemitted by instances of the class.
 
- class schrodinger.application.livedesign.models2.datamodels.instance.ModelInstance(*args, _param_type=<object object>, **kwargs)¶
- Bases: - CompoundParam- parent_id: str¶
- A parameter of the class. 
 - model_id: str¶
- A parameter of the class. 
 - metadata: InstanceMetadata¶
- A parameter of the class. 
 - auto_recalculate: bool¶
- A parameter of the class. 
 - settings: list[schrodinger.application.livedesign.models2.datamodels.instance.SettingInst]¶
- A parameter of the class. 
 - auto_recalculateChanged¶
- A - pyqtSignalemitted by instances of the class.
 - auto_recalculateReplaced¶
- A - pyqtSignalemitted by instances of the class.
 - metadataChanged¶
- A - pyqtSignalemitted by instances of the class.
 - metadataReplaced¶
- A - pyqtSignalemitted by instances of the class.
 - model_idChanged¶
- A - pyqtSignalemitted by instances of the class.
 - model_idReplaced¶
- A - pyqtSignalemitted by instances of the class.
 - parent_idChanged¶
- A - pyqtSignalemitted by instances of the class.
 - parent_idReplaced¶
- A - pyqtSignalemitted by instances of the class.
 - settingsChanged¶
- A - pyqtSignalemitted by instances of the class.
 - settingsReplaced¶
- A - pyqtSignalemitted by instances of the class.