Uses of Interface
org.processmining.stochasticlabelleddatapetrinet.StochasticLabelledDataPetriNet
-
-
Uses of StochasticLabelledDataPetriNet in org.processmining.stochasticlabelleddatapetrinet
Subinterfaces of StochasticLabelledDataPetriNet in org.processmining.stochasticlabelleddatapetrinet Modifier and Type Interface Description interfaceStochasticLabelledDataPetriNetWeightsClasses in org.processmining.stochasticlabelleddatapetrinet that implement StochasticLabelledDataPetriNet Modifier and Type Class Description classStochasticLabelledDataPetriNetImplclassStochasticLabelledDataPetriNetWeightsDataDependentclassStochasticLabelledDataPetriNetWeightsDataIndependentConstructors in org.processmining.stochasticlabelleddatapetrinet with parameters of type StochasticLabelledDataPetriNet Constructor Description StochasticLabelledDataPetriNetImpl(StochasticLabelledDataPetriNet sldpn)Copy constructor from an existing SLDPN and the given data elements providing an immutable SLDPN.StochasticLabelledDataPetrinetSemanticsDataUnaware(StochasticLabelledDataPetriNet net)StochasticLabelledDataPetriNetSemanticsImpl(StochasticLabelledDataPetriNet net, DataStateFactory dataStateFactory)StochasticLabelledDataPetriNetWeightsDataDependent(StochasticLabelledDataPetriNet sldpn)Copy from existing SLDPNStochasticLabelledDataPetriNetWeightsDataDependent(StochasticLabelledDataPetriNet sldpn, java.util.List<java.lang.String> variableLabels, java.util.List<StochasticLabelledDataPetriNet.VariableType> variableTypes, java.util.List<int[]> transitionReadVariables, java.util.List<int[]> transitionWriteVariables)Copy from existing SLDPN with changed data perspective -
Uses of StochasticLabelledDataPetriNet in org.processmining.stochasticlabelleddatapetrinet.example
Methods in org.processmining.stochasticlabelleddatapetrinet.example that return StochasticLabelledDataPetriNet Modifier and Type Method Description static StochasticLabelledDataPetriNetSLDPNExamples. buildSimpleLinearWeightedChoiceSLDPN() -
Uses of StochasticLabelledDataPetriNet in org.processmining.stochasticlabelleddatapetrinet.io
Methods in org.processmining.stochasticlabelleddatapetrinet.io that return StochasticLabelledDataPetriNet Modifier and Type Method Description StochasticLabelledDataPetriNetStochasticLabelledDataPetriNetSerializer. deserialize(java.io.InputStream is)Methods in org.processmining.stochasticlabelleddatapetrinet.io with parameters of type StochasticLabelledDataPetriNet Modifier and Type Method Description voidStochasticLabelledDataPetriNetSerializer. serialize(StochasticLabelledDataPetriNet net, java.io.OutputStream os)voidStochasticLabelledDataPetriNetSerializerImpl. serialize(StochasticLabelledDataPetriNet sldpn, java.io.OutputStream os) -
Uses of StochasticLabelledDataPetriNet in org.processmining.stochasticlabelleddatapetrinet.logadapter
Methods in org.processmining.stochasticlabelleddatapetrinet.logadapter with parameters of type StochasticLabelledDataPetriNet Modifier and Type Method Description static java.util.Map<java.lang.String,java.lang.Integer>SLDPNReplayUtils. buildTransitionMap(StochasticLabelledDataPetriNet sldpn)doubleSLDPNReplayer. replay(StochasticLabelledDataPetriNet sldpn, org.deckfour.xes.model.XTrace trace) -
Uses of StochasticLabelledDataPetriNet in org.processmining.stochasticlabelleddatapetrinet.plugins
Classes in org.processmining.stochasticlabelleddatapetrinet.plugins with type parameters of type StochasticLabelledDataPetriNet Modifier and Type Class Description classSLDPNVisualizer<T extends StochasticLabelledDataPetriNet>classSLDPNVisualizerWeightFunctionParameters<T extends StochasticLabelledDataPetriNet> -
Uses of StochasticLabelledDataPetriNet in org.processmining.stochasticlabelleddatapetrinet.pnadapater
Methods in org.processmining.stochasticlabelleddatapetrinet.pnadapater that return StochasticLabelledDataPetriNet Modifier and Type Method Description static StochasticLabelledDataPetriNetPetrinetConverter. viewAsSLDPN(org.processmining.acceptingpetrinet.models.AcceptingPetriNet acceptingPN)Methods in org.processmining.stochasticlabelleddatapetrinet.pnadapater with parameters of type StochasticLabelledDataPetriNet Modifier and Type Method Description static PetrinetConverter.PetrinetMarkedWithMappingsPetrinetConverter. viewAsPetrinet(StochasticLabelledDataPetriNet sldpn) -
Uses of StochasticLabelledDataPetriNet in org.processmining.stochasticlabelleddatapetrinet.weights
Methods in org.processmining.stochasticlabelleddatapetrinet.weights with parameters of type StochasticLabelledDataPetriNet Modifier and Type Method Description doubleConstantWeightFunction. evaluateWeight(StochasticLabelledDataPetriNet net, DataState dataState)doubleDirectDataWeightFunction. evaluateWeight(StochasticLabelledDataPetriNet net, DataState dataState)doubleLinearWeightFunction. evaluateWeight(StochasticLabelledDataPetriNet net, DataState dataState)doubleLogisticWeightFunction. evaluateWeight(StochasticLabelledDataPetriNet net, DataState dataState)doubleWeightFunction. evaluateWeight(StochasticLabelledDataPetriNet net, DataState dataState) -
Uses of StochasticLabelledDataPetriNet in org.processmining.stochasticlabelleddatapetrinet.weights.fitting
Methods in org.processmining.stochasticlabelleddatapetrinet.weights.fitting with parameters of type StochasticLabelledDataPetriNet Modifier and Type Method Description StochasticLabelledDataPetriNetWeightsLogisticRegressionWeightFitter. fit(org.deckfour.xes.model.XLog log, StochasticLabelledDataPetriNet net)StochasticLabelledDataPetriNetWeightsWeightFitter. fit(org.deckfour.xes.model.XLog log, StochasticLabelledDataPetriNet sldpn)Constructors in org.processmining.stochasticlabelleddatapetrinet.weights.fitting with parameters of type StochasticLabelledDataPetriNet Constructor Description ObservationInstanceBuilder(StochasticLabelledDataPetriNet net, java.lang.Iterable<org.processmining.xesalignmentextension.XAlignmentExtension.XAlignment> alignedLog, java.util.Map<java.lang.String,java.lang.Object> initialValues, java.util.Map<java.lang.String,java.lang.Class<?>> attributesForDiscovery, java.util.Map<java.lang.String,StochasticLabelledDataPetriNet.VariableType> attributeTypes) -
Uses of StochasticLabelledDataPetriNet in org.processmining.stochasticlabelleddatapetrinet.weights.writeops
Methods in org.processmining.stochasticlabelleddatapetrinet.weights.writeops that return StochasticLabelledDataPetriNet Modifier and Type Method Description StochasticLabelledDataPetriNetAllWriteOperationMiner. extendWithWrites(StochasticLabelledDataPetriNet net)StochasticLabelledDataPetriNetWriteOperationMiner. extendWithWrites(StochasticLabelledDataPetriNet net)Methods in org.processmining.stochasticlabelleddatapetrinet.weights.writeops with parameters of type StochasticLabelledDataPetriNet Modifier and Type Method Description StochasticLabelledDataPetriNetAllWriteOperationMiner. extendWithWrites(StochasticLabelledDataPetriNet net)StochasticLabelledDataPetriNetWriteOperationMiner. extendWithWrites(StochasticLabelledDataPetriNet net)
-