concepts.dsl.expression.AssignExpression#
- class AssignExpression[source]#
- Bases: - _PredicateValueExpression,- VariableAssignmentExpression- Methods - cached_string([max_length])- Attributes - The predicate expression, must be a - FunctionApplicationExpressionwhich refers to a state variable.- The expression for the value to assign to the state variable. - __init__(predicate, value)[source]#
- Parameters:
- predicate (FunctionApplicationExpression) 
- value (ValueOutputExpression) 
 
 
 - __new__(**kwargs)#
 - check_arguments()#
 - predicate: FunctionApplicationExpression#
- The predicate expression, must be a - FunctionApplicationExpressionwhich refers to a state variable.
 - property return_type#
 - value: ValueOutputExpression#
- The expression for the value to assign to the state variable.