Revision 53:bcea875d8d2f utilities/composer/composer.cpp
| utilities/composer/composer.cpp | ||
|---|---|---|
| 10 | 10 |
#include <dataquay/objectmapper/ObjectStorer.h> |
| 11 | 11 |
#include <dataquay/objectmapper/ObjectMapper.h> |
| 12 | 12 |
#include <dataquay/objectmapper/TypeMapping.h> |
| 13 |
#include <dataquay/Debug.h> |
|
| 14 | 13 |
|
| 15 | 14 |
#include <QMultiMap> |
| 16 | 15 |
#include <QFileInfo> |
| ... | ... | |
| 21 | 20 |
using namespace ClassicalData; |
| 22 | 21 |
using namespace std; |
| 23 | 22 |
|
| 23 |
/* |
|
| 24 | 24 |
ostream &operator<<(ostream &target, const QString &str) |
| 25 | 25 |
{
|
| 26 | 26 |
return target << str.toLocal8Bit().data(); |
| ... | ... | |
| 30 | 30 |
{
|
| 31 | 31 |
return target << "<" << u.toString() << ">"; |
| 32 | 32 |
} |
| 33 |
|
|
| 33 |
*/ |
|
| 34 | 34 |
|
| 35 | 35 |
bool |
| 36 | 36 |
load(BasicStore *store, QString fileName) |
| ... | ... | |
| 423 | 423 |
storer->setTypeMapping(tm); |
| 424 | 424 |
|
| 425 | 425 |
storer->setPropertyStorePolicy(ObjectStorer::StoreIfChanged); |
| 426 |
storer->setBlankNodePolicy(ObjectStorer::NoBlankNodes);
|
|
| 426 |
storer->setBlankNodePolicy(Dataquay::NeverUseBlankNodes);
|
|
| 427 | 427 |
|
| 428 | 428 |
cerr << "Mapping results back to store..."; |
| 429 | 429 |
storer->setFollowPolicy(ObjectStorer::FollowObjectProperties); |
Also available in: Unified diff