|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SyncchartsFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
SyncchartsPackage
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 |
---|
static final String copyright
static final SyncchartsFactory eINSTANCE
Method Detail |
---|
Action createAction()
Assignment createAssignment()
Emission createEmission()
Region createRegion()
Substitution createSubstitution()
State createState()
Transition createTransition()
TextEffect createTextEffect()
SyncchartsPackage getSyncchartsPackage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |