Interface StochasticLabelledPetriNetSimpleWeightsEditable
-
- All Superinterfaces:
StochasticLabelledPetriNet,StochasticLabelledPetriNetEditable,StochasticLabelledPetriNetSimpleWeights
- All Known Implementing Classes:
StochasticLabelledPetriNetSimpleWeightsImpl
public interface StochasticLabelledPetriNetSimpleWeightsEditable extends StochasticLabelledPetriNetSimpleWeights, StochasticLabelledPetriNetEditable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetTransitionWeight(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.stochasticlabelledpetrinets.StochasticLabelledPetriNetEditable
addPlace, addPlaceToInitialMarking, addPlaceToInitialMarking, addPlaceTransitionArc, addPlaceTransitionArc, addTransition, addTransition, addTransitionPlaceArc, addTransitionPlaceArc, makeTransitionSilent, setTransitionLabel
-
Methods inherited from interface org.processmining.stochasticlabelledpetrinets.StochasticLabelledPetriNetSimpleWeights
getTransitionWeight
-
-