18 #ifndef __INPUT_COLLECTION_H__
19 #define __INPUT_COLLECTION_H__
21 #include "algorithms/algorithm_types.h"
22 #include "data_management/data/data_collection.h"
26 namespace data_management
32 typedef KeyValueCollection<algorithms::Input> KeyValueInputCollection;
33 typedef services::SharedPtr<KeyValueInputCollection> KeyValueInputCollectionPtr;
34 typedef services::SharedPtr<const KeyValueInputCollection> KeyValueInputCollectionConstPtr;
38 using interface1::KeyValueInputCollection;
39 using interface1::KeyValueInputCollectionPtr;
40 using interface1::KeyValueInputCollectionConstPtr;