Class Stochastic
- Applied Stereotypes:
-
XSDcomplexType
Top level container for all stochastic distribution elements.
- Used in:
-
DistributionDefinition
|
Properties
|
| |
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
| |
numberOfTestRuns |
unsignedInt |
1..1 |
XSDattribute
|
Defines the total number of runs for each stochastic distribution. |
| |
randomSeed |
double |
0..1 |
XSDattribute
|
Defines the seed which is used to generate the random values. A identical seed shall generate the same set of random values. |
| |
stochasticDistributions |
StochasticDistribution |
1..* |
XSDunwrapped,
XSDelement
|
Defines a single stochastic distribution to one parameter. |
|
|
XSD 1.4 Representation
|
<xsd:complexType name="Stochastic">
<xsd:sequence>
<xsd:element name="StochasticDistribution" type="StochasticDistribution" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attribute name="numberOfTestRuns" type="UnsignedInt" use="required"/>
<xsd:attribute name="randomSeed" type="Double"/>
</xsd:complexType>
|
|
|
Change log from version 1.3
|
- Property 'stochasticDistributions'. Stereotype <<XSDunwrapped>>. Tagged value 'xsdElementName' removed.
- Property 'stochasticDistributions'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
|
|
Stereotype Details Information
|
-
Class
- XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
-
Property numberOfTestRuns
-
Property randomSeed
-
Property stochasticDistributions
|
To XSD