CriteriaManager#

class ansys.optislang.core.managers.CriteriaManager#

Base classes for classes that obtains and operate with criteria.

Methods

CriteriaManager.add_criterion(criterion)

Add criterion to the system.

CriteriaManager.get_criteria()

Get the criteria of the system.

CriteriaManager.get_criteria_names()

Get all criteria names.

CriteriaManager.modify_criterion(criterion)

Modify criterion in the system.

CriteriaManager.modify_criterion_property(...)

Modify property of criterion in the system.

CriteriaManager.remove_all_criteria()

Remove all criteria from the system.

CriteriaManager.remove_criterion(criterion_name)

Remove criterion from the system.