|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ActionFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
ActionPackage
Field Summary | |
---|---|
static ActionFactory |
eINSTANCE
The singleton instance of the factory. |
Method Summary | |
---|---|
ActionElement |
createActionElement()
Returns a new object of class 'Element'. |
ActionRelationship |
createActionRelationship()
Returns a new object of class 'Relationship'. |
Addresses |
createAddresses()
Returns a new object of class 'Addresses'. |
BlockUnit |
createBlockUnit()
Returns a new object of class 'Block Unit'. |
Calls |
createCalls()
Returns a new object of class 'Calls'. |
CatchUnit |
createCatchUnit()
Returns a new object of class 'Catch Unit'. |
CompliesTo |
createCompliesTo()
Returns a new object of class 'Complies To'. |
ControlFlow |
createControlFlow()
Returns a new object of class 'Control Flow'. |
Creates |
createCreates()
Returns a new object of class 'Creates'. |
Dispatches |
createDispatches()
Returns a new object of class 'Dispatches'. |
EntryFlow |
createEntryFlow()
Returns a new object of class 'Entry Flow'. |
ExceptionFlow |
createExceptionFlow()
Returns a new object of class 'Exception Flow'. |
ExceptionUnit |
createExceptionUnit()
Returns a new object of class 'Exception Unit'. |
ExitFlow |
createExitFlow()
Returns a new object of class 'Exit Flow'. |
FalseFlow |
createFalseFlow()
Returns a new object of class 'False Flow'. |
FinallyUnit |
createFinallyUnit()
Returns a new object of class 'Finally Unit'. |
Flow |
createFlow()
Returns a new object of class 'Flow'. |
GuardedFlow |
createGuardedFlow()
Returns a new object of class 'Guarded Flow'. |
Reads |
createReads()
Returns a new object of class 'Reads'. |
Throws |
createThrows()
Returns a new object of class 'Throws'. |
TrueFlow |
createTrueFlow()
Returns a new object of class 'True Flow'. |
TryUnit |
createTryUnit()
Returns a new object of class 'Try Unit'. |
UsesType |
createUsesType()
Returns a new object of class 'Uses Type'. |
Writes |
createWrites()
Returns a new object of class 'Writes'. |
ActionPackage |
getActionPackage()
Returns the package supported by this factory. |
Field Detail |
---|
static final ActionFactory eINSTANCE
Method Detail |
---|
ActionElement createActionElement()
ControlFlow createControlFlow()
Calls createCalls()
Creates createCreates()
Reads createReads()
Writes createWrites()
CompliesTo createCompliesTo()
Flow createFlow()
TrueFlow createTrueFlow()
FalseFlow createFalseFlow()
GuardedFlow createGuardedFlow()
UsesType createUsesType()
Addresses createAddresses()
ActionRelationship createActionRelationship()
Throws createThrows()
Dispatches createDispatches()
EntryFlow createEntryFlow()
BlockUnit createBlockUnit()
ExceptionUnit createExceptionUnit()
TryUnit createTryUnit()
FinallyUnit createFinallyUnit()
CatchUnit createCatchUnit()
ExitFlow createExitFlow()
ExceptionFlow createExceptionFlow()
ActionPackage getActionPackage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |