knowL: Knowledge Libraries
Loading...
Searching...
No Matches
knowl
src
knowSHACL
PropertyShape_p.h
1
#include "PropertyShape.h"
2
3
#include "Path.h"
4
#include "Constraint.h"
5
6
struct
knowSHACL::PropertyShape::Private
:
public
QSharedData
7
{
8
QString label, comment;
9
QString name, description;
10
knowCore::Uri
uri;
11
Path
path;
12
QList<Constraint>
constraints;
13
bool
hasQualifiedValue =
false
;
14
QList<PropertyShape::Private*>
sibblings;
15
QList<knowCore::Uri>
types;
16
};
QList
Definition
Forward.h:12
knowCore::Uri
Definition
Uri.h:14
knowSHACL::Path
Definition
Path.h:15
knowSHACL::PropertyShape::Private
Definition
PropertyShape_p.h:7
Generated by
1.12.0