#include <ISOMDataRepository.h>
Inheritance diagram for ISOMDataRepository:
Public Methods | |
virtual void | save (SOMData data)=0 |
Interface to save pattern. | |
virtual SOMData * | load (vector< string > params, int flag=0)=0 |
Interface to load pattern from a file. |