Uses of Interface
org.processmining.stochasticlabelleddatapetrinet.weights.WeightFunction
-
Packages that use WeightFunction Package Description org.processmining.stochasticlabelleddatapetrinet org.processmining.stochasticlabelleddatapetrinet.weights -
-
Uses of WeightFunction in org.processmining.stochasticlabelleddatapetrinet
Methods in org.processmining.stochasticlabelleddatapetrinet that return WeightFunction Modifier and Type Method Description WeightFunctionStochasticLabelledDataPetriNetWeights. getWeightFunction(int transition)WeightFunctionStochasticLabelledDataPetriNetWeightsDataDependent. getWeightFunction(int transition)WeightFunctionStochasticLabelledDataPetriNetWeightsDataIndependent. getWeightFunction(int transition)Methods in org.processmining.stochasticlabelleddatapetrinet with parameters of type WeightFunction Modifier and Type Method Description voidStochasticLabelledDataPetriNetWeightsDataDependent. setWeightFunction(int transition, WeightFunction function) -
Uses of WeightFunction in org.processmining.stochasticlabelleddatapetrinet.weights
Subinterfaces of WeightFunction in org.processmining.stochasticlabelleddatapetrinet.weights Modifier and Type Interface Description interfaceSerializableWeightFunctionClasses in org.processmining.stochasticlabelleddatapetrinet.weights that implement WeightFunction Modifier and Type Class Description classConstantWeightFunctionWeight is constant regardless of data values.classDirectDataWeightFunctionWeight is based directly on a data value.classLinearWeightFunctionclassLogisticWeightFunctionclassSimpleLinearWeightFunction
-