Class PlaceSet
- java.lang.Object
-
- org.processmining.placebasedlpmdiscovery.model.serializable.SerializableSet<Place>
-
- org.processmining.placebasedlpmdiscovery.model.serializable.PlaceSet
-
- All Implemented Interfaces:
java.io.Serializable,Exportable<PlaceSet>,SerializableCollection<Place>,PlaceDiscovery
public class PlaceSet extends SerializableSet<Place> implements Exportable<PlaceSet>, PlaceDiscovery
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexport(Exporter<PlaceSet> exporter, java.io.OutputStream os)PlaceDiscoveryResultgetPlaces()voidwritePassageUsage(LEFRMatrix lefrMatrix)-
Methods inherited from class org.processmining.placebasedlpmdiscovery.model.serializable.SerializableSet
add, addAll, contains, getElements, getList, remove, size
-
-
-
-
Constructor Detail
-
PlaceSet
public PlaceSet()
-
PlaceSet
public PlaceSet(java.util.Set<Place> places)
-
-
Method Detail
-
writePassageUsage
public void writePassageUsage(LEFRMatrix lefrMatrix)
-
export
public void export(Exporter<PlaceSet> exporter, java.io.OutputStream os)
- Specified by:
exportin interfaceExportable<PlaceSet>
-
getPlaces
public PlaceDiscoveryResult getPlaces()
- Specified by:
getPlacesin interfacePlaceDiscovery
-
-