Class: Pione::Command::PioneLogFormat
- Inherits:
-
BasicCommand
- Object
- Rootage::Scenario
- Rootage::Command
- Rootage::StandardCommand
- BasicCommand
- Pione::Command::PioneLogFormat
- Defined in:
- lib/pione/command/pione-log-format.rb
Overview
PioneLogFormat
is a command that converts PIONE raw log into XES or
other formats.
Instance Attribute Summary
Attributes inherited from Rootage::Command
#argument_definition, #argv, #option_definition
Attributes inherited from Rootage::Scenario
#args, #current_phase, #exit_status, #info, #model, #running_thread
Method Summary
Methods inherited from BasicCommand
Methods inherited from Rootage::StandardCommand
execution, setup, #terminate, termination
Methods inherited from Rootage::Command
#<<, define_subcommand, #exit, has_subcommands?, inherited, init, #initialize, #program_name, #run, #scenario_name, toplevel?
Methods inherited from Rootage::Scenario
#<<, #abort, define_action, #exit, inherited, #initialize, make, require, #run, run, scenario_name
Methods included from Rootage::ScenarioInterface
#define, #define_phase, #desc, #phase, #phase_class, #process_context_class, #scenario_name
Constructor Details
This class inherits a constructor from Rootage::Command