Interface AggregateProcess

All Superinterfaces:
AbstractFeature, AbstractGML, AbstractProcess, DescribedObject, IFeature, IProcedure, IResource, Serializable
All Known Subinterfaces:
PhysicalSystem
All Known Implementing Classes:
AggregateProcessImpl, PhysicalSystemImpl

public interface AggregateProcess extends AbstractProcess
POJO class for XML type AggregateProcessType(@http://www.opengis.net/sensorml/2.0). This is a complex type.
  • Field Details

    • DEFAULT_QNAME

      static final QName DEFAULT_QNAME
  • Method Details

    • getComponentList

      OgcPropertyList<AbstractProcess> getComponentList()
      Gets the list of components
    • getNumComponents

      int getNumComponents()
      Returns number of components
    • getComponent

      AbstractProcess getComponent(String name)
      Gets the component with the given name
    • addComponent

      void addComponent(String name, AbstractProcess component)
      Adds a new component
    • getConnectionList

      List<Link> getConnectionList()
      Gets the list of connections
    • getNumConnections

      int getNumConnections()
      Returns number of connections
    • addConnection

      void addConnection(Link connection)
      Adds a new connection