Uses of Class
org.processmining.framework.models.petrinet.Place

Packages that use Place
org.processmining.analysis.conformance Contains classes related to the Conformance Analysis Plugin. 
org.processmining.analysis.decisionmining   
org.processmining.analysis.performance   
org.processmining.converting   
org.processmining.exporting.bpel4ws   
org.processmining.exporting.petrinet.cpnexport   
org.processmining.exporting.petrinet.cpnexport.HLImplementation   
org.processmining.framework.models.petrinet   
org.processmining.framework.models.petrinet.algorithms.logReplay   
org.processmining.framework.models.petrinet.pattern   
org.processmining.importing.petrify   
 

Uses of Place in org.processmining.analysis.conformance
 

Subclasses of Place in org.processmining.analysis.conformance
 class DiagnosticPlace
          The diagnostic place can be enhanced by diagnostic information to be stored during log replay and will be used to form a part of the diagnostic Petri net.
 

Methods in org.processmining.analysis.conformance that return Place
protected  Place DiagnosticPetriNet.makePlace(Place template, ReplayedPetriNet targetNet, java.util.ArrayList caseIDs)
          Reproduces a place based on the given place. Produces a DiagnosticPlace.
 

Methods in org.processmining.analysis.conformance with parameters of type Place
protected  PNEdge DiagnosticPetriNet.makeEdge(PNEdge template, Place sourceNode, Transition targetNode, ReplayedPetriNet targetNet, java.util.ArrayList caseIDs)
          Reproduces an edge based on the given edge (Direction: Place -> Transition). Produces a DiagnosticPNEdge.
protected  PNEdge DiagnosticPetriNet.makeEdge(PNEdge template, Transition sourceNode, Place targetNode, ReplayedPetriNet targetNet, java.util.ArrayList caseIDs)
          Reproduces an edge based on the given edge (Direction: Transition -> Place). Produces a DiagnosticPNEdge.
protected  Place DiagnosticPetriNet.makePlace(Place template, ReplayedPetriNet targetNet, java.util.ArrayList caseIDs)
          Reproduces a place based on the given place. Produces a DiagnosticPlace.
 

Constructors in org.processmining.analysis.conformance with parameters of type Place
DiagnosticPlace(Place p, PetriNet net, java.util.ArrayList caseIDs)
          The constructor creates a normal place but additionally initializes the counter of missing and remaining tokens for every process instance specified.
 

Uses of Place in org.processmining.analysis.decisionmining
 

Fields in org.processmining.analysis.decisionmining declared as Place
 Place DecisionPointVisualization.toVisualize
          Holds the place belonging to the decision point currently to be displayed.
 

Constructors in org.processmining.analysis.decisionmining with parameters of type Place
DecisionPointContextPetriNet(PetriNet model, Place place, DecisionPoint decisionPoint)
          Default constructor.
DecisionPointPetriNet(java.lang.String name, DecisionPointAnalysisResult parent, PetriNet petriNetModel, Place place)
          
 

Uses of Place in org.processmining.analysis.performance
 

Subclasses of Place in org.processmining.analysis.performance
 class ExtendedPlace
          This class is used to be able to extend places with performance information, which is to be stored during log replay and will be used to form a part of the extended Petri net.
 

Methods in org.processmining.analysis.performance that return Place
protected  Place ExtendedPetriNet.makePlace(Place template, ReplayedPetriNet targetNet, java.util.ArrayList caseIDs)
          Reproduces a place based on the given place. Produces an ExtendedPlace.
 

Methods in org.processmining.analysis.performance with parameters of type Place
protected  PNEdge ExtendedPetriNet.makeEdge(PNEdge template, Place sourceNode, Transition targetNode, ReplayedPetriNet targetNet, java.util.ArrayList caseIDs)
          Reproduces an edge based on the given edge (Direction: Place -> Transition). Produces an ExtendedPNEdge.
protected  PNEdge ExtendedPetriNet.makeEdge(PNEdge template, Transition sourceNode, Place targetNode, ReplayedPetriNet targetNet, java.util.ArrayList caseIDs)
          Reproduces an edge based on the given edge (Direction: Transition -> Place). Produces a ExtendedPNEdge.
protected  Place ExtendedPetriNet.makePlace(Place template, ReplayedPetriNet targetNet, java.util.ArrayList caseIDs)
          Reproduces a place based on the given place. Produces an ExtendedPlace.
 

Constructors in org.processmining.analysis.performance with parameters of type Place
ExtendedPlace(Place p, PetriNet net, java.util.ArrayList caseIDs)
          The constructor creates a normal place but additionally initializes
 

Uses of Place in org.processmining.converting
 

Methods in org.processmining.converting with parameters of type Place
 void PetriNetToWFNet.setSinkPlace(Place place)
           
 void PetriNetTooWFNet.setSinkPlace(Place place)
           
 void PetriNetToWFNet.setSourcePlace(Place place)
           
 void PetriNetTooWFNet.setSourcePlace(Place place)
           
 

Uses of Place in org.processmining.exporting.bpel4ws
 

Methods in org.processmining.exporting.bpel4ws that return types with arguments of type Place
static java.util.Vector<Place> PetriNetNavigation.getIncomingPlaces(att.grappa.Node n)
           
static java.util.Vector<Place> PetriNetNavigation.getOutgoingPlaces(att.grappa.Node n)
           
 

Methods in org.processmining.exporting.bpel4ws with parameters of type Place
 Choice WorkflowNet2BPEL4WS.getChoice(Place place)
          Calculates the choice of a place
 

Uses of Place in org.processmining.exporting.petrinet.cpnexport
 

Subclasses of Place in org.processmining.exporting.petrinet.cpnexport
 class ColoredPlace
          A place being part of a high-level Petri net simulation model.
 

Constructors in org.processmining.exporting.petrinet.cpnexport with parameters of type Place
ColoredEdge(Place source, Transition target)
          The constructor creates a ColoredEdge from a ColoredPlace to a ColoredTransition.
ColoredEdge(Transition source, Place target)
          The constructor creates a ColoredEdge from a ColoredTransition to a ColoredPlace.
ColoredPlace(Place template, ColoredPetriNet net)
          The constructor creates a ColoredPlace from an ordinary place.
ColoredPlace(Place template, ColoredPetriNet net, int x, int y, int w, int h)
          The constructor creates a ColoredPlace from an ordinary place, but the position, width and heigth have to be provided
 

Uses of Place in org.processmining.exporting.petrinet.cpnexport.HLImplementation
 

Methods in org.processmining.exporting.petrinet.cpnexport.HLImplementation that return Place
 Place HLPetriNet.findPlace(HLChoice hlChoice)
          Finds the corresponding original place in the process model.
 

Methods in org.processmining.exporting.petrinet.cpnexport.HLImplementation with parameters of type Place
 void HLChoice.setChoiceNode(Place node)
          Sets the choice node for this choice
 

Constructors in org.processmining.exporting.petrinet.cpnexport.HLImplementation with parameters of type Place
HLChoice(Place source)
          Creates a new choice construct within a high level petri net (simulation model).
 

Uses of Place in org.processmining.framework.models.petrinet
 

Methods in org.processmining.framework.models.petrinet that return Place
 Place PetriNet.addAndLinkPlace(Place p)
          Adds a given place to this Petri net.
 Place PetriNet.addPlace(Place p)
          Adds a given place to this Petri net.
 Place PetriNet.addPlace(java.lang.String identifier)
          Adds a new place with a given identifier to this Petri net.
 Place PetriNet.findPlace(java.util.Set in, java.util.Set out)
          Finds a place in the Petri net based on a given set of predecessor and successor nodes.
 Place PetriNet.findPlace(java.lang.String identifier)
          Finds a place in the Petri net based on a given identifier (which is assumed to be unique).
 Place WFNet.getSinkPlace()
           
 Place WFNet.getSourcePlace()
           
 Place PetriNet.mergePlaces(Place p1, Place p2)
          Merges two given places into one single place.
 

Methods in org.processmining.framework.models.petrinet that return types with arguments of type Place
static java.util.Vector<Place> PetriNetNavigation.getIncomingPlaces(att.grappa.Node n)
           
static java.util.Vector<Place> PetriNetNavigation.getOutgoingPlaces(att.grappa.Node n)
           
 java.util.ArrayList<Place> PetriNet.getPlaces()
          Gets the Place nodes contained in this Petri net.
 

Methods in org.processmining.framework.models.petrinet with parameters of type Place
 boolean PetriNet.addAndLinkEdge(PNEdge e, Place p, Transition t)
          Adds a given edge from the given place (source node) to the given transition (target node).
 boolean PetriNet.addAndLinkEdge(PNEdge e, Transition t, Place p)
          Adds an edge from the given transition (source node) to the given place (target node).
 Place PetriNet.addAndLinkPlace(Place p)
          Adds a given place to this Petri net.
 boolean PetriNet.addEdge(Place p, Transition t)
          Adds a new PNEdge from the given place (source node) to the given transition (target node).
 boolean PetriNet.addEdge(Transition t, Place p)
          Adds an edge from the given transition (source node) to the given place (target node).
 Place PetriNet.addPlace(Place p)
          Adds a given place to this Petri net.
 void Marking.addPlace(Place place, int count)
          Adds a given number of tokens to a given place.
 void State.addPlace(Place place, int count)
           
 boolean PetriNet.addToken(java.util.Date timestamp, Place p)
          Adds a token to the given place in this Petri net.
 void PetriNet.delPlace(Place p)
          Deletes a given place from this Petri net.
 void Marking.delPlace(Place place, int count)
          Removes a given number of tokens from a given place.
 int State.getOccurances(Place place)
           
 int Marking.getTokens(Place place)
          Returns the number of tokens for a given place.
 int State.getTokens(Place place)
           
 Place PetriNet.mergePlaces(Place p1, Place p2)
          Merges two given places into one single place.
 void WFNet.setSinkPlace(Place place)
           
 void WFNet.setSourcePlace(Place place)
           
 

Constructors in org.processmining.framework.models.petrinet with parameters of type Place
PNEdge(Place p, Transition t)
          Constructor creates an edge from the given place to the given transition.
PNEdge(Transition t, Place p)
          Constructor creates an edge from the given transition to the given place.
 

Uses of Place in org.processmining.framework.models.petrinet.algorithms.logReplay
 

Subclasses of Place in org.processmining.framework.models.petrinet.algorithms.logReplay
 class ReplayedPlace
          A place involved in the log replay analysis method.
 

Methods in org.processmining.framework.models.petrinet.algorithms.logReplay that return Place
protected  Place ReplayedPetriNet.makePlace(Place template, ReplayedPetriNet targetNet, java.util.ArrayList caseIDs)
          Reproduces a place based on the given place.
 

Methods in org.processmining.framework.models.petrinet.algorithms.logReplay with parameters of type Place
protected  PNEdge ReplayedPetriNet.makeEdge(PNEdge template, Place sourceNode, Transition targetNode, ReplayedPetriNet targetNet, java.util.ArrayList caseIDs)
          Reproduces an edge based on the given edge (Direction: Place -> Transition).
protected  PNEdge ReplayedPetriNet.makeEdge(PNEdge template, Transition sourceNode, Place targetNode, ReplayedPetriNet targetNet, java.util.ArrayList caseIDs)
          Reproduces an edge based on the given edge (Direction: Transition -> Place).
protected  Place ReplayedPetriNet.makePlace(Place template, ReplayedPetriNet targetNet, java.util.ArrayList caseIDs)
          Reproduces a place based on the given place.
 

Constructors in org.processmining.framework.models.petrinet.algorithms.logReplay with parameters of type Place
ReplayedEdge(Place source, Transition target, java.util.ArrayList caseIDs)
          The constructor creates a normal PNEdge but additionally initializes the diagnostic data structures.
ReplayedEdge(Transition source, Place target, java.util.ArrayList caseIDs)
          The constructor creates a normal PNEdge but additionally initializes the diagnostic data structures.
ReplayedPlace(Place template, PetriNet net, java.util.ArrayList caseIDs)
          The constructor creates a normal place but additionally initializes the diagnostic data structures.
 

Uses of Place in org.processmining.framework.models.petrinet.pattern
 

Methods in org.processmining.framework.models.petrinet.pattern with parameters of type Place
static Choice NodeHash.getChoice(Place place)
          Calculates the choice of a place
 

Uses of Place in org.processmining.importing.petrify
 

Methods in org.processmining.importing.petrify that return Place
static Place PetrifyReader.findPlace(java.lang.String st, java.util.ArrayList<Place> places)
           
 

Method parameters in org.processmining.importing.petrify with type arguments of type Place
static Place PetrifyReader.findPlace(java.lang.String st, java.util.ArrayList<Place> places)