net.sf.farrago.cwm.core
Interface CwmSubsystemClass
- All Superinterfaces:
- RefBaseObject, RefClass, RefFeatured
- All Known Implementing Classes:
- CwmSubsystemClass$Hib
public interface CwmSubsystemClass
- extends RefClass
Subsystem class proxy interface.
A subsystem is a grouping of model elements that represents a behavioral
unit in a physical system. A subsystem offers interfaces and has
operations.
In the metamodel, Subsystem is a subclass of both Package and Classifier.
As such it may have a set of Features.
The purpose of the subsystem construct is to provide a grouping mechanism
for specifying a behavioral unit of a physical system. Apart from defining
a namespace for its contents, a subsystem serves as a specification unit
for the behavior of its contained model elements.
The contents of a subsystem is defined in the same way as for a package,
thus it
consists of owned elements and imported elements, with unique names within
the
subsystem.
Note: This type should not be subclassed,
implemented or directly instantiated by clients. It is generated from a
MOF metamodel and implemented by Enki or MDR.
createCwmSubsystem
CwmSubsystem createCwmSubsystem()
- The default factory operation used to create an instance object.
- Returns:
- The created instance object.
createCwmSubsystem
CwmSubsystem createCwmSubsystem(String name,
VisibilityKind visibility,
boolean isAbstract)
- Creates an instance object having attributes initialized by the passed
values.
- Parameters:
name
- An identifier for the ModelElement within its containing
Namespace.visibility
- Specifies extent of the visibility of the
ModelElement within its owning Namespace.isAbstract
- An abstract Classifier is not instantiable.
- Returns:
- The created instance object.