| Package | Description |
|---|---|
| org.streampipes.model.client.ontology |
| Modifier and Type | Method and Description |
|---|---|
List<Property> |
Concept.getDomainProperties() |
List<Property> |
Instance.getDomainProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
Concept.setDomainProperties(List<Property> domainProperties) |
void |
Instance.setDomainProperties(List<Property> domainProperties) |
| Constructor and Description |
|---|
Concept(ElementHeader elementHeader,
String rdfsLabel,
String rdfsDescription,
List<Property> domainProperties) |
Instance(ElementHeader elementHeader,
String rdfsLabel,
String rdfsDescription,
List<Property> domainProperties) |
Copyright © 2019. All rights reserved.