Uses of Class
org.processmining.OCLPMDiscovery.model.TaggedPlace
-
-
Uses of TaggedPlace in org.processmining.OCLPMDiscovery.converters
Methods in org.processmining.OCLPMDiscovery.converters that return types with arguments of type TaggedPlace Modifier and Type Method Description java.util.HashSet<TaggedPlace>PetriNetTaggedPlaceConverter. convertToTagged(org.processmining.acceptingpetrinet.models.AcceptingPetriNet result) -
Uses of TaggedPlace in org.processmining.OCLPMDiscovery.model
Methods in org.processmining.OCLPMDiscovery.model that return TaggedPlace Modifier and Type Method Description TaggedPlaceObjectCentricLocalProcessModel. getPlace(java.lang.String id)Methods in org.processmining.OCLPMDiscovery.model that return types with arguments of type TaggedPlace Modifier and Type Method Description java.util.Set<TaggedPlace>ObjectCentricLocalProcessModel. getIsomorphicPlaces()java.util.Map<java.lang.String,TaggedPlace>ObjectCentricLocalProcessModel. getPlaceMapAll()java.util.Map<java.lang.String,TaggedPlace>ObjectCentricLocalProcessModel. getPlaceMapIsomorphic()java.util.Set<TaggedPlace>ObjectCentricLocalProcessModel. getPlaces()Methods in org.processmining.OCLPMDiscovery.model with parameters of type TaggedPlace Modifier and Type Method Description voidObjectCentricLocalProcessModel. addPlace(TaggedPlace place)voidObjectCentricLocalProcessModel. addPlace(TaggedPlace place, java.lang.Boolean keepEvaluation)java.util.Set<java.lang.String>ObjectCentricLocalProcessModel. getVariableArcActivities(TaggedPlace tp)booleanTaggedPlace. isEqual(TaggedPlace other)Checks if all the transition are equal and the object type (doesn't check variable arcs)java.lang.BooleanTaggedPlace. isIsomorphic(TaggedPlace other)Checks if all the transition are equal (doesn't check object-type or variable arcs)Method parameters in org.processmining.OCLPMDiscovery.model with type arguments of type TaggedPlace Modifier and Type Method Description voidObjectCentricLocalProcessModel. addAllPlaces(java.util.Set<TaggedPlace> places)voidObjectCentricLocalProcessModel. addAllPlaces(java.util.Set<TaggedPlace> places, java.lang.Boolean keepEvaluation)voidObjectCentricLocalProcessModel. deletePlaces(java.util.Set<TaggedPlace> places)voidObjectCentricLocalProcessModel. deletePlaces(java.util.Set<TaggedPlace> places, java.lang.Boolean skipTransitionCheck)Constructors in org.processmining.OCLPMDiscovery.model with parameters of type TaggedPlace Constructor Description ObjectCentricLocalProcessModel(TaggedPlace place)TaggedPlace(TaggedPlace tp)Constructor parameters in org.processmining.OCLPMDiscovery.model with type arguments of type TaggedPlace Constructor Description TaggedPlaceSet(java.util.Set<TaggedPlace> places) -
Uses of TaggedPlace in org.processmining.OCLPMDiscovery.plugins.visualization
Methods in org.processmining.OCLPMDiscovery.plugins.visualization with parameters of type TaggedPlace Modifier and Type Method Description javax.swing.JComponentTaggedPlaceVisualizer. visualize(org.processmining.contexts.uitopia.UIPluginContext context, TaggedPlace place, OCLPMResult result) -
Uses of TaggedPlace in org.processmining.OCLPMDiscovery.utils
Methods in org.processmining.OCLPMDiscovery.utils that return types with arguments of type TaggedPlace Modifier and Type Method Description static java.util.HashSet<TaggedPlace>FlatLogProcessing. convertPetriNetToTaggedPlaceNets(org.processmining.framework.plugin.PluginContext context, org.processmining.models.graphbased.directed.petrinet.Petrinet petrinet, java.lang.String objectType)static java.util.HashSet<TaggedPlace>FlatLogProcessing. processFlatLog(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog log, java.lang.String objectType, OCLPMDiscoveryParameters parameters)Discover Petri net, convert to place nets and tag them
-