de.cau.cs.kieler.sim.esi.esi
Interface EsiFactory

All Superinterfaces:
EFactory, EModelElement, EObject, Notifier
All Known Implementing Classes:
EsiFactoryImpl

public interface EsiFactory
extends EFactory

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

See Also:
EsiPackage
Rating red
Generated:
This code was automatically generated.

Field Summary
static EsiFactory eINSTANCE
          The singleton instance of the factory.
 
Method Summary
 signal createsignal()
          Returns a new object of class 'signal'.
 tick createtick()
          Returns a new object of class 'tick'.
 trace createtrace()
          Returns a new object of class 'trace'.
 tracelist createtracelist()
          Returns a new object of class 'tracelist'.
 EsiPackage getEsiPackage()
          Returns the package supported by this factory.
 
Methods inherited from interface org.eclipse.emf.ecore.EFactory
convertToString, create, createFromString, getEPackage, setEPackage
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

eINSTANCE

static final EsiFactory eINSTANCE
The singleton instance of the factory.

Generated:
This code was automatically generated.
Method Detail

createtracelist

tracelist createtracelist()
Returns a new object of class 'tracelist'.

Returns:
a new object of class 'tracelist'.
Generated:
This code was automatically generated.

createtrace

trace createtrace()
Returns a new object of class 'trace'.

Returns:
a new object of class 'trace'.
Generated:
This code was automatically generated.

createtick

tick createtick()
Returns a new object of class 'tick'.

Returns:
a new object of class 'tick'.
Generated:
This code was automatically generated.

createsignal

signal createsignal()
Returns a new object of class 'signal'.

Returns:
a new object of class 'signal'.
Generated:
This code was automatically generated.

getEsiPackage

EsiPackage getEsiPackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.
Generated:
This code was automatically generated.