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
public interface AbstractSimulationConfiguration extends ToolConfiguration
A representation of the model object ' Abstract Simulation Configuration'.The following features are supported:
- See Also:
AbstractsimulationPackage.getAbstractSimulationConfiguration()
- Generated class or method.
- EMF model class or method.
- abstract="true"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EDP2Datasource
getDatasource()
Returns the value of the 'Datasource' containment reference.RandomNumberGeneratorSeed
getRandomNumberGeneratorSeed()
Returns the value of the 'Random Number Generator Seed' containment reference.EList<StopCondition>
getStopConditions()
Returns the value of the 'Stop Conditions' containment reference list.boolean
isSimulateFailures()
Returns the value of the 'Simulate Failures' attribute.boolean
isSimulateLinkingResources()
Returns the value of the 'Simulate Linking Resources' attribute.void
setDatasource(EDP2Datasource value)
Sets the value of the 'Datasource
' containment reference.void
setRandomNumberGeneratorSeed(RandomNumberGeneratorSeed value)
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 Detail
-
copyright
static final String copyright
- See Also:
- Constant Field Values
- Generated class or method.
-
-
Method Detail
-
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:
AbstractsimulationPackage.getAbstractSimulationConfiguration_StopConditions()
- 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:
setRandomNumberGeneratorSeed(RandomNumberGeneratorSeed)
,AbstractsimulationPackage.getAbstractSimulationConfiguration_RandomNumberGeneratorSeed()
- Generated class or method.
- EMF model class or method.
- containment="true" ordered="false"
-
setRandomNumberGeneratorSeed
void setRandomNumberGeneratorSeed(RandomNumberGeneratorSeed value)
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:
getRandomNumberGeneratorSeed()
- 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:
setSimulateLinkingResources(boolean)
,AbstractsimulationPackage.getAbstractSimulationConfiguration_SimulateLinkingResources()
- 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:
isSimulateLinkingResources()
- 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:
setSimulateFailures(boolean)
,AbstractsimulationPackage.getAbstractSimulationConfiguration_SimulateFailures()
- 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:
isSimulateFailures()
- 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:
setDatasource(EDP2Datasource)
,AbstractsimulationPackage.getAbstractSimulationConfiguration_Datasource()
- Generated class or method.
- EMF model class or method.
- containment="true" required="true" ordered="false"
-
setDatasource
void setDatasource(EDP2Datasource value)
Sets the value of the 'Datasource
' containment reference.- Parameters:
value
- the new value of the 'Datasource' containment reference.- See Also:
getDatasource()
- Generated class or method.
-
-