Interface SerializableWeightFunction
-
- All Superinterfaces:
WeightFunction
- All Known Implementing Classes:
ConstantWeightFunction,DirectDataWeightFunction,LinearWeightFunction,LogisticWeightFunction,SimpleLinearWeightFunction
public interface SerializableWeightFunction extends WeightFunction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddeserialize(java.io.InputStream is)voidserialize(java.io.OutputStream os)-
Methods inherited from interface org.processmining.stochasticlabelleddatapetrinet.weights.WeightFunction
evaluateWeight
-
-