|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExpressionsFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
ExpressionsPackage
Field Summary | |
---|---|
static ExpressionsFactory |
eINSTANCE
The singleton instance of the factory. |
Method Summary | |
---|---|
BooleanValue |
createBooleanValue()
Returns a new object of class 'Boolean Value'. |
ComplexExpression |
createComplexExpression()
Returns a new object of class 'Complex Expression'. |
Expression |
createExpression()
Returns a new object of class 'Expression'. |
FloatValue |
createFloatValue()
Returns a new object of class 'Float Value'. |
IntValue |
createIntValue()
Returns a new object of class 'Int Value'. |
OperatorExpression |
createOperatorExpression()
Returns a new object of class 'Operator Expression'. |
Signal |
createSignal()
Returns a new object of class 'Signal'. |
TextExpression |
createTextExpression()
Returns a new object of class 'Text Expression'. |
TextualCode |
createTextualCode()
Returns a new object of class 'Textual Code'. |
Value |
createValue()
Returns a new object of class 'Value'. |
ValuedObject |
createValuedObject()
Returns a new object of class 'Valued Object'. |
ValuedObjectReference |
createValuedObjectReference()
Returns a new object of class 'Valued Object Reference'. |
Variable |
createVariable()
Returns a new object of class 'Variable'. |
ExpressionsPackage |
getExpressionsPackage()
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 ExpressionsFactory eINSTANCE
Method Detail |
---|
ComplexExpression createComplexExpression()
Expression createExpression()
TextualCode createTextualCode()
Signal createSignal()
ValuedObject createValuedObject()
Variable createVariable()
ValuedObjectReference createValuedObjectReference()
Value createValue()
IntValue createIntValue()
FloatValue createFloatValue()
BooleanValue createBooleanValue()
OperatorExpression createOperatorExpression()
TextExpression createTextExpression()
ExpressionsPackage getExpressionsPackage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |