| 179 | void setDescription (std::string description) { _description = description; } |
| 180 | void setKeywords (std::string keywords) { _keywords = keywords; } |
| 181 | void setHelpPage (std::string helpPage) { _helpPage = helpPage; } |
| 182 | void setCategory (IPLProcessCategory category) { _category = category; } |
| 183 | bool isSource () { return _isSource; } |
| 184 | bool isSequence () { return _isSequence; } |