Interface StochasticLabelledPetriNetAdjustmentWeightsEditable
-
- All Superinterfaces:
org.processmining.stochasticlabelledpetrinets.StochasticLabelledPetriNet,StochasticLabelledPetriNetAdjustmentWeights,org.processmining.stochasticlabelledpetrinets.StochasticLabelledPetriNetEditable
- All Known Implementing Classes:
StochasticLabelledPetriNetAdjustmentWeightsImpl
public interface StochasticLabelledPetriNetAdjustmentWeightsEditable extends StochasticLabelledPetriNetAdjustmentWeights, org.processmining.stochasticlabelledpetrinets.StochasticLabelledPetriNetEditable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetTransitionAdjustmentWeight(int transitionTarget, int transitionHistory, double weight)voidsetTransitionBaseWeight(int transition, double weight)-
Methods inherited from interface org.processmining.stochasticlabelledpetrinets.StochasticLabelledPetriNet
getDefaultSemantics, getInputPlaces, getInputTransitions, getNumberOfPlaces, getNumberOfTransitions, getOutputPlaces, getOutputTransitions, getTransitionLabel, isInInitialMarking, isTransitionSilent
-
Methods inherited from interface org.processmining.longdistancedependencies.StochasticLabelledPetriNetAdjustmentWeights
getTransitionAdjustmentWeight, getTransitionBaseWeight, getTransitionWeight
-
Methods inherited from interface org.processmining.stochasticlabelledpetrinets.StochasticLabelledPetriNetEditable
addPlace, addPlaceToInitialMarking, addPlaceToInitialMarking, addPlaceTransitionArc, addPlaceTransitionArc, addTransition, addTransition, addTransitionPlaceArc, addTransitionPlaceArc, makeTransitionSilent, setTransitionLabel
-
-