Class StochasticBpmnGatewayWeightedElement


  • public class StochasticBpmnGatewayWeightedElement
    extends org.processmining.plugins.bpmn.BpmnElement
    • 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
      boolean equals​(java.lang.Object o)  
      java.util.Collection<StochasticBpmnGatewayOutgoing> getOutgoing()  
      java.math.BigDecimal getWeight()  
      int hashCode()  
      protected void importAttributes​(org.xmlpull.v1.XmlPullParser xpp, org.processmining.plugins.bpmn.Bpmn bpmn)
      Imports all standard attributes: None.
      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, importElement, importText, setLineNumber, setTag, setXpdlText
      • Methods inherited from class java.lang.Object

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

      • StochasticBpmnGatewayWeightedElement

        public StochasticBpmnGatewayWeightedElement()
    • 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:
      • importAttributes

        protected void importAttributes​(org.xmlpull.v1.XmlPullParser xpp,
                                        org.processmining.plugins.bpmn.Bpmn bpmn)
        Description copied from class: org.processmining.plugins.bpmn.BpmnElement
        Imports all standard attributes: None. If some subclass has attributes, this method needs to be overruled by it.
        Overrides:
        importAttributes in class org.processmining.plugins.bpmn.BpmnElement
      • getWeight

        public java.math.BigDecimal getWeight()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object