Package bpsim.impl
Class BpsimFactoryImpl
- java.lang.Object
-
- org.eclipse.emf.common.notify.impl.BasicNotifierImpl
-
- org.eclipse.emf.ecore.impl.BasicEObjectImpl
-
- org.eclipse.emf.ecore.impl.MinimalEObjectImpl
-
- org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
-
- org.eclipse.emf.ecore.impl.EModelElementImpl
-
- org.eclipse.emf.ecore.impl.EFactoryImpl
-
- bpsim.impl.BpsimFactoryImpl
-
- All Implemented Interfaces:
BpsimFactory,org.eclipse.emf.common.notify.Notifier,org.eclipse.emf.ecore.EFactory,org.eclipse.emf.ecore.EModelElement,org.eclipse.emf.ecore.EObject,org.eclipse.emf.ecore.EStructuralFeature.Internal.DynamicValueHolder,org.eclipse.emf.ecore.InternalEObject
public class BpsimFactoryImpl extends org.eclipse.emf.ecore.impl.EFactoryImpl implements BpsimFactory
An implementation of the model Factory.- Generated code
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container.Dynamic
-
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
-
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl
-
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList
-
-
Field Summary
-
Fields inherited from class org.eclipse.emf.ecore.impl.EModelElementImpl
eAnnotations, eFlags, EFROZEN, ELAST_EMODEL_ELEMENT_FLAG
-
Fields inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET
-
Fields inherited from interface bpsim.BpsimFactory
eINSTANCE
-
-
Constructor Summary
Constructors Constructor Description BpsimFactoryImpl()Creates an instance of the factory.
-
Method Summary
-
Methods inherited from class org.eclipse.emf.ecore.impl.EFactoryImpl
basicCreate, basicSetEPackage, collapseWhiteSpace, convertToString, createFromString, eGet, eInverseAdd, eInverseRemove, eInvoke, eIsSet, eSet, eStaticClass, eUnset, getEPackage, replaceWhiteSpace, setEPackage
-
Methods inherited from class org.eclipse.emf.ecore.impl.EModelElementImpl
eObjectForURIFragmentSegment, eSetDirectResource, eURIFragmentSegment, freeze, freeze, getEAnnotation, getEAnnotations, isFrozen, setFrozen
-
Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
eBasicSetContainer, eInternalContainer
-
Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
dynamicGet, dynamicSet, dynamicUnset, eAdapters, eBasicAdapterArray, eBasicAdapters, eBasicHasAdapters, eBasicProperties, eBasicSetAdapterArray, eBasicSetContainer, eBasicSetContainerFeatureID, eBasicSetSettings, eBasicSettings, eClass, eContainerFeatureID, eContents, eCrossReferences, eDeliver, eDirectResource, eDynamicClass, eHasSettings, eIsProxy, eProperties, eProxyURI, eSetClass, eSetDeliver, eSetProxyURI, eSettings
-
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eIsSet, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eSettingDelegate, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues, toString
-
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
eNotificationRequired, eNotify
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
-
-
-
Method Detail
-
init
public static BpsimFactory init()
Creates the default factory implementation.- Generated code
-
create
public org.eclipse.emf.ecore.EObject create(org.eclipse.emf.ecore.EClass eClass)
- Specified by:
createin interfaceorg.eclipse.emf.ecore.EFactory- Overrides:
createin classorg.eclipse.emf.ecore.impl.EFactoryImpl- Generated code
-
createFromString
public Object createFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
- Specified by:
createFromStringin interfaceorg.eclipse.emf.ecore.EFactory- Overrides:
createFromStringin classorg.eclipse.emf.ecore.impl.EFactoryImpl- Generated code
-
convertToString
public String convertToString(org.eclipse.emf.ecore.EDataType eDataType, Object instanceValue)
- Specified by:
convertToStringin interfaceorg.eclipse.emf.ecore.EFactory- Overrides:
convertToStringin classorg.eclipse.emf.ecore.impl.EFactoryImpl- Generated code
-
createBetaDistributionType
public BetaDistributionType createBetaDistributionType()
- Specified by:
createBetaDistributionTypein interfaceBpsimFactory- Returns:
- a new object of class 'Beta Distribution Type'.
- Generated code
-
createBinomialDistributionType
public BinomialDistributionType createBinomialDistributionType()
- Specified by:
createBinomialDistributionTypein interfaceBpsimFactory- Returns:
- a new object of class 'Binomial Distribution Type'.
- Generated code
-
createBooleanParameterType
public BooleanParameterType createBooleanParameterType()
- Specified by:
createBooleanParameterTypein interfaceBpsimFactory- Returns:
- a new object of class 'Boolean Parameter Type'.
- Generated code
-
createBPSimDataType
public BPSimDataType createBPSimDataType()
- Specified by:
createBPSimDataTypein interfaceBpsimFactory- Returns:
- a new object of class 'BP Sim Data Type'.
- Generated code
-
createCalendar
public Calendar createCalendar()
- Specified by:
createCalendarin interfaceBpsimFactory- Returns:
- a new object of class 'Calendar'.
- Generated code
-
createConstantParameter
public ConstantParameter createConstantParameter()
- Specified by:
createConstantParameterin interfaceBpsimFactory- Returns:
- a new object of class 'Constant Parameter'.
- Generated code
-
createControlParameters
public ControlParameters createControlParameters()
- Specified by:
createControlParametersin interfaceBpsimFactory- Returns:
- a new object of class 'Control Parameters'.
- Generated code
-
createCostParameters
public CostParameters createCostParameters()
- Specified by:
createCostParametersin interfaceBpsimFactory- Returns:
- a new object of class 'Cost Parameters'.
- Generated code
-
createDateTimeParameterType
public DateTimeParameterType createDateTimeParameterType()
- Specified by:
createDateTimeParameterTypein interfaceBpsimFactory- Returns:
- a new object of class 'Date Time Parameter Type'.
- Generated code
-
createDistributionParameter
public DistributionParameter createDistributionParameter()
- Specified by:
createDistributionParameterin interfaceBpsimFactory- Returns:
- a new object of class 'Distribution Parameter'.
- Generated code
-
createDocumentRoot
public DocumentRoot createDocumentRoot()
- Specified by:
createDocumentRootin interfaceBpsimFactory- Returns:
- a new object of class 'Document Root'.
- Generated code
-
createDurationParameterType
public DurationParameterType createDurationParameterType()
- Specified by:
createDurationParameterTypein interfaceBpsimFactory- Returns:
- a new object of class 'Duration Parameter Type'.
- Generated code
-
createElementParameters
public ElementParameters createElementParameters()
- Specified by:
createElementParametersin interfaceBpsimFactory- Returns:
- a new object of class 'Element Parameters'.
- Generated code
-
createElementParametersType
public ElementParametersType createElementParametersType()
- Specified by:
createElementParametersTypein interfaceBpsimFactory- Returns:
- a new object of class 'Element Parameters Type'.
- Generated code
-
createEnumParameterType
public EnumParameterType createEnumParameterType()
- Specified by:
createEnumParameterTypein interfaceBpsimFactory- Returns:
- a new object of class 'Enum Parameter Type'.
- Generated code
-
createErlangDistributionType
public ErlangDistributionType createErlangDistributionType()
- Specified by:
createErlangDistributionTypein interfaceBpsimFactory- Returns:
- a new object of class 'Erlang Distribution Type'.
- Generated code
-
createExpressionParameterType
public ExpressionParameterType createExpressionParameterType()
- Specified by:
createExpressionParameterTypein interfaceBpsimFactory- Returns:
- a new object of class 'Expression Parameter Type'.
- Generated code
-
createFloatingParameterType
public FloatingParameterType createFloatingParameterType()
- Specified by:
createFloatingParameterTypein interfaceBpsimFactory- Returns:
- a new object of class 'Floating Parameter Type'.
- Generated code
-
createGammaDistributionType
public GammaDistributionType createGammaDistributionType()
- Specified by:
createGammaDistributionTypein interfaceBpsimFactory- Returns:
- a new object of class 'Gamma Distribution Type'.
- Generated code
-
createLogNormalDistributionType
public LogNormalDistributionType createLogNormalDistributionType()
- Specified by:
createLogNormalDistributionTypein interfaceBpsimFactory- Returns:
- a new object of class 'Log Normal Distribution Type'.
- Generated code
-
createNegativeExponentialDistributionType
public NegativeExponentialDistributionType createNegativeExponentialDistributionType()
- Specified by:
createNegativeExponentialDistributionTypein interfaceBpsimFactory- Returns:
- a new object of class 'Negative Exponential Distribution Type'.
- Generated code
-
createNormalDistributionType
public NormalDistributionType createNormalDistributionType()
- Specified by:
createNormalDistributionTypein interfaceBpsimFactory- Returns:
- a new object of class 'Normal Distribution Type'.
- Generated code
-
createNumericParameterType
public NumericParameterType createNumericParameterType()
- Specified by:
createNumericParameterTypein interfaceBpsimFactory- Returns:
- a new object of class 'Numeric Parameter Type'.
- Generated code
-
createParameter
public Parameter createParameter()
- Specified by:
createParameterin interfaceBpsimFactory- Returns:
- a new object of class 'Parameter'.
- Generated code
-
createParameterValue
public ParameterValue createParameterValue()
- Specified by:
createParameterValuein interfaceBpsimFactory- Returns:
- a new object of class 'Parameter Value'.
- Generated code
-
createPoissonDistributionType
public PoissonDistributionType createPoissonDistributionType()
- Specified by:
createPoissonDistributionTypein interfaceBpsimFactory- Returns:
- a new object of class 'Poisson Distribution Type'.
- Generated code
-
createPriorityParameters
public PriorityParameters createPriorityParameters()
- Specified by:
createPriorityParametersin interfaceBpsimFactory- Returns:
- a new object of class 'Priority Parameters'.
- Generated code
-
createPropertyParameters
public PropertyParameters createPropertyParameters()
- Specified by:
createPropertyParametersin interfaceBpsimFactory- Returns:
- a new object of class 'Property Parameters'.
- Generated code
-
createPropertyType
public PropertyType createPropertyType()
- Specified by:
createPropertyTypein interfaceBpsimFactory- Returns:
- a new object of class 'Property Type'.
- Generated code
-
createResourceParameters
public ResourceParameters createResourceParameters()
- Specified by:
createResourceParametersin interfaceBpsimFactory- Returns:
- a new object of class 'Resource Parameters'.
- Generated code
-
createScenario
public Scenario createScenario()
- Specified by:
createScenarioin interfaceBpsimFactory- Returns:
- a new object of class 'Scenario'.
- Generated code
-
createScenarioParameters
public ScenarioParameters createScenarioParameters()
- Specified by:
createScenarioParametersin interfaceBpsimFactory- Returns:
- a new object of class 'Scenario Parameters'.
- Generated code
-
createScenarioParametersType
public ScenarioParametersType createScenarioParametersType()
- Specified by:
createScenarioParametersTypein interfaceBpsimFactory- Returns:
- a new object of class 'Scenario Parameters Type'.
- Generated code
-
createStringParameterType
public StringParameterType createStringParameterType()
- Specified by:
createStringParameterTypein interfaceBpsimFactory- Returns:
- a new object of class 'String Parameter Type'.
- Generated code
-
createTimeParameters
public TimeParameters createTimeParameters()
- Specified by:
createTimeParametersin interfaceBpsimFactory- Returns:
- a new object of class 'Time Parameters'.
- Generated code
-
createTriangularDistributionType
public TriangularDistributionType createTriangularDistributionType()
- Specified by:
createTriangularDistributionTypein interfaceBpsimFactory- Returns:
- a new object of class 'Triangular Distribution Type'.
- Generated code
-
createTruncatedNormalDistributionType
public TruncatedNormalDistributionType createTruncatedNormalDistributionType()
- Specified by:
createTruncatedNormalDistributionTypein interfaceBpsimFactory- Returns:
- a new object of class 'Truncated Normal Distribution Type'.
- Generated code
-
createUniformDistributionType
public UniformDistributionType createUniformDistributionType()
- Specified by:
createUniformDistributionTypein interfaceBpsimFactory- Returns:
- a new object of class 'Uniform Distribution Type'.
- Generated code
-
createUserDistributionDataPointType
public UserDistributionDataPointType createUserDistributionDataPointType()
- Specified by:
createUserDistributionDataPointTypein interfaceBpsimFactory- Returns:
- a new object of class 'User Distribution Data Point Type'.
- Generated code
-
createUserDistributionType
public UserDistributionType createUserDistributionType()
- Specified by:
createUserDistributionTypein interfaceBpsimFactory- Returns:
- a new object of class 'User Distribution Type'.
- Generated code
-
createVendorExtension
public VendorExtension createVendorExtension()
- Specified by:
createVendorExtensionin interfaceBpsimFactory- Returns:
- a new object of class 'Vendor Extension'.
- Generated code
-
createWeibullDistributionType
public WeibullDistributionType createWeibullDistributionType()
- Specified by:
createWeibullDistributionTypein interfaceBpsimFactory- Returns:
- a new object of class 'Weibull Distribution Type'.
- Generated code
-
createResultTypeFromString
public ResultType createResultTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
- Generated code
-
convertResultTypeToString
public String convertResultTypeToString(org.eclipse.emf.ecore.EDataType eDataType, Object instanceValue)
- Generated code
-
createTimeUnitFromString
public TimeUnit createTimeUnitFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
- Generated code
-
convertTimeUnitToString
public String convertTimeUnitToString(org.eclipse.emf.ecore.EDataType eDataType, Object instanceValue)
- Generated code
-
createResultTypeObjectFromString
public ResultType createResultTypeObjectFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
- Generated code
-
convertResultTypeObjectToString
public String convertResultTypeObjectToString(org.eclipse.emf.ecore.EDataType eDataType, Object instanceValue)
- Generated code
-
createTimeUnitObjectFromString
public TimeUnit createTimeUnitObjectFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
- Generated code
-
convertTimeUnitObjectToString
public String convertTimeUnitObjectToString(org.eclipse.emf.ecore.EDataType eDataType, Object instanceValue)
- Generated code
-
getBpsimPackage
public BpsimPackage getBpsimPackage()
- Specified by:
getBpsimPackagein interfaceBpsimFactory- Returns:
- the package supported by this factory.
- Generated code
-
getPackage
@Deprecated public static BpsimPackage getPackage()
Deprecated.- Generated code
-
-