| Package | Description |
|---|---|
| org.n52.shetland.ogc.sensorML | |
| org.n52.shetland.ogc.sensorML.v20 |
| Modifier and Type | Method and Description |
|---|---|
List<SmlComponent> |
ProcessChain.getComponents() |
List<SmlComponent> |
System.getComponents() |
List<SmlComponent> |
HasComponents.getComponents() |
| Modifier and Type | Method and Description |
|---|---|
ProcessChain |
ProcessChain.addComponent(SmlComponent component) |
System |
System.addComponent(SmlComponent component) |
T |
HasComponents.addComponent(SmlComponent component) |
| Modifier and Type | Method and Description |
|---|---|
ProcessChain |
ProcessChain.addComponents(List<SmlComponent> components) |
System |
System.addComponents(List<SmlComponent> components) |
T |
HasComponents.addComponents(List<SmlComponent> components) |
| Modifier and Type | Method and Description |
|---|---|
List<SmlComponent> |
AggregateProcess.getComponents() |
List<SmlComponent> |
PhysicalSystem.getComponents() |
| Modifier and Type | Method and Description |
|---|---|
AggregateProcess |
AggregateProcess.addComponent(SmlComponent component) |
PhysicalSystem |
PhysicalSystem.addComponent(SmlComponent component) |
| Modifier and Type | Method and Description |
|---|---|
AggregateProcess |
AggregateProcess.addComponents(List<SmlComponent> components) |
PhysicalSystem |
PhysicalSystem.addComponents(List<SmlComponent> components) |
Copyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.