Uses of Class
org.processmining.models.graphbased.directed.petrinet.elements.Place
-
-
Uses of Place in org.processmining.models.connections.petrinets
Methods in org.processmining.models.connections.petrinets that return types with arguments of type Place Modifier and Type Method Description java.util.Map<Place,Place>PetrinetGraphConnection. getPlaceMapping()Returns the mapping from places in source to places in targetjava.util.Map<Place,Place>PetrinetGraphConnection. getPlaceMapping()Returns the mapping from places in source to places in target -
Uses of Place in org.processmining.models.graphbased.directed.petrinet
Methods in org.processmining.models.graphbased.directed.petrinet that return Place Modifier and Type Method Description PlacePetrinetGraph. addPlace(java.lang.String label)PlacePetrinetGraph. addPlace(java.lang.String label, ExpandableSubNet parent)PlacePetrinetGraph. removePlace(Place place)Methods in org.processmining.models.graphbased.directed.petrinet that return types with arguments of type Place Modifier and Type Method Description java.util.Collection<Place>PetrinetGraph. getPlaces() -
Uses of Place in org.processmining.models.graphbased.directed.petrinet.analysis
Methods in org.processmining.models.graphbased.directed.petrinet.analysis that return Place Modifier and Type Method Description static PlaceWorkflowNetUtils. getInputPlace(Petrinet net)Returns the input place of this net.static PlaceWorkflowNetUtils. getOutputPlace(Petrinet net)Returns the output place of this net.Methods in org.processmining.models.graphbased.directed.petrinet.analysis that return types with arguments of type Place Modifier and Type Method Description static java.util.SortedSet<Place>WorkflowNetUtils. getSinkPlaces(Petrinet net)Returns the set of sink places of this net.static java.util.SortedSet<Place>WorkflowNetUtils. getSourcePlaces(Petrinet net)Returns the set of source places of this net. -
Uses of Place in org.processmining.models.graphbased.directed.petrinet.configurable
Methods in org.processmining.models.graphbased.directed.petrinet.configurable with parameters of type Place Modifier and Type Method Description static ConfigurableFeatureGroupConfigurableFeatureGroup. createDefaultFeatureGroup(Place p, Marking m)Create a configurable feature group for the presence of a place and its initial marking. -
Uses of Place in org.processmining.models.graphbased.directed.petrinet.configurable.elements
Methods in org.processmining.models.graphbased.directed.petrinet.configurable.elements that return types with arguments of type Place Modifier and Type Method Description ConfigurableFeature<Place,ConfigurableGraphElementOption>ConfigurablePlace. cloneFor(Place newElement)ConfigurableFeature<Place,java.lang.Integer>ConfigurablePlaceMarking. cloneFor(Place newElement)ConfigurableFeature<Place,java.lang.Integer>ParameterizedPlaceMarking. cloneFor(Place newElement)Methods in org.processmining.models.graphbased.directed.petrinet.configurable.elements with parameters of type Place Modifier and Type Method Description ConfigurableFeature<Place,ConfigurableGraphElementOption>ConfigurablePlace. cloneFor(Place newElement)ConfigurableFeature<Place,java.lang.Integer>ConfigurablePlaceMarking. cloneFor(Place newElement)ConfigurableFeature<Place,java.lang.Integer>ParameterizedPlaceMarking. cloneFor(Place newElement)Constructors in org.processmining.models.graphbased.directed.petrinet.configurable.elements with parameters of type Place Constructor Description ConfigurablePlace(java.lang.String id, Place element, ConfigurableGraphElementOption[] values, ConfigurableGraphElementOption defaultValue)ConfigurablePlaceMarking(java.lang.String id, Place element, java.lang.Integer min, java.lang.Integer max, java.lang.Integer defaultValue)ParameterizedPlaceMarking(java.lang.String id, Place element, java.lang.Integer min, java.lang.Integer max, java.lang.String expression, java.util.List<ConfigurableParameter<java.lang.Integer>> inputParameters)Create a new parameterized marking of this place.ParameterizedPlaceMarking(Place element, java.lang.Integer min, java.lang.Integer max, java.lang.String expression, java.util.List<ConfigurableParameter<java.lang.Integer>> inputParameters)Create a new parameterized marking of this place. -
Uses of Place in org.processmining.models.graphbased.directed.petrinet.elements
Constructors in org.processmining.models.graphbased.directed.petrinet.elements with parameters of type Place Constructor Description InhibitorArc(Place source, Transition target, java.lang.String label)InhibitorArc(Place source, Transition target, java.lang.String label, ExpandableSubNet parent)InhibitorArc(Place source, Transition target, java.lang.String label, ExpandableSubNet parent, LocalNodeID id)ResetArc(Place source, Transition target, java.lang.String label)ResetArc(Place source, Transition target, java.lang.String label, ExpandableSubNet parent)ResetArc(Place source, Transition target, java.lang.String label, ExpandableSubNet parent, LocalNodeID id) -
Uses of Place in org.processmining.models.graphbased.directed.petrinet.impl
Fields in org.processmining.models.graphbased.directed.petrinet.impl with type parameters of type Place Modifier and Type Field Description protected java.util.Set<Place>AbstractResetInhibitorNet. placesMethods in org.processmining.models.graphbased.directed.petrinet.impl that return Place Modifier and Type Method Description PlaceAbstractResetInhibitorNet. addPlace(java.lang.String label)PlaceAbstractResetInhibitorNet. addPlace(java.lang.String label, ExpandableSubNet parent)PlaceAbstractResetInhibitorNet. removePlace(Place place)Methods in org.processmining.models.graphbased.directed.petrinet.impl that return types with arguments of type Place Modifier and Type Method Description java.util.Collection<Place>AbstractResetInhibitorNet. getPlaces()Methods in org.processmining.models.graphbased.directed.petrinet.impl with parameters of type Place Modifier and Type Method Description ArcAbstractResetInhibitorNet. addArc(Place p, Transition t)ArcAbstractResetInhibitorNet. addArc(Place p, Transition t, int weight)ArcAbstractResetInhibitorNet. addArc(Place p, Transition t, int weight, ExpandableSubNet parent)ArcAbstractResetInhibitorNet. addArc(Place p, Transition t, ExpandableSubNet parent)ArcAbstractResetInhibitorNet. addArc(Transition t, Place p)ArcAbstractResetInhibitorNet. addArc(Transition t, Place p, int weight)ArcAbstractResetInhibitorNet. addArc(Transition t, Place p, int weight, ExpandableSubNet parent)ArcAbstractResetInhibitorNet. addArc(Transition t, Place p, ExpandableSubNet parent)InhibitorArcAbstractResetInhibitorNet. addInhibitorArc(Place p, Transition t)InhibitorArcAbstractResetInhibitorNet. addInhibitorArc(Place p, Transition t, java.lang.String label)InhibitorArcAbstractResetInhibitorNet. addInhibitorArc(Place p, Transition t, java.lang.String label, ExpandableSubNet parent)InhibitorArcAbstractResetInhibitorNet. addInhibitorArc(Place p, Transition t, ExpandableSubNet parent)ResetArcAbstractResetInhibitorNet. addResetArc(Place p, Transition t)ResetArcAbstractResetInhibitorNet. addResetArc(Place p, Transition t, java.lang.String label)ResetArcAbstractResetInhibitorNet. addResetArc(Place p, Transition t, java.lang.String label, ExpandableSubNet parent)ResetArcAbstractResetInhibitorNet. addResetArc(Place p, Transition t, ExpandableSubNet parent)InhibitorArcAbstractResetInhibitorNet. getInhibitorArc(Place p, Transition t)ResetArcAbstractResetInhibitorNet. getResetArc(Place p, Transition t)InhibitorArcAbstractResetInhibitorNet. removeInhibitorArc(Place p, Transition t)PlaceAbstractResetInhibitorNet. removePlace(Place place)ResetArcAbstractResetInhibitorNet. removeResetArc(Place p, Transition t) -
Uses of Place in org.processmining.models.semantics.petrinet
Methods in org.processmining.models.semantics.petrinet with type parameters of type Place Modifier and Type Method Description protected <S extends org.processmining.framework.util.collection.MultiSet<Place>>
SCTMarking. removeAllMultiSet(org.processmining.framework.util.collection.AbstractMultiSet<?,?> mset, S removed)Methods in org.processmining.models.semantics.petrinet that return Place Modifier and Type Method Description PlaceEfficientPetrinetSemantics. getPlace(int placeIndex)Methods in org.processmining.models.semantics.petrinet that return types with arguments of type Place Modifier and Type Method Description java.util.Set<Place>CTMarking. getOmegaPlaces()Get a set of omega placesMethods in org.processmining.models.semantics.petrinet with parameters of type Place Modifier and Type Method Description voidEfficientPetrinetSemantics.PlaceVisitor. accept(Place place, int numTokens)booleanCTMarking. addOmegaPlace(Place p)Add a place which should be presented with omegaintEfficientPetrinetSemantics. getIndex(Place place)booleanEfficientPetrinetSemantics. isMarked(byte[] marking, Place place)booleanCTMarking. removeOmegaPlace(Place removedItem)Remove a place from the list of omega placesMethod parameters in org.processmining.models.semantics.petrinet with type arguments of type Place Modifier and Type Method Description booleanCTMarking. isLessOrEqual(org.processmining.framework.util.collection.MultiSet<Place> multiSet)returns true if this multiset is less or equal to the given multiset, i.e.CTMarkingCTMarking. transformToOmega(java.util.Collection<Place> reference)transform all places in this CTMarking into omega.Constructor parameters in org.processmining.models.semantics.petrinet with type arguments of type Place Constructor Description CTMarking(java.util.Collection<Place> collection)Constructor with collection parameterMarking(java.util.Collection<Place> collection) -
Uses of Place in org.processmining.models.semantics.petrinet.impl
Methods in org.processmining.models.semantics.petrinet.impl that return Place Modifier and Type Method Description PlaceEfficientPetrinetSemanticsImpl. getPlace(int index)Methods in org.processmining.models.semantics.petrinet.impl that return types with arguments of type Place Modifier and Type Method Description java.util.Map<Place,java.lang.Integer>EfficientPetrinetSemanticsImpl. getPlaceMap()Methods in org.processmining.models.semantics.petrinet.impl with parameters of type Place Modifier and Type Method Description intEfficientPetrinetSemanticsImpl. getIndex(Place p)booleanEfficientPetrinetSemanticsImpl. isMarked(byte[] marking, Place place) -
Uses of Place in org.processmining.plugins.petrinet.configurable.ui.impl
Methods in org.processmining.plugins.petrinet.configurable.ui.impl that return types with arguments of type Place Modifier and Type Method Description ConfigurableGraphElementFeature<Place>ConfigurableGraphElement_UI.ConfigurablePlace_UI. getConfigured()ConfigurableIntegerFeature<Place>ConfigurableIntegerFeature_UI.ConfigurablePlaceMarkingFeature_UI. getConfigured()Constructor parameters in org.processmining.plugins.petrinet.configurable.ui.impl with type arguments of type Place Constructor Description ConfigurablePlace_UI(javax.swing.JComponent root, ConfigurableGraphElementFeature<Place> feature, int line_height)ConfigurablePlaceMarkingFeature_UI(javax.swing.JComponent root, ConfigurableIntegerFeature<Place> feature, int line_height) -
Uses of Place in org.processmining.plugins.pnml.elements
Methods in org.processmining.plugins.pnml.elements with parameters of type Place Modifier and Type Method Description PnmlReferencePlacePnmlPage. convertFromNet(ExpandableSubNet parent, Place place, java.util.Map<org.processmining.framework.util.Pair<org.processmining.models.graphbased.AbstractGraphElement,ExpandableSubNet>,java.lang.String> idMap, org.processmining.models.connections.GraphLayoutConnection layout)PnmlPlacePnmlPlace. convertFromNet(Marking marking, ExpandableSubNet parent, Place place, java.util.Map<org.processmining.framework.util.Pair<org.processmining.models.graphbased.AbstractGraphElement,ExpandableSubNet>,java.lang.String> idMap, org.processmining.models.connections.GraphLayoutConnection layout)PnmlReferencePlacePnmlReferencePlace. convertFromNet(ExpandableSubNet parent, Place place, java.util.Map<org.processmining.framework.util.Pair<org.processmining.models.graphbased.AbstractGraphElement,ExpandableSubNet>,java.lang.String> idMap, org.processmining.models.connections.GraphLayoutConnection layout)Method parameters in org.processmining.plugins.pnml.elements with type arguments of type Place Modifier and Type Method Description protected voidPnmlPage. convertArcsToNet(PetrinetGraph net, ExpandableSubNet subNet, Marking marking, java.util.Map<java.lang.String,Place> placeMap, java.util.Map<java.lang.String,Transition> transitionMap, java.util.Map<java.lang.String,PetrinetEdge<?,?>> edgeMap, java.awt.geom.Point2D.Double displacement, org.processmining.models.connections.GraphLayoutConnection layout)protected voidPnmlPage. convertGroupsToNet(PetrinetGraph net, ExpandableSubNet subNet, java.lang.String label, Marking marking, java.util.Map<java.lang.String,Place> placeMap, java.util.Map<java.lang.String,Transition> transitionMap, java.awt.geom.Point2D.Double displacement, boolean createGroup, org.processmining.models.connections.GraphLayoutConnection layout)protected voidPnmlPage. convertNodesToNet(PetrinetGraph net, ExpandableSubNet subNet, Marking marking, java.util.Map<java.lang.String,Place> placeMap, java.util.Map<java.lang.String,Transition> transitionMap, java.awt.geom.Point2D.Double displacement, org.processmining.models.connections.GraphLayoutConnection layout)protected voidPnmlPage. convertRefNodesToNet(PetrinetGraph net, ExpandableSubNet subNet, Marking marking, java.util.Map<java.lang.String,Place> placeMap, java.util.Map<java.lang.String,Transition> transitionMap)voidPnmlArc. convertToNet(PetrinetGraph net, ExpandableSubNet subNet, java.util.Map<java.lang.String,Place> placeMap, java.util.Map<java.lang.String,Transition> transitionMap, java.util.Map<java.lang.String,PetrinetEdge<? extends PetrinetNode,? extends PetrinetNode>> edgeMap, java.awt.geom.Point2D.Double displacement, org.processmining.models.connections.GraphLayoutConnection layout)Converts this PNML arc to a regular Petri net arc.voidPnmlNet. convertToNet(PetrinetGraph net, Marking marking, java.util.Collection<Marking> netFinalMarkings, java.util.Map<java.lang.String,Place> placeMap, java.util.Map<java.lang.String,Transition> transitionMap, java.util.Map<java.lang.String,PetrinetEdge<? extends PetrinetNode,? extends PetrinetNode>> edgeMap, org.processmining.models.connections.GraphLayoutConnection layout)Convert this net to a Petri net.voidPnmlPage. convertToNet(PetrinetGraph net, ExpandableSubNet subNet, int pageCtr, Marking marking, java.util.Map<java.lang.String,Place> placeMap, java.util.Map<java.lang.String,Transition> transitionMap, java.util.Map<java.lang.String,PetrinetEdge<? extends PetrinetNode,? extends PetrinetNode>> edgeMap, java.awt.geom.Point2D.Double displacement, boolean createGroup, org.processmining.models.connections.GraphLayoutConnection layout)Converts this page to a Petri net.voidPnmlPlace. convertToNet(PetrinetGraph net, ExpandableSubNet subNet, Marking marking, java.util.Map<java.lang.String,Place> map, java.awt.geom.Point2D.Double displacement, org.processmining.models.connections.GraphLayoutConnection layout)Converts this place to a Petri net place.voidPnmlReferencePlace. convertToNet(PetrinetGraph net, ExpandableSubNet subNet, java.util.Map<java.lang.String,Place> map)Converts this reference place to a regular Petri net place. -
Uses of Place in org.processmining.plugins.pnml.elements.extensions
Methods in org.processmining.plugins.pnml.elements.extensions with parameters of type Place Modifier and Type Method Description PnmlInitialMarkingPnmlInitialMarking. convertFromNet(Marking marking, Place place) -
Uses of Place in org.processmining.plugins.pnml.elements.extensions.configurations
Method parameters in org.processmining.plugins.pnml.elements.extensions.configurations with type arguments of type Place Modifier and Type Method Description voidPnmlConfiguration. convertToNet(PetrinetGraph net, java.util.Map<java.lang.String,Place> placeMap, java.util.Map<java.lang.String,Transition> transitionMap, java.util.Map<java.lang.String,PetrinetEdge<? extends PetrinetNode,? extends PetrinetNode>> edgeMap)voidPnmlFeature. convertToNet(PetrinetGraph net, ConfigurableFeatureGroup group, java.util.Map<java.lang.String,Place> placeMap, java.util.Map<java.lang.String,Transition> transitionMap, java.util.Map<java.lang.String,PetrinetEdge<? extends PetrinetNode,? extends PetrinetNode>> edgeMap)voidPnmlGroup. convertToNet(PetrinetGraph net, java.util.Map<java.lang.String,Place> placeMap, java.util.Map<java.lang.String,Transition> transitionMap, java.util.Map<java.lang.String,PetrinetEdge<? extends PetrinetNode,? extends PetrinetNode>> edgeMap) -
Uses of Place in org.processmining.plugins.pnml.elements.extensions.opennet
Method parameters in org.processmining.plugins.pnml.elements.extensions.opennet with type arguments of type Place Modifier and Type Method Description PnmlFinalMarkingPnmlFinalMarking. convertFromOpenNet(java.util.Collection<? extends Place> places, Marking marking, java.util.Map<org.processmining.framework.util.Pair<org.processmining.models.graphbased.AbstractGraphElement,ExpandableSubNet>,java.lang.String> map)PnmlFinalMarkingsPnmlFinalMarkings. convertFromOpenNet(java.util.Collection<? extends Place> places, java.util.Collection<Marking> markings, java.util.Map<org.processmining.framework.util.Pair<org.processmining.models.graphbased.AbstractGraphElement,ExpandableSubNet>,java.lang.String> map)voidPnmlFinalMarking. convertToNet(PetrinetGraph net, java.util.Map<java.lang.String,Place> placeMap, java.util.Collection<Marking> finalMarkings)voidPnmlFinalMarkings. convertToNet(PetrinetGraph net, java.util.Map<java.lang.String,Place> placeMap, java.util.Collection<Marking> finalMarkings)voidPnmlFinalMarking. convertToOpenNet(OpenNet openNet, java.util.Map<java.lang.String,Place> placeMap)voidPnmlFinalMarkings. convertToOpenNet(OpenNet openNet, java.util.Map<java.lang.String,Place> placeMap)voidPnmlMarkedPlace. convertToOpenNet(Marking marking, java.util.Map<java.lang.String,Place> placeMap) -
Uses of Place in org.processmining.plugins.pnml.toolspecific
Methods in org.processmining.plugins.pnml.toolspecific with parameters of type Place Modifier and Type Method Description voidPnmlToolSpecific. convertFromNet(Place place)voidPnmlToolSpecific. convertToNet(Place place)
-