Tuscany Assembly Model

org.apache.tuscany.model.assembly
Interface Subsystem

All Superinterfaces:
AssemblyObject, Composite, Extensible, Implementation
All Known Implementing Classes:
SubsystemImpl

public interface Subsystem
extends Composite

Represents a subsystem.


Method Summary
 java.lang.String getURI()
          Returns the subsystem uri.
 void setURI(java.lang.String value)
          Sets the subsystem uri.
 
Methods inherited from interface org.apache.tuscany.model.assembly.Composite
getComponents, getConfiguredService, getEntryPoints, getExternalServices, getImplementationClass, getName, getPart, getWires, getWSDLImports, getWSDLImports, setImplementationClass, setName
 
Methods inherited from interface org.apache.tuscany.model.assembly.Implementation
getComponentType, setComponentType
 
Methods inherited from interface org.apache.tuscany.model.assembly.Extensible
getExtensibilityAttributes, getExtensibilityElements
 
Methods inherited from interface org.apache.tuscany.model.assembly.AssemblyObject
accept, freeze, initialize
 

Method Detail

getURI

java.lang.String getURI()
Returns the subsystem uri.

Returns:

setURI

void setURI(java.lang.String value)
Sets the subsystem uri.

Parameters:
value -

Tuscany Assembly Model

-