Interface StochasticLabelledDataPetriNetWeights
-
- All Superinterfaces:
StochasticLabelledDataPetriNet
- All Known Implementing Classes:
StochasticLabelledDataPetriNetWeightsDataDependent,StochasticLabelledDataPetriNetWeightsDataIndependent
public interface StochasticLabelledDataPetriNetWeights extends StochasticLabelledDataPetriNet
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.processmining.stochasticlabelleddatapetrinet.StochasticLabelledDataPetriNet
StochasticLabelledDataPetriNet.VariableType
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetTransitionWeight(int transition, DataState dataState)WeightFunctiongetWeightFunction(int transition)-
Methods inherited from interface org.processmining.stochasticlabelleddatapetrinet.StochasticLabelledDataPetriNet
getDefaultSemantics, getDefaultSerializer, getGuardExpression, getInputPlaces, getInputTransitions, getNumberOfPlaces, getNumberOfTransitions, getNumberOfVariables, getOutputPlaces, getOutputTransitions, getReadVariables, getTransitionLabel, getVariableLabel, getVariableType, getWriteVariables, isInInitialMarking, isTransitionSilent
-
-
-
-
Method Detail
-
getTransitionWeight
double getTransitionWeight(int transition, DataState dataState)- Parameters:
transition-dataState-- Returns:
- the weight of the transition.
-
getWeightFunction
WeightFunction getWeightFunction(int transition)
-
-