CriteriaManager#
- class ansys.optislang.core.managers.CriteriaManager(uid: str, osl_server: OslServer)#
 Base classes for classes that obtains and operate with criteria.
Methods
CriteriaManager.add_criterion(criterion)Add criterion to the system.
Get the criteria of the system.
Get all criteria names.
CriteriaManager.modify_criterion(criterion)Modify criterion in the system.
Modify property of criterion in the system.
Remove all criteria from the system.
CriteriaManager.remove_criterion(criterion_name)Remove criterion from the system.