uk.ac.ucl.cs.uml.jmi.BehavioralElements.Actions.ActionFoundation
Interface ActionFoundationPackage

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

public interface ActionFoundationPackage
extends ExtPackage


Method Summary
 ActionClass getAction()
           
 ControlFlowClass getControlFlow()
           
 DataFlowClass getDataFlow()
           
 InputPinClass getInputPin()
           
 OutputPinClass getOutputPin()
           
 PinClass getPin()
           
 PrimitiveActionClass getPrimitiveAction()
           
 ProcedureClass getProcedure()
           
 
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

getAction

ActionClass getAction()

getControlFlow

ControlFlowClass getControlFlow()

getDataFlow

DataFlowClass getDataFlow()

getInputPin

InputPinClass getInputPin()

getOutputPin

OutputPinClass getOutputPin()

getPin

PinClass getPin()

getPrimitiveAction

PrimitiveActionClass getPrimitiveAction()

getProcedure

ProcedureClass getProcedure()