Interface AbstractSimulationConfiguration
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,EObject
,Notifier
,ToolConfiguration
- All Known Subinterfaces:
SimuComConfiguration
,SimuLizarConfiguration
- All Known Implementing Classes:
AbstractSimulationConfigurationImpl
,SimuComConfigurationImpl
,SimuLizarConfigurationImpl
A representation of the model object ' Abstract Simulation
Configuration'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
- abstract="true"
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Datasource' containment reference.Returns the value of the 'Random Number Generator Seed' containment reference.Returns the value of the 'Stop Conditions' containment reference list.boolean
Returns the value of the 'Simulate Failures' attribute.boolean
Returns the value of the 'Simulate Linking Resources' attribute.void
setDatasource
(EDP2Datasource value) Sets the value of the 'Datasource
' containment reference.void
Sets the value of the 'Random Number Generator Seed
' containment reference.void
setSimulateFailures
(boolean value) Sets the value of the 'Simulate Failures
' attribute.void
setSimulateLinkingResources
(boolean value) Sets the value of the 'Simulate Linking Resources
' attribute.Methods inherited from interface org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
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
Methods inherited from interface org.palladiosimulator.experimentautomation.experiments.ToolConfiguration
getName, setName
-
Field Details
-
copyright
- See Also:
- Generated class or method.
-
-
Method Details
-
getStopConditions
EList<StopCondition> getStopConditions()Returns the value of the 'Stop Conditions' containment reference list. The list contents are of typeStopCondition
.If the meaning of the 'Stop Conditions' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Stop Conditions' containment reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true" required="true" ordered="false"
-
getRandomNumberGeneratorSeed
RandomNumberGeneratorSeed getRandomNumberGeneratorSeed()Returns the value of the 'Random Number Generator Seed' containment reference.If the meaning of the 'Random Number Generator Seed' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Random Number Generator Seed' containment reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true" ordered="false"
-
setRandomNumberGeneratorSeed
Sets the value of the 'Random Number Generator Seed
' containment reference.- Parameters:
value
- the new value of the 'Random Number Generator Seed' containment reference.- See Also:
- Generated class or method.
-
isSimulateLinkingResources
boolean isSimulateLinkingResources()Returns the value of the 'Simulate Linking Resources' attribute.If the meaning of the 'Simulate Linking Resources' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Simulate Linking Resources' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setSimulateLinkingResources
void setSimulateLinkingResources(boolean value) Sets the value of the 'Simulate Linking Resources
' attribute.- Parameters:
value
- the new value of the 'Simulate Linking Resources' attribute.- See Also:
- Generated class or method.
-
isSimulateFailures
boolean isSimulateFailures()Returns the value of the 'Simulate Failures' attribute.If the meaning of the 'Simulate Failures' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Simulate Failures' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setSimulateFailures
void setSimulateFailures(boolean value) Sets the value of the 'Simulate Failures
' attribute.- Parameters:
value
- the new value of the 'Simulate Failures' attribute.- See Also:
- Generated class or method.
-
getDatasource
EDP2Datasource getDatasource()Returns the value of the 'Datasource' containment reference.If the meaning of the 'Datasource' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Datasource' containment reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true" required="true" ordered="false"
-
setDatasource
Sets the value of the 'Datasource
' containment reference.- Parameters:
value
- the new value of the 'Datasource' containment reference.- See Also:
- Generated class or method.
-