knowL: Knowledge Libraries
Loading...
Searching...
No Matches
NodeShape_p.h
1#include "NodeShape.h"
2
3#include <knowCore/UriList.h>
4
5#include "Constraint.h"
6#include "Target.h"
7
8struct knowSHACL::NodeShape::Private : public QSharedData
9{
10 QString comment, label;
11 knowCore::Uri seeAlso, uri;
12 QList<Target> targets;
13 QList<knowCore::Uri> parentClasses;
14 QList<Constraint> constraints;
15 bool isClosed = false;
16 QList<knowCore::Uri> ignoredProperties;
18};
Definition Forward.h:14
Definition Uri.h:15
Definition NodeShape_p.h:9