Class UserDistributionDataPoint

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

public class UserDistributionDataPoint extends Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.bpsim.org/schemas/1.0}ParameterValue"/>
       </sequence>
       <attribute name="probability" type="{http://www.w3.org/2001/XMLSchema}float" />
     </restriction>
   </complexContent>
 </complexType>