jBPM :: BPMN2 EMF Extension Model 6.2.0-SNAPSHOT

bpsim
Interface ScenarioParameters

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
ScenarioParametersType
All Known Implementing Classes:
ScenarioParametersImpl, ScenarioParametersTypeImpl

public interface ScenarioParameters
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Scenario Parameters'.

The following features are supported:

See Also:
BpsimPackage.getScenarioParameters()

Method Summary
 String getBaseCurrencyUnit()
          Returns the value of the 'Base Currency Unit' attribute
 TimeUnit getBaseTimeUnit()
          Returns the value of the 'Base Time Unit' attribute.
 Parameter getDuration()
          Returns the value of the 'Duration' containment reference
 PropertyParameters getPropertyParameters()
          Returns the value of the 'Property Parameters' containment reference
 int getReplication()
          Returns the value of the 'Replication' attribute
 long getSeed()
          Returns the value of the 'Seed' attribute
 Parameter getStart()
          Returns the value of the 'Start' containment reference
 boolean isSetBaseTimeUnit()
          Returns whether the value of the 'Base Time Unit' attribute is set
 boolean isSetReplication()
          Returns whether the value of the 'Replication' attribute is set
 boolean isSetSeed()
          Returns whether the value of the 'Seed' attribute is set
 void setBaseCurrencyUnit(String value)
          Sets the value of the 'Base Currency Unit' attribute
 void setBaseTimeUnit(TimeUnit value)
          Sets the value of the 'Base Time Unit' attribute
 void setDuration(Parameter value)
          Sets the value of the 'Duration' containment reference
 void setPropertyParameters(PropertyParameters value)
          Sets the value of the 'Property Parameters' containment reference
 void setReplication(int value)
          Sets the value of the 'Replication' attribute
 void setSeed(long value)
          Sets the value of the 'Seed' attribute
 void setStart(Parameter value)
          Sets the value of the 'Start' containment reference
 void unsetBaseTimeUnit()
          Unsets the value of the 'Base Time Unit' attribute
 void unsetReplication()
          Unsets the value of the 'Replication' attribute
 void unsetSeed()
          Unsets the value of the 'Seed' attribute
 
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
 

Method Detail

getStart

Parameter getStart()
Returns the value of the 'Start' containment reference.

If the meaning of the 'Start' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Start' containment reference.
See Also:
setStart(Parameter), BpsimPackage.getScenarioParameters_Start()

setStart

void setStart(Parameter value)
Sets the value of the 'Start' containment reference.

Parameters:
value - the new value of the 'Start' containment reference.
See Also:
getStart()

getDuration

Parameter getDuration()
Returns the value of the 'Duration' containment reference.

If the meaning of the 'Duration' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Duration' containment reference.
See Also:
setDuration(Parameter), BpsimPackage.getScenarioParameters_Duration()

setDuration

void setDuration(Parameter value)
Sets the value of the 'Duration' containment reference.

Parameters:
value - the new value of the 'Duration' containment reference.
See Also:
getDuration()

getPropertyParameters

PropertyParameters getPropertyParameters()
Returns the value of the 'Property Parameters' containment reference.

If the meaning of the 'Property Parameters' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Property Parameters' containment reference.
See Also:
setPropertyParameters(PropertyParameters), BpsimPackage.getScenarioParameters_PropertyParameters()

setPropertyParameters

void setPropertyParameters(PropertyParameters value)
Sets the value of the 'Property Parameters' containment reference.

Parameters:
value - the new value of the 'Property Parameters' containment reference.
See Also:
getPropertyParameters()

getBaseCurrencyUnit

String getBaseCurrencyUnit()
Returns the value of the 'Base Currency Unit' attribute.

If the meaning of the 'Base Currency Unit' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Base Currency Unit' attribute.
See Also:
setBaseCurrencyUnit(String), BpsimPackage.getScenarioParameters_BaseCurrencyUnit()

setBaseCurrencyUnit

void setBaseCurrencyUnit(String value)
Sets the value of the 'Base Currency Unit' attribute.

Parameters:
value - the new value of the 'Base Currency Unit' attribute.
See Also:
getBaseCurrencyUnit()

getBaseTimeUnit

TimeUnit getBaseTimeUnit()
Returns the value of the 'Base Time Unit' attribute. The literals are from the enumeration TimeUnit.

If the meaning of the 'Base Time Unit' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Base Time Unit' attribute.
See Also:
TimeUnit, isSetBaseTimeUnit(), unsetBaseTimeUnit(), setBaseTimeUnit(TimeUnit), BpsimPackage.getScenarioParameters_BaseTimeUnit()

setBaseTimeUnit

void setBaseTimeUnit(TimeUnit value)
Sets the value of the 'Base Time Unit' attribute.

Parameters:
value - the new value of the 'Base Time Unit' attribute.
See Also:
TimeUnit, isSetBaseTimeUnit(), unsetBaseTimeUnit(), getBaseTimeUnit()

unsetBaseTimeUnit

void unsetBaseTimeUnit()
Unsets the value of the 'Base Time Unit' attribute.

See Also:
isSetBaseTimeUnit(), getBaseTimeUnit(), setBaseTimeUnit(TimeUnit)

isSetBaseTimeUnit

boolean isSetBaseTimeUnit()
Returns whether the value of the 'Base Time Unit' attribute is set.

Returns:
whether the value of the 'Base Time Unit' attribute is set.
See Also:
unsetBaseTimeUnit(), getBaseTimeUnit(), setBaseTimeUnit(TimeUnit)

getReplication

int getReplication()
Returns the value of the 'Replication' attribute.

If the meaning of the 'Replication' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Replication' attribute.
See Also:
isSetReplication(), unsetReplication(), setReplication(int), BpsimPackage.getScenarioParameters_Replication()

setReplication

void setReplication(int value)
Sets the value of the 'Replication' attribute.

Parameters:
value - the new value of the 'Replication' attribute.
See Also:
isSetReplication(), unsetReplication(), getReplication()

unsetReplication

void unsetReplication()
Unsets the value of the 'Replication' attribute.

See Also:
isSetReplication(), getReplication(), setReplication(int)

isSetReplication

boolean isSetReplication()
Returns whether the value of the 'Replication' attribute is set.

Returns:
whether the value of the 'Replication' attribute is set.
See Also:
unsetReplication(), getReplication(), setReplication(int)

getSeed

long getSeed()
Returns the value of the 'Seed' attribute.

If the meaning of the 'Seed' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Seed' attribute.
See Also:
isSetSeed(), unsetSeed(), setSeed(long), BpsimPackage.getScenarioParameters_Seed()

setSeed

void setSeed(long value)
Sets the value of the 'Seed' attribute.

Parameters:
value - the new value of the 'Seed' attribute.
See Also:
isSetSeed(), unsetSeed(), getSeed()

unsetSeed

void unsetSeed()
Unsets the value of the 'Seed' attribute.

See Also:
isSetSeed(), getSeed(), setSeed(long)

isSetSeed

boolean isSetSeed()
Returns whether the value of the 'Seed' attribute is set.

Returns:
whether the value of the 'Seed' attribute is set.
See Also:
unsetSeed(), getSeed(), setSeed(long)

jBPM :: BPMN2 EMF Extension Model 6.2.0-SNAPSHOT

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.