ConditionInterface#
- class ConditionInterface[source]#
Bases:
objectAbstract base class for PINA conditions. All specific conditions must inherit from this interface.
Refer to
pina.condition.condition.Conditionfor a thorough description of all available conditions and how to instantiate them.Initialization of the
ConditionInterfaceclass.- property problem#
Return the problem associated with this condition.
- Returns:
Problem associated with this condition.
- Return type: