| Package | Description |
|---|---|
| org.streampipes.model.client.ontology |
| Modifier and Type | Method and Description |
|---|---|
static NodeType |
NodeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeType[] |
NodeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
OntologyNode(String id,
String title,
NodeType nodeType) |
OntologyNode(String id,
String title,
String prefix,
String namespace,
NodeType nodeType) |
Copyright © 2019. All rights reserved.