| Class | Ruote::Parser |
| In: |
lib/ruote/parser.rb
|
| Parent: | Object |
A process definition parser.
Can parse XML, JSON, Ruby (and more) process definition representations.
Class method for parsing process definition (XML, Ruby, from file or from a string, …) to syntax trees. Used by ruote-fluo for example.
Turns the given process definition tree (ruote syntax tree) to a Ruby process definition (a String containing that ruby process definition).
Mainly used by ruote-fluo.
Turns the given process definition tree (ruote syntax tree) to an XML String.
Mainly used by ruote-fluo.
Turns the input into a ruote syntax tree (raw process definition). This method is used by engine.launch(x) for example.