Public instance methods
IList<object> __call__(IEnumerable<IGraphNodeBase> inputs)
IList<object> pipeline_run(IEnumerable<int> cur_step_inputs, IEnumerable<int> next_step_inputs)
IList<object> pipeline_run(IEnumerable<int> cur_step_inputs, int next_step_inputs)
IList<object> pipeline_run(IEnumerable<int> cur_step_inputs, object next_step_inputs)
IList<object> pipeline_run(int cur_step_inputs, IEnumerable<int> next_step_inputs)
IList<object> pipeline_run(int cur_step_inputs, int next_step_inputs)
IList<object> pipeline_run(int cur_step_inputs, object next_step_inputs)
IList<object> pipeline_run(object cur_step_inputs, IEnumerable<int> next_step_inputs)
IList<object> pipeline_run(object cur_step_inputs, int next_step_inputs)
IList<object> pipeline_run(object cur_step_inputs, object next_step_inputs)
object pipeline_run_dyn(object cur_step_inputs, object next_step_inputs)
Public properties
object execution_mode get; set;