| Package | Description |
|---|---|
| org.streampipes.model.template | |
| org.streampipes.model.util |
| Modifier and Type | Method and Description |
|---|---|
List<BoundPipelineElement> |
PipelineTemplateDescription.getBoundTo() |
List<BoundPipelineElement> |
BoundPipelineElement.getConnectedTo() |
| Modifier and Type | Method and Description |
|---|---|
void |
PipelineTemplateDescription.setBoundTo(List<BoundPipelineElement> boundTo) |
void |
BoundPipelineElement.setConnectedTo(List<BoundPipelineElement> connectedTo) |
| Constructor and Description |
|---|
BoundPipelineElement(BoundPipelineElement other) |
| Constructor and Description |
|---|
PipelineTemplateDescription(SpDataStream requiredStream,
List<BoundPipelineElement> connectedTo) |
PipelineTemplateDescription(String elementName,
SpDataStream requiredStream,
List<BoundPipelineElement> connectedTo) |
| Modifier and Type | Method and Description |
|---|---|
List<BoundPipelineElement> |
Cloner.boundPipelineElements(List<BoundPipelineElement> boundPipelineElements) |
| Modifier and Type | Method and Description |
|---|---|
List<BoundPipelineElement> |
Cloner.boundPipelineElements(List<BoundPipelineElement> boundPipelineElements) |
Copyright © 2019. All rights reserved.