org.eclipse.stp.core.sca
Interface Subsystem

All Superinterfaces:
Composite, SCAObject

public interface Subsystem
extends Composite

A representation of the model object 'Subsystem'.

This interface is not intended to be implemented by clients.

The following features are supported:

See Also:
SCAPackage.getSubsystem()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 FeatureMap getAny()
          Returns the value of the 'Any' attribute list.
 FeatureMap getAnyAttribute()
          Returns the value of the 'Any Attribute' attribute list.
 java.lang.String getUri()
          Returns the value of the 'Uri' attribute.
 java.util.List getWires()
          Returns the value of the 'Wires' containment reference list.
 void setUri(java.lang.String value)
          Sets the value of the 'Uri' attribute.
 
Methods inherited from interface org.eclipse.stp.core.sca.Composite
getAllMatchingSources, getAllMatchingTargets, getAllWiredSources, getComponent, getComponents, getEntryPoint, getEntryPoints, getExternalService, getExternalServices, getName, resolveWireSource, resolveWireTarget, setName
 
Methods inherited from interface org.eclipse.stp.core.sca.SCAObject
addStatus, clearStatus, getEObject, getFlags, getStatus
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getWires

java.util.List getWires()
Returns the value of the 'Wires' containment reference list. The list contents are of type SystemWire.

If the meaning of the 'Wires' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Wires' containment reference list.
See Also:
SCAPackage.getSubsystem_Wires()

getAny

FeatureMap getAny()
Returns the value of the 'Any' attribute list. The list contents are of type org.eclipse.emf.ecore.util.FeatureMap.Entry.

If the meaning of the 'Any' attribute list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Any' attribute list.
See Also:
SCAPackage.getSubsystem_Any()

getUri

java.lang.String getUri()
Returns the value of the 'Uri' attribute.

If the meaning of the 'Uri' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Uri' attribute.
See Also:
setUri(String), SCAPackage.getSubsystem_Uri()

setUri

void setUri(java.lang.String value)
Sets the value of the 'Uri' attribute.

Parameters:
value - the new value of the 'Uri' attribute.
See Also:
getUri()

getAnyAttribute

FeatureMap getAnyAttribute()
Returns the value of the 'Any Attribute' attribute list. The list contents are of type org.eclipse.emf.ecore.util.FeatureMap.Entry.

If the meaning of the 'Any Attribute' attribute list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Any Attribute' attribute list.
See Also:
SCAPackage.getSubsystem_AnyAttribute()