org.eclipse.uml2.uml.profile.standard
Interface Subsystem

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier

public interface Subsystem
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Subsystem'. A unit of hierarchical decomposition for large systems. A subsystem is commonly instantiated indirectly. Definitions of subsystems vary widely among domains and methods, and it is expected that domain and method profiles will specialize this construct. A subsystem may be defined to have specification and realization elements. See also: «Specification» and «Realization».

From package StandardProfile (URI http://www.omg.org/spec/UML/20131001/StandardProfile).

The following features are supported:

See Also:
StandardPackage.getSubsystem()

Method Summary
 Component getBase_Component()
          Returns the value of the 'Base Component' reference
 void setBase_Component(Component value)
          Sets the value of the 'Base Component' reference
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getBase_Component

Component getBase_Component()
Returns the value of the 'Base Component' reference.

From package StandardProfile (URI http://www.omg.org/spec/UML/20131001/StandardProfile).

Returns:
the value of the 'Base Component' reference.
See Also:
setBase_Component(Component), StandardPackage.getSubsystem_Base_Component()

setBase_Component

void setBase_Component(Component value)
Sets the value of the 'Base Component' reference.

Parameters:
value - the new value of the 'Base Component' reference.
See Also:
getBase_Component()

Copyright 2003, 2014 IBM Corporation, CEA, and others.
All Rights Reserved.