|
||||||||||
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 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'. |
BooleanValue |
createBooleanValue()
Returns a new object of class 'Boolean Value'. |
ComplexExpression |
createComplexExpression()
Returns a new object of class 'Complex Expression'. |
Emission |
createEmission()
Returns a new object of class 'Emission'. |
Expression |
createExpression()
Returns a new object of class 'Expression'. |
FloatValue |
createFloatValue()
Returns a new object of class 'Float Value'. |
HostCode |
createHostCode()
Returns a new object of class 'Host Code'. |
IntValue |
createIntValue()
Returns a new object of class 'Int Value'. |
Region |
createRegion()
Returns a new object of class 'Region'. |
Renaming |
createRenaming()
Returns a new object of class 'Renaming'. |
Signal |
createSignal()
Returns a new object of class 'Signal'. |
SignalReference |
createSignalReference()
Returns a new object of class 'Signal Reference'. |
State |
createState()
Returns a new object of class 'State'. |
Transition |
createTransition()
Returns a new object of class 'Transition'. |
Value |
createValue()
Returns a new object of class 'Value'. |
ValuedObject |
createValuedObject()
Returns a new object of class 'Valued Object'. |
Variable |
createVariable()
Returns a new object of class 'Variable'. |
VariableReference |
createVariableReference()
Returns a new object of class 'Variable Reference'. |
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, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Field Detail |
---|
static final SyncchartsFactory eINSTANCE
Method Detail |
---|
Action createAction()
Assignment createAssignment()
ComplexExpression createComplexExpression()
Emission createEmission()
Expression createExpression()
HostCode createHostCode()
Region createRegion()
Signal createSignal()
SignalReference createSignalReference()
Renaming createRenaming()
State createState()
Transition createTransition()
ValuedObject createValuedObject()
Variable createVariable()
VariableReference createVariableReference()
Value createValue()
IntValue createIntValue()
FloatValue createFloatValue()
BooleanValue createBooleanValue()
SyncchartsPackage getSyncchartsPackage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |