Class ApplicationHandler::Command¶
Defined in File ApplicationHandler.h
Nested Relationships¶
This class is a nested type of Struct ApplicationHandler.
Class Documentation¶
-
class
SmartPeak::ApplicationHandler::Command¶ Public Types
Public Functions
-
inline int
getID() const¶
-
inline std::string
getName() const¶
-
inline ParameterSet
getParameterSchema() const¶
-
inline std::string
getDescription() const¶
Public Members
-
enum SmartPeak::ApplicationHandler::Command::CommandType
type¶
-
std::shared_ptr<RawDataProcessor>
raw_data_method¶
-
std::shared_ptr<SequenceSegmentProcessor>
seq_seg_method¶
-
std::shared_ptr<SampleGroupProcessor>
sample_group_method¶
-
inline int