kDB: Knowledge DataBase
|
#include <Constraint.h>
Classes | |
struct | Private |
Public Member Functions | |
Constraint (const Constraint &_rhs) | |
Constraint & | operator= (const Constraint &_rhs) |
Type | type () const |
PropertyShape | property () const |
knowCore::Value | value () const |
QList< NodeShape > | nodes () const |
NodeShape | node () const |
template<typename _T_ > | |
cres_qresult< _T_ > | value () const |
QRegularExpression | pattern () const |
std::optional< int > | qualifiedMinCount () const |
std::optional< int > | qualifiedMaxCount () const |
bool | qualifiedDisjoint () const |
Friends | |
class | details::DefinitionParser |
Represents a Constraint
PropertyShape Constraint::property | ( | ) | const |
Constraint::Type Constraint::type | ( | ) | const |
knowCore::Value Constraint::value | ( | ) | const |