Class StochasticLabelledPetriNetAdjustmentWeightsImpl

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int addTransition​(double baseWeight)
      Add a silent transition.
      int addTransition​(java.lang.String label, double baseWeight)
      Add a labelled transition.
      org.processmining.stochasticlabelledpetrinets.StochasticLabelledPetriNetSemantics getDefaultSemantics()  
      double getTransitionAdjustmentWeight​(int transitionOn, int transitionHistory)  
      double getTransitionBaseWeight​(int transition)  
      double getTransitionWeight​(int transition, int[] history)  
      void setTransitionAdjustmentWeight​(int transitionTarget, int transitionHistory, double weight)  
      void setTransitionBaseWeight​(int transition, double weight)  
      java.lang.String toString()  
      • Methods inherited from class org.processmining.stochasticlabelledpetrinets.StochasticLabelledPetriNetImpl

        addPlace, addPlaceToInitialMarking, addPlaceToInitialMarking, addPlaceTransitionArc, addPlaceTransitionArc, addTransitionPlaceArc, addTransitionPlaceArc, getInputPlaces, getInputTransitions, getNumberOfPlaces, getNumberOfTransitions, getOutputPlaces, getOutputTransitions, getTransitionLabel, isInInitialMarking, isTransitionSilent, makeTransitionSilent, setTransitionLabel
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface org.processmining.stochasticlabelledpetrinets.StochasticLabelledPetriNet

        getInputPlaces, getInputTransitions, getNumberOfPlaces, getNumberOfTransitions, getOutputPlaces, getOutputTransitions, getTransitionLabel, isInInitialMarking, isTransitionSilent
      • Methods inherited from interface org.processmining.stochasticlabelledpetrinets.StochasticLabelledPetriNetEditable

        addPlace, addPlaceToInitialMarking, addPlaceToInitialMarking, addPlaceTransitionArc, addPlaceTransitionArc, addTransitionPlaceArc, addTransitionPlaceArc, makeTransitionSilent, setTransitionLabel
    • Constructor Detail

      • StochasticLabelledPetriNetAdjustmentWeightsImpl

        public StochasticLabelledPetriNetAdjustmentWeightsImpl()
    • Method Detail

      • addTransition

        public int addTransition​(double baseWeight)
        Description copied from interface: org.processmining.stochasticlabelledpetrinets.StochasticLabelledPetriNetEditable
        Add a silent transition.
        Specified by:
        addTransition in interface org.processmining.stochasticlabelledpetrinets.StochasticLabelledPetriNetEditable
        Overrides:
        addTransition in class org.processmining.stochasticlabelledpetrinets.StochasticLabelledPetriNetImpl
        Returns:
        the index of the transition.
      • addTransition

        public int addTransition​(java.lang.String label,
                                 double baseWeight)
        Description copied from interface: org.processmining.stochasticlabelledpetrinets.StochasticLabelledPetriNetEditable
        Add a labelled transition.
        Specified by:
        addTransition in interface org.processmining.stochasticlabelledpetrinets.StochasticLabelledPetriNetEditable
        Overrides:
        addTransition in class org.processmining.stochasticlabelledpetrinets.StochasticLabelledPetriNetImpl
        Returns:
        the index of the transition.
      • getDefaultSemantics

        public org.processmining.stochasticlabelledpetrinets.StochasticLabelledPetriNetSemantics getDefaultSemantics()
        Specified by:
        getDefaultSemantics in interface org.processmining.stochasticlabelledpetrinets.StochasticLabelledPetriNet
        Returns:
        an object that allows for a standardised interpretation of the language of the net. The returned object might not be thread safe and the implementer must ensure a new, fresh, object is returned for each call.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object