org.omg.uml.behavioralelements.statemachines
Interface CompositeStateClass

All Superinterfaces:
javax.jmi.reflect.RefBaseObject, javax.jmi.reflect.RefClass, javax.jmi.reflect.RefFeatured

public interface CompositeStateClass
extends javax.jmi.reflect.RefClass

CompositeState class proxy interface.


Method Summary
 CompositeState createCompositeState()
          The default factory operation used to create an instance object.
 CompositeState createCompositeState(String name, VisibilityKind visibility, boolean isSpecification, boolean isConcurrent)
          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
 

Method Detail

createCompositeState

public CompositeState createCompositeState()
The default factory operation used to create an instance object.

Returns:
The created instance object.

createCompositeState

public CompositeState createCompositeState(String name,
                                           VisibilityKind visibility,
                                           boolean isSpecification,
                                           boolean isConcurrent)
Creates an instance object having attributes initialized by the passed values.

Parameters:
name -
visibility -
isSpecification -
isConcurrent -
Returns:
The created instance object.