Interface AbstractsimulationPackage
-
- All Superinterfaces:
EModelElement
,ENamedElement
,EObject
,EPackage
,Notifier
- All Known Implementing Classes:
AbstractsimulationPackageImpl
public interface AbstractsimulationPackage extends EPackage
The Package for the model. It contains accessors for the meta objects to represent- each class,
- each feature of each class,
- each enum,
- and each data type
- See Also:
AbstractsimulationFactory
- Generated class or method.
- EMF model class or method.
- kind="package"
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
AbstractsimulationPackage.Literals
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type-
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
EPackage.Descriptor, EPackage.Registry
-
-
Field Summary
Fields Modifier and Type Field Description static int
ABSTRACT_SIMULATION_CONFIGURATION
The meta object id for the 'Abstract Simulation Configuration
' class.static int
ABSTRACT_SIMULATION_CONFIGURATION__DATASOURCE
The feature id for the 'Datasource' containment reference.static int
ABSTRACT_SIMULATION_CONFIGURATION__NAME
The feature id for the 'Name' attribute.static int
ABSTRACT_SIMULATION_CONFIGURATION__RANDOM_NUMBER_GENERATOR_SEED
The feature id for the 'Random Number Generator Seed' containment reference.static int
ABSTRACT_SIMULATION_CONFIGURATION__SIMULATE_FAILURES
The feature id for the 'Simulate Failures' attribute.static int
ABSTRACT_SIMULATION_CONFIGURATION__SIMULATE_LINKING_RESOURCES
The feature id for the 'Simulate Linking Resources' attribute.static int
ABSTRACT_SIMULATION_CONFIGURATION__STOP_CONDITIONS
The feature id for the 'Stop Conditions' containment reference list.static int
ABSTRACT_SIMULATION_CONFIGURATION_FEATURE_COUNT
The number of structural features of the 'Abstract Simulation Configuration' class.static String
copyright
static int
EDP2_DATASOURCE
The meta object id for the 'EDP2 Datasource
' class.static int
EDP2_DATASOURCE__ID
The feature id for the 'Id' attribute.static int
EDP2_DATASOURCE_FEATURE_COUNT
The number of structural features of the 'EDP2 Datasource' class.static AbstractsimulationPackage
eINSTANCE
The singleton instance of the package.static String
eNAME
The package name.static String
eNS_PREFIX
The package namespace name.static String
eNS_URI
The package namespace URI.static int
EXPORT_OPTION
The meta object id for the 'Export Option
' enum.static int
FILE_DATASOURCE
The meta object id for the 'File Datasource
' class.static int
FILE_DATASOURCE__EXPORT_OPTION
The feature id for the 'Export Option' attribute.static int
FILE_DATASOURCE__ID
The feature id for the 'Id' attribute.static int
FILE_DATASOURCE__LOCATION
The feature id for the 'Location' attribute.static int
FILE_DATASOURCE_FEATURE_COUNT
The number of structural features of the 'File Datasource' class.static int
MEASUREMENT_COUNT_STOP_CONDITION
The meta object id for the 'Measurement Count Stop Condition
' class.static int
MEASUREMENT_COUNT_STOP_CONDITION__MEASUREMENT_COUNT
The feature id for the 'Measurement Count' attribute.static int
MEASUREMENT_COUNT_STOP_CONDITION_FEATURE_COUNT
The number of structural features of the 'Measurement Count Stop Condition' class.static int
MEMORY_DATASOURCE
The meta object id for the 'Memory Datasource
' class.static int
MEMORY_DATASOURCE__ID
The feature id for the 'Id' attribute.static int
MEMORY_DATASOURCE_FEATURE_COUNT
The number of structural features of the 'Memory Datasource' class.static int
RANDOM_NUMBER_GENERATOR_SEED
The meta object id for the 'Random Number Generator Seed
' class.static int
RANDOM_NUMBER_GENERATOR_SEED__SEED0
The feature id for the 'Seed0' attribute.static int
RANDOM_NUMBER_GENERATOR_SEED__SEED1
The feature id for the 'Seed1' attribute.static int
RANDOM_NUMBER_GENERATOR_SEED__SEED2
The feature id for the 'Seed2' attribute.static int
RANDOM_NUMBER_GENERATOR_SEED__SEED3
The feature id for the 'Seed3' attribute.static int
RANDOM_NUMBER_GENERATOR_SEED__SEED4
The feature id for the 'Seed4' attribute.static int
RANDOM_NUMBER_GENERATOR_SEED__SEED5
The feature id for the 'Seed5' attribute.static int
RANDOM_NUMBER_GENERATOR_SEED_FEATURE_COUNT
The number of structural features of the 'Random Number Generator Seed' class.static int
SIM_TIME_STOP_CONDITION
The meta object id for the 'Sim Time Stop Condition
' class.static int
SIM_TIME_STOP_CONDITION__SIMULATION_TIME
The feature id for the 'Simulation Time' attribute.static int
SIM_TIME_STOP_CONDITION_FEATURE_COUNT
The number of structural features of the 'Sim Time Stop Condition' class.static int
STOP_CONDITION
The meta object id for the 'Stop Condition
' class.static int
STOP_CONDITION_FEATURE_COUNT
The number of structural features of the 'Stop Condition' class.
-
Method Summary
-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
-
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.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Field Detail
-
copyright
static final String copyright
- See Also:
- Constant Field Values
- Generated class or method.
-
eNAME
static final String eNAME
The package name.- See Also:
- Constant Field Values
- Generated class or method.
-
eNS_URI
static final String eNS_URI
The package namespace URI.- See Also:
- Constant Field Values
- Generated class or method.
-
eNS_PREFIX
static final String eNS_PREFIX
The package namespace name.- See Also:
- Constant Field Values
- Generated class or method.
-
eINSTANCE
static final AbstractsimulationPackage eINSTANCE
The singleton instance of the package.- Generated class or method.
-
ABSTRACT_SIMULATION_CONFIGURATION
static final int ABSTRACT_SIMULATION_CONFIGURATION
The meta object id for the 'Abstract Simulation Configuration
' class.- See Also:
AbstractSimulationConfigurationImpl
,AbstractsimulationPackageImpl.getAbstractSimulationConfiguration()
, Constant Field Values- Generated class or method.
-
ABSTRACT_SIMULATION_CONFIGURATION__NAME
static final int ABSTRACT_SIMULATION_CONFIGURATION__NAME
The feature id for the 'Name' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ABSTRACT_SIMULATION_CONFIGURATION__STOP_CONDITIONS
static final int ABSTRACT_SIMULATION_CONFIGURATION__STOP_CONDITIONS
The feature id for the 'Stop Conditions' containment reference list.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ABSTRACT_SIMULATION_CONFIGURATION__RANDOM_NUMBER_GENERATOR_SEED
static final int ABSTRACT_SIMULATION_CONFIGURATION__RANDOM_NUMBER_GENERATOR_SEED
The feature id for the 'Random Number Generator Seed' containment reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ABSTRACT_SIMULATION_CONFIGURATION__SIMULATE_LINKING_RESOURCES
static final int ABSTRACT_SIMULATION_CONFIGURATION__SIMULATE_LINKING_RESOURCES
The feature id for the 'Simulate Linking Resources' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ABSTRACT_SIMULATION_CONFIGURATION__SIMULATE_FAILURES
static final int ABSTRACT_SIMULATION_CONFIGURATION__SIMULATE_FAILURES
The feature id for the 'Simulate Failures' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ABSTRACT_SIMULATION_CONFIGURATION__DATASOURCE
static final int ABSTRACT_SIMULATION_CONFIGURATION__DATASOURCE
The feature id for the 'Datasource' containment reference.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
ABSTRACT_SIMULATION_CONFIGURATION_FEATURE_COUNT
static final int ABSTRACT_SIMULATION_CONFIGURATION_FEATURE_COUNT
The number of structural features of the 'Abstract Simulation Configuration' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
RANDOM_NUMBER_GENERATOR_SEED
static final int RANDOM_NUMBER_GENERATOR_SEED
The meta object id for the 'Random Number Generator Seed
' class.- See Also:
RandomNumberGeneratorSeedImpl
,AbstractsimulationPackageImpl.getRandomNumberGeneratorSeed()
, Constant Field Values- Generated class or method.
-
MEMORY_DATASOURCE
static final int MEMORY_DATASOURCE
The meta object id for the 'Memory Datasource
' class.- See Also:
MemoryDatasourceImpl
,AbstractsimulationPackageImpl.getMemoryDatasource()
, Constant Field Values- Generated class or method.
-
FILE_DATASOURCE
static final int FILE_DATASOURCE
The meta object id for the 'File Datasource
' class.- See Also:
FileDatasourceImpl
,AbstractsimulationPackageImpl.getFileDatasource()
, Constant Field Values- Generated class or method.
-
STOP_CONDITION
static final int STOP_CONDITION
The meta object id for the 'Stop Condition
' class.- See Also:
StopConditionImpl
,AbstractsimulationPackageImpl.getStopCondition()
, Constant Field Values- Generated class or method.
-
MEASUREMENT_COUNT_STOP_CONDITION
static final int MEASUREMENT_COUNT_STOP_CONDITION
The meta object id for the 'Measurement Count Stop Condition
' class.- See Also:
MeasurementCountStopConditionImpl
,AbstractsimulationPackageImpl.getMeasurementCountStopCondition()
, Constant Field Values- Generated class or method.
-
SIM_TIME_STOP_CONDITION
static final int SIM_TIME_STOP_CONDITION
The meta object id for the 'Sim Time Stop Condition
' class.- See Also:
SimTimeStopConditionImpl
,AbstractsimulationPackageImpl.getSimTimeStopCondition()
, Constant Field Values- Generated class or method.
-
RANDOM_NUMBER_GENERATOR_SEED__SEED0
static final int RANDOM_NUMBER_GENERATOR_SEED__SEED0
The feature id for the 'Seed0' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
RANDOM_NUMBER_GENERATOR_SEED__SEED1
static final int RANDOM_NUMBER_GENERATOR_SEED__SEED1
The feature id for the 'Seed1' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
RANDOM_NUMBER_GENERATOR_SEED__SEED2
static final int RANDOM_NUMBER_GENERATOR_SEED__SEED2
The feature id for the 'Seed2' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
RANDOM_NUMBER_GENERATOR_SEED__SEED3
static final int RANDOM_NUMBER_GENERATOR_SEED__SEED3
The feature id for the 'Seed3' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
RANDOM_NUMBER_GENERATOR_SEED__SEED4
static final int RANDOM_NUMBER_GENERATOR_SEED__SEED4
The feature id for the 'Seed4' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
RANDOM_NUMBER_GENERATOR_SEED__SEED5
static final int RANDOM_NUMBER_GENERATOR_SEED__SEED5
The feature id for the 'Seed5' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
RANDOM_NUMBER_GENERATOR_SEED_FEATURE_COUNT
static final int RANDOM_NUMBER_GENERATOR_SEED_FEATURE_COUNT
The number of structural features of the 'Random Number Generator Seed' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
EDP2_DATASOURCE
static final int EDP2_DATASOURCE
The meta object id for the 'EDP2 Datasource
' class.- See Also:
EDP2DatasourceImpl
,AbstractsimulationPackageImpl.getEDP2Datasource()
, Constant Field Values- Generated class or method.
-
EDP2_DATASOURCE__ID
static final int EDP2_DATASOURCE__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
EDP2_DATASOURCE_FEATURE_COUNT
static final int EDP2_DATASOURCE_FEATURE_COUNT
The number of structural features of the 'EDP2 Datasource' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
MEMORY_DATASOURCE__ID
static final int MEMORY_DATASOURCE__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
MEMORY_DATASOURCE_FEATURE_COUNT
static final int MEMORY_DATASOURCE_FEATURE_COUNT
The number of structural features of the 'Memory Datasource' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
FILE_DATASOURCE__ID
static final int FILE_DATASOURCE__ID
The feature id for the 'Id' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
FILE_DATASOURCE__LOCATION
static final int FILE_DATASOURCE__LOCATION
The feature id for the 'Location' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
FILE_DATASOURCE__EXPORT_OPTION
static final int FILE_DATASOURCE__EXPORT_OPTION
The feature id for the 'Export Option' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
FILE_DATASOURCE_FEATURE_COUNT
static final int FILE_DATASOURCE_FEATURE_COUNT
The number of structural features of the 'File Datasource' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
STOP_CONDITION_FEATURE_COUNT
static final int STOP_CONDITION_FEATURE_COUNT
The number of structural features of the 'Stop Condition' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
MEASUREMENT_COUNT_STOP_CONDITION__MEASUREMENT_COUNT
static final int MEASUREMENT_COUNT_STOP_CONDITION__MEASUREMENT_COUNT
The feature id for the 'Measurement Count' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
MEASUREMENT_COUNT_STOP_CONDITION_FEATURE_COUNT
static final int MEASUREMENT_COUNT_STOP_CONDITION_FEATURE_COUNT
The number of structural features of the 'Measurement Count Stop Condition' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
SIM_TIME_STOP_CONDITION__SIMULATION_TIME
static final int SIM_TIME_STOP_CONDITION__SIMULATION_TIME
The feature id for the 'Simulation Time' attribute.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
SIM_TIME_STOP_CONDITION_FEATURE_COUNT
static final int SIM_TIME_STOP_CONDITION_FEATURE_COUNT
The number of structural features of the 'Sim Time Stop Condition' class.- See Also:
- Constant Field Values
- Generated class or method.
- Ordered collection.
-
EXPORT_OPTION
static final int EXPORT_OPTION
The meta object id for the 'Export Option
' enum.- See Also:
ExportOption
,AbstractsimulationPackageImpl.getExportOption()
, Constant Field Values- Generated class or method.
-
-
Method Detail
-
getAbstractSimulationConfiguration
EClass getAbstractSimulationConfiguration()
Returns the meta object for class 'Abstract Simulation Configuration
'.- Returns:
- the meta object for class 'Abstract Simulation Configuration'.
- See Also:
AbstractSimulationConfiguration
- Generated class or method.
-
getAbstractSimulationConfiguration_StopConditions
EReference getAbstractSimulationConfiguration_StopConditions()
Returns the meta object for the containment reference list 'Stop Conditions
'.- Returns:
- the meta object for the containment reference list 'Stop Conditions'.
- See Also:
AbstractSimulationConfiguration.getStopConditions()
,getAbstractSimulationConfiguration()
- Generated class or method.
-
getAbstractSimulationConfiguration_RandomNumberGeneratorSeed
EReference getAbstractSimulationConfiguration_RandomNumberGeneratorSeed()
Returns the meta object for the containment reference 'Random Number Generator Seed
'.- Returns:
- the meta object for the containment reference 'Random Number Generator Seed'.
- See Also:
AbstractSimulationConfiguration.getRandomNumberGeneratorSeed()
,getAbstractSimulationConfiguration()
- Generated class or method.
-
getAbstractSimulationConfiguration_SimulateLinkingResources
EAttribute getAbstractSimulationConfiguration_SimulateLinkingResources()
Returns the meta object for the attribute 'Simulate Linking Resources
'.- Returns:
- the meta object for the attribute 'Simulate Linking Resources'.
- See Also:
AbstractSimulationConfiguration.isSimulateLinkingResources()
,getAbstractSimulationConfiguration()
- Generated class or method.
-
getAbstractSimulationConfiguration_SimulateFailures
EAttribute getAbstractSimulationConfiguration_SimulateFailures()
Returns the meta object for the attribute 'Simulate Failures
'.- Returns:
- the meta object for the attribute 'Simulate Failures'.
- See Also:
AbstractSimulationConfiguration.isSimulateFailures()
,getAbstractSimulationConfiguration()
- Generated class or method.
-
getAbstractSimulationConfiguration_Datasource
EReference getAbstractSimulationConfiguration_Datasource()
Returns the meta object for the containment reference 'Datasource
'.- Returns:
- the meta object for the containment reference 'Datasource'.
- See Also:
AbstractSimulationConfiguration.getDatasource()
,getAbstractSimulationConfiguration()
- Generated class or method.
-
getRandomNumberGeneratorSeed
EClass getRandomNumberGeneratorSeed()
Returns the meta object for class 'Random Number Generator Seed
'.- Returns:
- the meta object for class 'Random Number Generator Seed'.
- See Also:
RandomNumberGeneratorSeed
- Generated class or method.
-
getRandomNumberGeneratorSeed_Seed0
EAttribute getRandomNumberGeneratorSeed_Seed0()
Returns the meta object for the attribute 'Seed0
'.- Returns:
- the meta object for the attribute 'Seed0'.
- See Also:
RandomNumberGeneratorSeed.getSeed0()
,getRandomNumberGeneratorSeed()
- Generated class or method.
-
getRandomNumberGeneratorSeed_Seed1
EAttribute getRandomNumberGeneratorSeed_Seed1()
Returns the meta object for the attribute 'Seed1
'.- Returns:
- the meta object for the attribute 'Seed1'.
- See Also:
RandomNumberGeneratorSeed.getSeed1()
,getRandomNumberGeneratorSeed()
- Generated class or method.
-
getRandomNumberGeneratorSeed_Seed2
EAttribute getRandomNumberGeneratorSeed_Seed2()
Returns the meta object for the attribute 'Seed2
'.- Returns:
- the meta object for the attribute 'Seed2'.
- See Also:
RandomNumberGeneratorSeed.getSeed2()
,getRandomNumberGeneratorSeed()
- Generated class or method.
-
getRandomNumberGeneratorSeed_Seed3
EAttribute getRandomNumberGeneratorSeed_Seed3()
Returns the meta object for the attribute 'Seed3
'.- Returns:
- the meta object for the attribute 'Seed3'.
- See Also:
RandomNumberGeneratorSeed.getSeed3()
,getRandomNumberGeneratorSeed()
- Generated class or method.
-
getRandomNumberGeneratorSeed_Seed4
EAttribute getRandomNumberGeneratorSeed_Seed4()
Returns the meta object for the attribute 'Seed4
'.- Returns:
- the meta object for the attribute 'Seed4'.
- See Also:
RandomNumberGeneratorSeed.getSeed4()
,getRandomNumberGeneratorSeed()
- Generated class or method.
-
getRandomNumberGeneratorSeed_Seed5
EAttribute getRandomNumberGeneratorSeed_Seed5()
Returns the meta object for the attribute 'Seed5
'.- Returns:
- the meta object for the attribute 'Seed5'.
- See Also:
RandomNumberGeneratorSeed.getSeed5()
,getRandomNumberGeneratorSeed()
- Generated class or method.
-
getEDP2Datasource
EClass getEDP2Datasource()
Returns the meta object for class 'EDP2 Datasource
'.- Returns:
- the meta object for class 'EDP2 Datasource'.
- See Also:
EDP2Datasource
- Generated class or method.
-
getEDP2Datasource_Id
EAttribute getEDP2Datasource_Id()
Returns the meta object for the attribute 'Id
'.- Returns:
- the meta object for the attribute 'Id'.
- See Also:
EDP2Datasource.getId()
,getEDP2Datasource()
- Generated class or method.
-
getMemoryDatasource
EClass getMemoryDatasource()
Returns the meta object for class 'Memory Datasource
'.- Returns:
- the meta object for class 'Memory Datasource'.
- See Also:
MemoryDatasource
- Generated class or method.
-
getFileDatasource
EClass getFileDatasource()
Returns the meta object for class 'File Datasource
'.- Returns:
- the meta object for class 'File Datasource'.
- See Also:
FileDatasource
- Generated class or method.
-
getFileDatasource_Location
EAttribute getFileDatasource_Location()
Returns the meta object for the attribute 'Location
'.- Returns:
- the meta object for the attribute 'Location'.
- See Also:
FileDatasource.getLocation()
,getFileDatasource()
- Generated class or method.
-
getFileDatasource_ExportOption
EAttribute getFileDatasource_ExportOption()
Returns the meta object for the attribute 'Export Option
'.- Returns:
- the meta object for the attribute 'Export Option'.
- See Also:
FileDatasource.getExportOption()
,getFileDatasource()
- Generated class or method.
-
getMeasurementCountStopCondition
EClass getMeasurementCountStopCondition()
Returns the meta object for class 'Measurement Count Stop Condition
'.- Returns:
- the meta object for class 'Measurement Count Stop Condition'.
- See Also:
MeasurementCountStopCondition
- Generated class or method.
-
getMeasurementCountStopCondition_MeasurementCount
EAttribute getMeasurementCountStopCondition_MeasurementCount()
Returns the meta object for the attribute 'Measurement Count
'.- Returns:
- the meta object for the attribute 'Measurement Count'.
- See Also:
MeasurementCountStopCondition.getMeasurementCount()
,getMeasurementCountStopCondition()
- Generated class or method.
-
getSimTimeStopCondition
EClass getSimTimeStopCondition()
Returns the meta object for class 'Sim Time Stop Condition
'.- Returns:
- the meta object for class 'Sim Time Stop Condition'.
- See Also:
SimTimeStopCondition
- Generated class or method.
-
getSimTimeStopCondition_SimulationTime
EAttribute getSimTimeStopCondition_SimulationTime()
Returns the meta object for the attribute 'Simulation Time
'.- Returns:
- the meta object for the attribute 'Simulation Time'.
- See Also:
SimTimeStopCondition.getSimulationTime()
,getSimTimeStopCondition()
- Generated class or method.
-
getStopCondition
EClass getStopCondition()
Returns the meta object for class 'Stop Condition
'.- Returns:
- the meta object for class 'Stop Condition'.
- See Also:
StopCondition
- Generated class or method.
-
getExportOption
EEnum getExportOption()
Returns the meta object for enum 'Export Option
'.- Returns:
- the meta object for enum 'Export Option'.
- See Also:
ExportOption
- Generated class or method.
-
getAbstractsimulationFactory
AbstractsimulationFactory getAbstractsimulationFactory()
Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
- Generated class or method.
-
-