Public static methods
	
	
	
		
			object copy_handle_data_dyn(object source_t, object target_t)
		
		
		
	 
	
		
			IList<object> get_dependent_variables(IDictionary<string, object> input_ops, IEnumerable<object> output_ops)
		
		
		
	 
	
		
			IList<object> get_dependent_variables(IEnumerable<IGraphNodeBase> input_ops, IEnumerable<object> output_ops)
		
		
		
	 
	
		
			IList<object> get_dependent_variables(ValueTuple<object> input_ops, IEnumerable<object> output_ops)
		
		
		
	 
	
		
			object get_dependent_variables_dyn(object input_ops, object output_ops)
		
		
		
	 
	
		
			string get_variable_by_name(object var_name)
		
		
		
	 
	
		
			object get_variable_by_name_dyn(object var_name)
		
		
		
	 
	
	Public properties
	
	
	
	
		
			IList<string> VAR_OP_TYPES get; set;
		
		
		
	 
	
		
			object VAR_OP_TYPES_dyn get; set;