Uses of Class
org.n52.shetland.ogc.sensorML.elements.SmlComponent
-
Packages that use SmlComponent Package Description org.n52.shetland.ogc.sensorML org.n52.shetland.ogc.sensorML.v20 -
-
Uses of SmlComponent in org.n52.shetland.ogc.sensorML
Methods in org.n52.shetland.ogc.sensorML that return types with arguments of type SmlComponent Modifier and Type Method Description List<SmlComponent>HasComponents. getComponents()List<SmlComponent>ProcessChain. getComponents()List<SmlComponent>System. getComponents()Methods in org.n52.shetland.ogc.sensorML with parameters of type SmlComponent Modifier and Type Method Description THasComponents. addComponent(SmlComponent component)ProcessChainProcessChain. addComponent(SmlComponent component)SystemSystem. addComponent(SmlComponent component)Method parameters in org.n52.shetland.ogc.sensorML with type arguments of type SmlComponent Modifier and Type Method Description THasComponents. addComponents(List<SmlComponent> components)ProcessChainProcessChain. addComponents(List<SmlComponent> components)SystemSystem. addComponents(List<SmlComponent> components) -
Uses of SmlComponent in org.n52.shetland.ogc.sensorML.v20
Methods in org.n52.shetland.ogc.sensorML.v20 that return types with arguments of type SmlComponent Modifier and Type Method Description List<SmlComponent>AggregateProcess. getComponents()List<SmlComponent>PhysicalSystem. getComponents()Methods in org.n52.shetland.ogc.sensorML.v20 with parameters of type SmlComponent Modifier and Type Method Description AggregateProcessAggregateProcess. addComponent(SmlComponent component)PhysicalSystemPhysicalSystem. addComponent(SmlComponent component)Method parameters in org.n52.shetland.ogc.sensorML.v20 with type arguments of type SmlComponent Modifier and Type Method Description AggregateProcessAggregateProcess. addComponents(List<SmlComponent> components)PhysicalSystemPhysicalSystem. addComponents(List<SmlComponent> components)
-