|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SdFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
SdPackage
Field Summary | |
---|---|
static SdFactory |
eINSTANCE
The singleton instance of the factory. |
Method Summary | |
---|---|
SdAuxVariable |
createSdAuxVariable()
Returns a new object of class 'Aux Variable'. |
SdConnector |
createSdConnector()
Returns a new object of class 'Connector'. |
SdFlowVariable |
createSdFlowVariable()
Returns a new object of class 'Flow Variable'. |
SdModel |
createSdModel()
Returns a new object of class 'Model'. |
SdNamedElement |
createSdNamedElement()
Returns a new object of class 'Named Element'. |
SdStockVariable |
createSdStockVariable()
Returns a new object of class 'Stock Variable'. |
SdPackage |
getSdPackage()
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 SdFactory eINSTANCE
Method Detail |
---|
SdNamedElement createSdNamedElement()
SdModel createSdModel()
SdAuxVariable createSdAuxVariable()
SdStockVariable createSdStockVariable()
SdFlowVariable createSdFlowVariable()
SdConnector createSdConnector()
SdPackage getSdPackage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |