knowL: Knowledge Libraries
Loading...
Searching...
No Matches
Definition_p.h
1#include "Definition.h"
2
3#include <QList>
4
5#include "NodeShape.h"
6#include "PropertyShape.h"
7
8struct knowSHACL::Definition::Private : public QSharedData
9{
10 QList<NodeShape> nodes;
11 QList<PropertyShape> properties;
12};
Definition Forward.h:14
Definition Definition_p.h:9