concepts.dm.crow.crow_generator.CrowDirectedGenerator#
- class CrowDirectedGenerator[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.
The list of input variables that the generator takes.
The list of output variables that the generator generates.
The function type of the generator.
- __init__(name, all_arguments, certifies, inputs, outputs, priority=0, simulation=False, execution=False)[source]#
- __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.
- ftype: FunctionType#
The function type of the generator.