Class ScenarioParameters

java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.ScenarioParameters

public class ScenarioParameters extends Object

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 Details

    • start

      protected Parameter start
    • duration

      protected Parameter duration
    • propertyParameters

      protected PropertyParameters propertyParameters
    • replication

      protected Integer replication
    • seed

      protected Long seed
    • baseTimeUnit

      protected TimeUnit baseTimeUnit
    • baseCurrencyUnit

      protected String baseCurrencyUnit
  • Constructor Details

    • ScenarioParameters

      public ScenarioParameters()
  • Method Details

    • getStart

      public Parameter getStart()
      Gets the value of the start property.
      Returns:
      possible object is Parameter
    • setStart

      public void setStart(Parameter value)
      Sets the value of the start property.
      Parameters:
      value - allowed object is Parameter
    • getDuration

      public Parameter getDuration()
      Gets the value of the duration property.
      Returns:
      possible object is Parameter
    • setDuration

      public void setDuration(Parameter value)
      Sets the value of the duration property.
      Parameters:
      value - allowed object is Parameter
    • getPropertyParameters

      public PropertyParameters getPropertyParameters()
      Gets the value of the propertyParameters property.
      Returns:
      possible object is PropertyParameters
    • setPropertyParameters

      public void setPropertyParameters(PropertyParameters value)
      Sets the value of the propertyParameters property.
      Parameters:
      value - allowed object is PropertyParameters
    • getReplication

      public Integer getReplication()
      Gets the value of the replication property.
      Returns:
      possible object is Integer
    • setReplication

      public void setReplication(Integer value)
      Sets the value of the replication property.
      Parameters:
      value - allowed object is Integer
    • getSeed

      public Long getSeed()
      Gets the value of the seed property.
      Returns:
      possible object is Long
    • setSeed

      public void setSeed(Long value)
      Sets the value of the seed property.
      Parameters:
      value - allowed object is Long
    • getBaseTimeUnit

      public TimeUnit getBaseTimeUnit()
      Gets the value of the baseTimeUnit property.
      Returns:
      possible object is TimeUnit
    • setBaseTimeUnit

      public void setBaseTimeUnit(TimeUnit value)
      Sets the value of the baseTimeUnit property.
      Parameters:
      value - allowed object is TimeUnit
    • getBaseCurrencyUnit

      public String getBaseCurrencyUnit()
      Gets the value of the baseCurrencyUnit property.
      Returns:
      possible object is String
    • setBaseCurrencyUnit

      public void setBaseCurrencyUnit(String value)
      Sets the value of the baseCurrencyUnit property.
      Parameters:
      value - allowed object is String