Public Member Functions | Package Attributes

de.fraunhofer.isst.axbench.transactioneditor.TransactioneditorFactory Interface Reference

List of all members.

Public Member Functions

AXLOperation createAXLOperation ()
EditorElementProvider createEditorElementProvider ()
ElementFlow createElementFlow ()
ElementInputPort createElementInputPort ()
ElementOutputPort createElementOutputPort ()
ElementSelectionProvider createElementSelectionProvider ()
FilecontentProvider createFilecontentProvider ()
FilenameProvider createFilenameProvider ()
JDOMProvider createJDOMProvider ()
ObjectFlow createObjectFlow ()
ObjectInputPort createObjectInputPort ()
ObjectOutputPort createObjectOutputPort ()
StringProvider createStringProvider ()
Transaction createTransaction ()
TransactioneditorPackage getTransactioneditorPackage ()

Package Attributes

TransactioneditorFactory eINSTANCE = de.fraunhofer.isst.axbench.transactioneditor.impl.TransactioneditorFactoryImpl.init()

Detailed Description

The Factory for the model. It provides a create method for each non-abstract class of the model.

See also:
de.fraunhofer.isst.axbench.transactioneditor.TransactioneditorPackage

Member Function Documentation

AXLOperation de.fraunhofer.isst.axbench.transactioneditor.TransactioneditorFactory.createAXLOperation (  ) 

Returns a new object of class 'AXL Operation'.

Returns:
a new object of class 'AXL Operation'.

Implemented in de.fraunhofer.isst.axbench.transactioneditor.impl.TransactioneditorFactoryImpl.

EditorElementProvider de.fraunhofer.isst.axbench.transactioneditor.TransactioneditorFactory.createEditorElementProvider (  ) 

Returns a new object of class 'Editor Element Provider'.

Returns:
a new object of class 'Editor Element Provider'.

Implemented in de.fraunhofer.isst.axbench.transactioneditor.impl.TransactioneditorFactoryImpl.

ElementFlow de.fraunhofer.isst.axbench.transactioneditor.TransactioneditorFactory.createElementFlow (  ) 

Returns a new object of class 'Element Flow'.

Returns:
a new object of class 'Element Flow'.

Implemented in de.fraunhofer.isst.axbench.transactioneditor.impl.TransactioneditorFactoryImpl.

ElementInputPort de.fraunhofer.isst.axbench.transactioneditor.TransactioneditorFactory.createElementInputPort (  ) 

Returns a new object of class 'Element Input Port'.

Returns:
a new object of class 'Element Input Port'.

Implemented in de.fraunhofer.isst.axbench.transactioneditor.impl.TransactioneditorFactoryImpl.

ElementOutputPort de.fraunhofer.isst.axbench.transactioneditor.TransactioneditorFactory.createElementOutputPort (  ) 

Returns a new object of class 'Element Output Port'.

Returns:
a new object of class 'Element Output Port'.

Implemented in de.fraunhofer.isst.axbench.transactioneditor.impl.TransactioneditorFactoryImpl.

ElementSelectionProvider de.fraunhofer.isst.axbench.transactioneditor.TransactioneditorFactory.createElementSelectionProvider (  ) 

Returns a new object of class 'Element Selection Provider'.

Returns:
a new object of class 'Element Selection Provider'.

Implemented in de.fraunhofer.isst.axbench.transactioneditor.impl.TransactioneditorFactoryImpl.

FilecontentProvider de.fraunhofer.isst.axbench.transactioneditor.TransactioneditorFactory.createFilecontentProvider (  ) 

Returns a new object of class 'Filecontent Provider'.

Returns:
a new object of class 'Filecontent Provider'.

Implemented in de.fraunhofer.isst.axbench.transactioneditor.impl.TransactioneditorFactoryImpl.

FilenameProvider de.fraunhofer.isst.axbench.transactioneditor.TransactioneditorFactory.createFilenameProvider (  ) 

Returns a new object of class 'Filename Provider'.

Returns:
a new object of class 'Filename Provider'.

Implemented in de.fraunhofer.isst.axbench.transactioneditor.impl.TransactioneditorFactoryImpl.

JDOMProvider de.fraunhofer.isst.axbench.transactioneditor.TransactioneditorFactory.createJDOMProvider (  ) 

Returns a new object of class 'JDOM Provider'.

Returns:
a new object of class 'JDOM Provider'.

Implemented in de.fraunhofer.isst.axbench.transactioneditor.impl.TransactioneditorFactoryImpl.

ObjectFlow de.fraunhofer.isst.axbench.transactioneditor.TransactioneditorFactory.createObjectFlow (  ) 

Returns a new object of class 'Object Flow'.

Returns:
a new object of class 'Object Flow'.

Implemented in de.fraunhofer.isst.axbench.transactioneditor.impl.TransactioneditorFactoryImpl.

ObjectInputPort de.fraunhofer.isst.axbench.transactioneditor.TransactioneditorFactory.createObjectInputPort (  ) 

Returns a new object of class 'Object Input Port'.

Returns:
a new object of class 'Object Input Port'.

Implemented in de.fraunhofer.isst.axbench.transactioneditor.impl.TransactioneditorFactoryImpl.

ObjectOutputPort de.fraunhofer.isst.axbench.transactioneditor.TransactioneditorFactory.createObjectOutputPort (  ) 

Returns a new object of class 'Object Output Port'.

Returns:
a new object of class 'Object Output Port'.

Implemented in de.fraunhofer.isst.axbench.transactioneditor.impl.TransactioneditorFactoryImpl.

StringProvider de.fraunhofer.isst.axbench.transactioneditor.TransactioneditorFactory.createStringProvider (  ) 

Returns a new object of class 'String Provider'.

Returns:
a new object of class 'String Provider'.

Implemented in de.fraunhofer.isst.axbench.transactioneditor.impl.TransactioneditorFactoryImpl.

Transaction de.fraunhofer.isst.axbench.transactioneditor.TransactioneditorFactory.createTransaction (  ) 

Returns a new object of class 'Transaction'.

Returns:
a new object of class 'Transaction'.

Implemented in de.fraunhofer.isst.axbench.transactioneditor.impl.TransactioneditorFactoryImpl.

TransactioneditorPackage de.fraunhofer.isst.axbench.transactioneditor.TransactioneditorFactory.getTransactioneditorPackage (  ) 

Returns the package supported by this factory.

Returns:
the package supported by this factory.

Implemented in de.fraunhofer.isst.axbench.transactioneditor.impl.TransactioneditorFactoryImpl.


Member Data Documentation

TransactioneditorFactory de.fraunhofer.isst.axbench.transactioneditor.TransactioneditorFactory.eINSTANCE = de.fraunhofer.isst.axbench.transactioneditor.impl.TransactioneditorFactoryImpl.init() [package]

The singleton instance of the factory.