tlp::PropertyTools Class Reference
Property management class. Convert property type to property type label.
More...
#include <CSVGraphImport.h>
List of all members.
Static Public Member Functions
Detailed Description
Property management class. Convert property type to property type label.
Member Function Documentation
static bool tlp::PropertyTools::existingPropertyIsCompatibleWithType |
( |
Graph * |
graph, |
|
|
const std::string & |
propertyName, |
|
|
const std::string & |
propertyType | |
|
) |
| | [static] |
Test if a property is compatible with the given type.
static PropertyInterface* tlp::PropertyTools::getProperty |
( |
Graph * |
graph, |
|
|
const std::string & |
propertyName, |
|
|
const std::string & |
propertyType | |
|
) |
| | [static] |
Find or create a property in the graph.
static std::string tlp::PropertyTools::getPropertyTypeFromPropertyTypeLabel |
( |
const std::string & |
typeNameLabel |
) |
[static] |
static std::string tlp::PropertyTools::getPropertyTypeLabel |
( |
const std::string & |
typeName |
) |
[static] |
static QStringList tlp::PropertyTools::getPropertyTypeLabelsList |
( |
|
) |
[static] |
static std::string tlp::PropertyTools::guessDataType |
( |
const std::string & |
data, |
|
|
const std::string & |
decimalSeparator | |
|
) |
| | [static] |
Try to find the type from a string.