uk.ac.ucl.cs.uml.jmi.BehavioralElements.StateMachines
Interface StateMachineClass

All Superinterfaces:
ExtClass, javax.jmi.reflect.RefBaseObject, javax.jmi.reflect.RefClass, javax.jmi.reflect.RefFeatured
All Known Implementing Classes:
StateMachine_ClassImpl

public interface StateMachineClass
extends ExtClass

Class proxy for type StateMachine.


Method Summary
 StateMachine createStateMachine()
          Create a new instance of type StateMachine.
 
Methods inherited from interface uk.ac.ucl.cs.emofocl.jmi.reflect.extended.ExtClass
extAddClassExtentListener, extAddClassListener, extAddTypeExtentListener, extCreateFromXMI, extGetImplementationClass, extPopulateFromXMI, extRemoveClassExtentListener, extRemoveClassListener, extRemoveTypeExtentListener, extSetImplementationClass, extWriteToXMI
 
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

createStateMachine

StateMachine createStateMachine()
                                throws javax.jmi.reflect.JmiException
Create a new instance of type StateMachine.

Throws:
javax.jmi.reflect.JmiException