Uses of Class
org.n52.shetland.ogc.sensorML.elements.SmlConnection
-
Packages that use SmlConnection Package Description org.n52.shetland.ogc.sensorML org.n52.shetland.ogc.sensorML.elements org.n52.shetland.ogc.sensorML.v20 -
-
Uses of SmlConnection in org.n52.shetland.ogc.sensorML
Methods in org.n52.shetland.ogc.sensorML that return SmlConnection Modifier and Type Method Description SmlConnectionHasConnections. getConnections()SmlConnectionProcessChain. getConnections()SmlConnectionSystem. getConnections()Methods in org.n52.shetland.ogc.sensorML with parameters of type SmlConnection Modifier and Type Method Description THasConnections. setConnections(SmlConnection component)ProcessChainProcessChain. setConnections(SmlConnection connections)SystemSystem. setConnections(SmlConnection connections) -
Uses of SmlConnection in org.n52.shetland.ogc.sensorML.elements
Methods in org.n52.shetland.ogc.sensorML.elements that return SmlConnection Modifier and Type Method Description SmlConnectionSmlConnection. addConnection(SmlLink connection)SmlConnectionSmlConnection. setConnections(Collection<SmlLink> connections) -
Uses of SmlConnection in org.n52.shetland.ogc.sensorML.v20
Methods in org.n52.shetland.ogc.sensorML.v20 that return SmlConnection Modifier and Type Method Description SmlConnectionAggregateProcess. getConnections()SmlConnectionPhysicalSystem. getConnections()Methods in org.n52.shetland.ogc.sensorML.v20 with parameters of type SmlConnection Modifier and Type Method Description AggregateProcessAggregateProcess. setConnections(SmlConnection connections)PhysicalSystemPhysicalSystem. setConnections(SmlConnection connections)
-