de.cau.cs.kieler.synccharts.text.interfaces.interfaces
Interface InterfacesFactory

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

public interface InterfacesFactory
extends EFactory

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

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

Field Summary
static InterfacesFactory eINSTANCE
          The singleton instance of the factory.
 
Method Summary
 InOutputSignals createInOutputSignals()
          Returns a new object of class 'In Output Signals'.
 InputSignals createInputSignals()
          Returns a new object of class 'Input Signals'.
 OutputSignals createOutputSignals()
          Returns a new object of class 'Output Signals'.
 RegionSignalDec createRegionSignalDec()
          Returns a new object of class 'Region Signal Dec'.
 Signals createSignals()
          Returns a new object of class 'Signals'.
 StateExtend createStateExtend()
          Returns a new object of class 'State Extend'.
 Variables createVariables()
          Returns a new object of class 'Variables'.
 InterfacesPackage getInterfacesPackage()
          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, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

eINSTANCE

static final InterfacesFactory eINSTANCE
The singleton instance of the factory.

Generated:
This code was automatically generated.
Method Detail

createStateExtend

StateExtend createStateExtend()
Returns a new object of class 'State Extend'.

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

createRegionSignalDec

RegionSignalDec createRegionSignalDec()
Returns a new object of class 'Region Signal Dec'.

Returns:
a new object of class 'Region Signal Dec'.
Generated:
This code was automatically generated.

createVariables

Variables createVariables()
Returns a new object of class 'Variables'.

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

createSignals

Signals createSignals()
Returns a new object of class 'Signals'.

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

createInputSignals

InputSignals createInputSignals()
Returns a new object of class 'Input Signals'.

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

createOutputSignals

OutputSignals createOutputSignals()
Returns a new object of class 'Output Signals'.

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

createInOutputSignals

InOutputSignals createInOutputSignals()
Returns a new object of class 'In Output Signals'.

Returns:
a new object of class 'In Output Signals'.
Generated:
This code was automatically generated.

getInterfacesPackage

InterfacesPackage getInterfacesPackage()
Returns the package supported by this factory.

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