org.omg.uml.modelmanagement
Interface SubsystemClass
- All Superinterfaces:
- javax.jmi.reflect.RefBaseObject, javax.jmi.reflect.RefClass, javax.jmi.reflect.RefFeatured
- public interface SubsystemClass
- extends javax.jmi.reflect.RefClass
Subsystem class proxy interface.
|
Method Summary |
Subsystem |
createSubsystem()
The default factory operation used to create an instance object. |
Subsystem |
createSubsystem(String name,
VisibilityKind visibility,
boolean isSpecification,
boolean isRoot,
boolean isLeaf,
boolean isAbstract,
boolean isInstantiable)
Creates an instance object having attributes initialized by the passed
values. |
| Methods inherited from interface javax.jmi.reflect.RefClass |
refAllOfClass, refAllOfType, refCreateInstance, refCreateStruct, refCreateStruct, refGetEnum, refGetEnum |
| Methods inherited from interface javax.jmi.reflect.RefFeatured |
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue |
| Methods inherited from interface javax.jmi.reflect.RefBaseObject |
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints |
createSubsystem
public Subsystem createSubsystem()
- The default factory operation used to create an instance object.
- Returns:
- The created instance object.
createSubsystem
public Subsystem createSubsystem(String name,
VisibilityKind visibility,
boolean isSpecification,
boolean isRoot,
boolean isLeaf,
boolean isAbstract,
boolean isInstantiable)
- Creates an instance object having attributes initialized by the passed
values.
- Parameters:
name - visibility - isSpecification - isRoot - isLeaf - isAbstract - isInstantiable -
- Returns:
- The created instance object.