Interface StochasticLabelledPetriNetSimpleWeights
-
- All Superinterfaces:
StochasticLabelledPetriNet
- All Known Subinterfaces:
StochasticLabelledPetriNetSimpleWeightsEditable
- All Known Implementing Classes:
StochasticLabelledPetriNetSimpleWeightsImpl
public interface StochasticLabelledPetriNetSimpleWeights extends StochasticLabelledPetriNet
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetTransitionWeight(int transition)-
Methods inherited from interface org.processmining.stochasticlabelledpetrinets.StochasticLabelledPetriNet
getDefaultSemantics, getInputPlaces, getInputTransitions, getNumberOfPlaces, getNumberOfTransitions, getOutputPlaces, getOutputTransitions, getTransitionLabel, isInInitialMarking, isTransitionSilent
-
-