|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
|
inline |
Execute a specific rule by name.
| rule_name | Name of the rule to execute |
| input | Input data for the rule's executor |
| context | Execution context containing parameters and metadata |
Finds the named rule and executes it if its matcher function returns true for the given input and context. This allows for explicit rule invocation when the specific rule to apply is known.
Definition at line 165 of file ComputeGrammar.hpp.
References MayaFlux::Yantra::ComputationGrammar::Rule::name.