org.omg.uml.behavioralelements.commonbehavior
Interface UninterpretedActionClass

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

public interface UninterpretedActionClass
extends javax.jmi.reflect.RefClass

UninterpretedAction class proxy interface.


Method Summary
 UninterpretedAction createUninterpretedAction()
          The default factory operation used to create an instance object.
 UninterpretedAction createUninterpretedAction(String name, VisibilityKind visibility, boolean isSpecification, IterationExpression recurrence, ObjectSetExpression target, boolean isAsynchronous, ActionExpression script)
          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

createUninterpretedAction

public UninterpretedAction createUninterpretedAction()
The default factory operation used to create an instance object.

Returns:
The created instance object.

createUninterpretedAction

public UninterpretedAction createUninterpretedAction(String name,
                                                     VisibilityKind visibility,
                                                     boolean isSpecification,
                                                     IterationExpression recurrence,
                                                     ObjectSetExpression target,
                                                     boolean isAsynchronous,
                                                     ActionExpression script)
Creates an instance object having attributes initialized by the passed values.

Parameters:
name -
visibility -
isSpecification -
recurrence -
target -
isAsynchronous -
script -
Returns:
The created instance object.