Class ScenarioParameters
java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.ScenarioParameters
Java class for ScenarioParameters complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="ScenarioParameters">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence minOccurs="0">
         <element name="Start" type="{http://www.bpsim.org/schemas/1.0}Parameter" minOccurs="0"/>
         <element name="Duration" type="{http://www.bpsim.org/schemas/1.0}Parameter" minOccurs="0"/>
         <element name="PropertyParameters" type="{http://www.bpsim.org/schemas/1.0}PropertyParameters" minOccurs="0"/>
       </sequence>
       <attribute name="replication" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="seed" type="{http://www.w3.org/2001/XMLSchema}long" />
       <attribute name="baseTimeUnit" type="{http://www.bpsim.org/schemas/1.0}TimeUnit" />
       <attribute name="baseCurrencyUnit" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 - 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionGets the value of the baseCurrencyUnit property.Gets the value of the baseTimeUnit property.Gets the value of the duration property.Gets the value of the propertyParameters property.Gets the value of the replication property.getSeed()Gets the value of the seed property.getStart()Gets the value of the start property.voidsetBaseCurrencyUnit(String value) Sets the value of the baseCurrencyUnit property.voidsetBaseTimeUnit(TimeUnit value) Sets the value of the baseTimeUnit property.voidsetDuration(Parameter value) Sets the value of the duration property.voidSets the value of the propertyParameters property.voidsetReplication(Integer value) Sets the value of the replication property.voidSets the value of the seed property.voidSets the value of the start property. 
- 
Field Details
- 
start
 - 
duration
 - 
propertyParameters
 - 
replication
 - 
seed
 - 
baseTimeUnit
 - 
baseCurrencyUnit
 
 - 
 - 
Constructor Details
- 
ScenarioParameters
public ScenarioParameters() 
 - 
 - 
Method Details
- 
getStart
Gets the value of the start property.- Returns:
 - possible object is
     
Parameter 
 - 
setStart
Sets the value of the start property.- Parameters:
 value- allowed object isParameter
 - 
getDuration
Gets the value of the duration property.- Returns:
 - possible object is
     
Parameter 
 - 
setDuration
Sets the value of the duration property.- Parameters:
 value- allowed object isParameter
 - 
getPropertyParameters
Gets the value of the propertyParameters property.- Returns:
 - possible object is
     
PropertyParameters 
 - 
setPropertyParameters
Sets the value of the propertyParameters property.- Parameters:
 value- allowed object isPropertyParameters
 - 
getReplication
Gets the value of the replication property.- Returns:
 - possible object is
     
Integer 
 - 
setReplication
Sets the value of the replication property.- Parameters:
 value- allowed object isInteger
 - 
getSeed
Gets the value of the seed property.- Returns:
 - possible object is
     
Long 
 - 
setSeed
Sets the value of the seed property.- Parameters:
 value- allowed object isLong
 - 
getBaseTimeUnit
Gets the value of the baseTimeUnit property.- Returns:
 - possible object is
     
TimeUnit 
 - 
setBaseTimeUnit
Sets the value of the baseTimeUnit property.- Parameters:
 value- allowed object isTimeUnit
 - 
getBaseCurrencyUnit
Gets the value of the baseCurrencyUnit property.- Returns:
 - possible object is
     
String 
 - 
setBaseCurrencyUnit
Sets the value of the baseCurrencyUnit property.- Parameters:
 value- allowed object isString
 
 -