kDB: Knowledge DataBase
|
Classes | |
struct | Private |
Public Member Functions | |
Field (const Field &_rhs) | |
Field & | operator= (const Field &_rhs) |
bool | operator== (const Field &_rhs) |
bool | operator!= (const Field &_rhs) |
bool | isConstant () const |
QString | name () const |
knowCore::Uri | path () const |
knowCore::Uri | datatype () const |
knowRDF::Literal | value () const |
std::optional< QList< knowCore::Uri > > | acceptedUnits () const |
std::optional< knowCore::ValueList > | acceptedValues () const |
Friends | |
struct | Private |
struct | FocusNodeDeclarationsRegistryPrivate |
std::optional< QList< knowCore::Uri > > Field::acceptedUnits | ( | ) | const |
list of accepted units, if datatype == askcore_types::quantityDecimal
std::optional< knowCore::ValueList > Field::acceptedValues | ( | ) | const |
List of accepted values
bool Field::isConstant | ( | ) | const |