Package org.n52.shetland.ogc.sensorML
Interface HasConnections<T>
-
- All Known Implementing Classes:
AggregateProcess,PhysicalSystem,ProcessChain,System
public interface HasConnections<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description SmlConnectiongetConnections()default booleanisSetConnections()TsetConnections(SmlConnection component)
-
-
-
Method Detail
-
getConnections
SmlConnection getConnections()
-
setConnections
T setConnections(SmlConnection component)
-
isSetConnections
default boolean isSetConnections()
-
-