Class StochasticBpmnGatewayWeights

    • Field Summary

      • Fields inherited from class org.processmining.plugins.bpmn.BpmnElement

        BpmnText, lineNumber, tag
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Collection<StochasticBpmnGatewayWeightedElement> getWeightedElements()  
      protected boolean importElements​(org.xmlpull.v1.XmlPullParser xpp, org.processmining.plugins.bpmn.Bpmn bpmn)
      Imports all standard child elements: None.
      • Methods inherited from class org.processmining.plugins.bpmn.BpmnElement

        checkBoolean, checkDouble, checkInteger, checkRequired, checkRestriction, checkURI, checkValidity, exportAttribute, exportAttributes, exportElement, exportElements, getBpmnText, getLineNumber, getTag, importAttributes, importElement, importText, setLineNumber, setTag, setXpdlText
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StochasticBpmnGatewayWeights

        public StochasticBpmnGatewayWeights()
    • Method Detail

      • importElements

        protected boolean importElements​(org.xmlpull.v1.XmlPullParser xpp,
                                         org.processmining.plugins.bpmn.Bpmn bpmn)
        Description copied from class: org.processmining.plugins.bpmn.BpmnElement
        Imports all standard child elements: None. If some subclass has child elements, this method needs to be overruled by it.
        Overrides:
        importElements in class org.processmining.plugins.bpmn.BpmnElement
        Returns: