concepts.dm.crow.crow_generator.CrowUndirectedGenerator#
- class CrowUndirectedGenerator[source]#
- Bases: - CrowGeneratorBase- Methods - Attributes - The name of the generator. - The complete list of arguments that the generator takes. - The list of expressions that the generator certifies. - The priority of the generator. - The evaluation mode of the generator. - __init__(name, all_arguments, certifies, priority=0, simulation=False, execution=False)#
 - __new__(**kwargs)#
 - property argument_types: Tuple[ObjectType | ValueType, ...]#
 - certifies: Sequence[ValueOutputExpression]#
- The list of expressions that the generator certifies. 
 - evaluation_mode: CrowFunctionEvaluationMode#
- The evaluation mode of the generator.