de.cau.cs.kieler.synccharts
Interface SyncchartsFactory

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

public interface SyncchartsFactory
extends EFactory

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

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

Field Summary
static String copyright
           
static SyncchartsFactory eINSTANCE
          The singleton instance of the factory.
 
Method Summary
 Action createAction()
          Returns a new object of class 'Action'.
 Assignment createAssignment()
          Returns a new object of class 'Assignment'.
 Emission createEmission()
          Returns a new object of class 'Emission'.
 Region createRegion()
          Returns a new object of class 'Region'.
 State createState()
          Returns a new object of class 'State'.
 Substitution createSubstitution()
          Returns a new object of class 'Substitution'.
 TextEffect createTextEffect()
          Returns a new object of class 'Text Effect'.
 Transition createTransition()
          Returns a new object of class 'Transition'.
 SyncchartsPackage getSyncchartsPackage()
          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

copyright

static final String copyright

See Also:
Constant Field Values
Generated:
This code was automatically generated.

eINSTANCE

static final SyncchartsFactory eINSTANCE
The singleton instance of the factory.

Generated:
This code was automatically generated.
Method Detail

createAction

Action createAction()
Returns a new object of class 'Action'.

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

createAssignment

Assignment createAssignment()
Returns a new object of class 'Assignment'.

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

createEmission

Emission createEmission()
Returns a new object of class 'Emission'.

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

createRegion

Region createRegion()
Returns a new object of class 'Region'.

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

createSubstitution

Substitution createSubstitution()
Returns a new object of class 'Substitution'.

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

createState

State createState()
Returns a new object of class 'State'.

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

createTransition

Transition createTransition()
Returns a new object of class 'Transition'.

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

createTextEffect

TextEffect createTextEffect()
Returns a new object of class 'Text Effect'.

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

getSyncchartsPackage

SyncchartsPackage getSyncchartsPackage()
Returns the package supported by this factory.

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