uk.ac.ucl.cs.uml.jmi.BehavioralElements.Actions.ComputationActions
Interface ComputationActionsPackage

All Superinterfaces:
ExtPackage, javax.jmi.reflect.RefBaseObject, javax.jmi.reflect.RefPackage
All Known Implementing Classes:
ComputationActions_PackageImpl

public interface ComputationActionsPackage
extends ExtPackage


Method Summary
 ApplyFunctionActionClass getApplyFunctionAction()
           
 ArgumentSpecificationClass getArgumentSpecification()
           
 CodeActionClass getCodeAction()
           
 LiteralValueActionClass getLiteralValueAction()
           
 MarshalActionClass getMarshalAction()
           
 NullActionClass getNullAction()
           
 PrimitiveFunctionClass getPrimitiveFunction()
           
 TestIdentifyActionClass getTestIdentifyAction()
           
 UnmarshalActionClass getUnmarshalAction()
           
 
Methods inherited from interface uk.ac.ucl.cs.emofocl.jmi.reflect.extended.ExtPackage
extAddPackageListener, extRemovePackageListener, extWriteToXMI
 
Methods inherited from interface javax.jmi.reflect.RefPackage
refAllAssociations, refAllClasses, refAllPackages, refAssociation, refAssociation, refClass, refClass, refCreateStruct, refCreateStruct, refDelete, refGetEnum, refGetEnum, refPackage, refPackage
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 

Method Detail

getApplyFunctionAction

ApplyFunctionActionClass getApplyFunctionAction()

getArgumentSpecification

ArgumentSpecificationClass getArgumentSpecification()

getCodeAction

CodeActionClass getCodeAction()

getLiteralValueAction

LiteralValueActionClass getLiteralValueAction()

getMarshalAction

MarshalActionClass getMarshalAction()

getNullAction

NullActionClass getNullAction()

getPrimitiveFunction

PrimitiveFunctionClass getPrimitiveFunction()

getTestIdentifyAction

TestIdentifyActionClass getTestIdentifyAction()

getUnmarshalAction

UnmarshalActionClass getUnmarshalAction()