Class PlaceVisitsCollectorResult
- java.lang.Object
-
- org.processmining.placebasedlpmdiscovery.lpmevaluation.results.concrete.PlaceVisitsCollectorResult
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,LPMCollectorResult
public class PlaceVisitsCollectorResult extends java.lang.Object implements LPMCollectorResult
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PlaceVisitsCollectorResult(LocalProcessModel lpm)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LPMCollectorResultIdgetId()voidupdateUsedPlaces(java.util.Set<SimplePlace<java.lang.String>> usedPlaces, int visitCounts)
-
-
-
Constructor Detail
-
PlaceVisitsCollectorResult
public PlaceVisitsCollectorResult(LocalProcessModel lpm)
-
-
Method Detail
-
getId
public LPMCollectorResultId getId()
- Specified by:
getIdin interfaceLPMCollectorResult
-
updateUsedPlaces
public void updateUsedPlaces(java.util.Set<SimplePlace<java.lang.String>> usedPlaces, int visitCounts)
-
-