public interface AggregateProcess extends AbstractProcess
Modifier and Type | Field and Description |
---|---|
static javax.xml.namespace.QName |
DEFAULT_QNAME |
DEFAULT_NS_URI
Modifier and Type | Method and Description |
---|---|
void |
addComponent(java.lang.String name,
AbstractProcess component)
Adds a new component
|
void |
addConnection(Link connection)
Adds a new connection
|
AbstractProcess |
getComponent(java.lang.String name)
Gets the component with the given name
|
OgcPropertyList<AbstractProcess> |
getComponentList()
Gets the list of components
|
java.util.List<Link> |
getConnectionList()
Gets the list of connections
|
int |
getNumComponents()
Returns number of components
|
int |
getNumConnections()
Returns number of connections
|
addInput, addInput, addInput, addModes, addOutput, addOutput, addOutput, addParameter, addParameter, addParameter, getConfiguration, getDefinition, getFeaturesOfInterest, getInput, getInputComponent, getInputList, getModesList, getNumInputs, getNumModes, getNumOutputs, getNumParameters, getOutput, getOutputComponent, getOutputList, getParameter, getParameterComponent, getParameterList, getTypeOf, isExecutable, isSetConfiguration, isSetDefinition, isSetFeaturesOfInterest, isSetTypeOf, setConfiguration, setDefinition, setFeaturesOfInterest, setTypeOf
addCapabilities, addCharacteristics, addClassification, addContacts, addDocumentation, addExtension, addHistory, addIdentification, addKeywords, addLegalConstraints, addSecurityConstraints, addValidTimeAsTimeInstant, addValidTimeAsTimePeriod, getCapabilities, getCapabilitiesList, getCharacteristics, getCharacteristicsList, getClassificationList, getContactsList, getDocumentationList, getExtensionList, getHistoryList, getIdentificationList, getKeywordsList, getLang, getLegalConstraintsList, getNumCapabilities, getNumCharacteristics, getNumClassifications, getNumContacts, getNumDocumentations, getNumExtensions, getNumHistorys, getNumIdentifications, getNumKeywords, getNumLegalConstraints, getNumSecurityConstraints, getNumValidTimes, getSecurityConstraintsList, getValidTimeList, isSetLang, setLang
getBoundedBy, getLocation, getLocationProperty, getQName, isSetBoundedBy, isSetLocation, setBoundedByAsEnvelope, setLocation
addName, getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataPropertyList, getName, getNameList, getNumNames, getUniqueIdentifier, isSetDescription, isSetDescriptionReference, isSetIdentifier, setDescription, setDescriptionReference, setId, setIdentifier, setName, setUniqueIdentifier
OgcPropertyList<AbstractProcess> getComponentList()
int getNumComponents()
AbstractProcess getComponent(java.lang.String name)
void addComponent(java.lang.String name, AbstractProcess component)
java.util.List<Link> getConnectionList()
int getNumConnections()
void addConnection(Link connection)