uk.ac.ucl.cs.uml.jmi.BehavioralElements.Actions
Interface ActionsPackage

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

public interface ActionsPackage
extends ExtPackage


Method Summary
 ActionFoundationPackage getActionFoundation()
           
 CollectionActionsPackage getCollectionActions()
           
 CompositeActionsPackage getCompositeActions()
           
 ComputationActionsPackage getComputationActions()
           
 JumpActionsPackage getJumpActions()
           
 MessagingActionsPackage getMessagingActions()
           
 ReadWriteActionsPackage getReadWriteActions()
           
 
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

getActionFoundation

ActionFoundationPackage getActionFoundation()

getCompositeActions

CompositeActionsPackage getCompositeActions()

getReadWriteActions

ReadWriteActionsPackage getReadWriteActions()

getComputationActions

ComputationActionsPackage getComputationActions()

getCollectionActions

CollectionActionsPackage getCollectionActions()

getMessagingActions

MessagingActionsPackage getMessagingActions()

getJumpActions

JumpActionsPackage getJumpActions()