org.omg.uml.behavioralelements.activitygraphs
Interface CallStateClass

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

public interface CallStateClass
extends javax.jmi.reflect.RefClass

CallState class proxy interface.


Method Summary
 CallState createCallState()
          The default factory operation used to create an instance object.
 CallState createCallState(String name, VisibilityKind visibility, boolean isSpecification, boolean isDynamic, ArgListsExpression dynamicArguments, Multiplicity dynamicMultiplicity)
          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

createCallState

public CallState createCallState()
The default factory operation used to create an instance object.

Returns:
The created instance object.

createCallState

public CallState createCallState(String name,
                                 VisibilityKind visibility,
                                 boolean isSpecification,
                                 boolean isDynamic,
                                 ArgListsExpression dynamicArguments,
                                 Multiplicity dynamicMultiplicity)
Creates an instance object having attributes initialized by the passed values.

Parameters:
name -
visibility -
isSpecification -
isDynamic -
dynamicArguments -
dynamicMultiplicity -
Returns:
The created instance object.