Uses of Class
org.processmining.framework.models.Bag

Packages that use Bag
org.processmining.framework.models Contains all models that can be used as an internal representation of a mining result. 
org.processmining.framework.models.petrinet.algorithms   
 

Uses of Bag in org.processmining.framework.models
 

Methods in org.processmining.framework.models with parameters of type Bag
 boolean Bag.isLessOrEqual(Bag b)
           
 

Uses of Bag in org.processmining.framework.models.petrinet.algorithms
 

Methods in org.processmining.framework.models.petrinet.algorithms that return Bag
static Bag InitialPlaceMarker.mark(PetriNet net, int tokenCount)
           
static Bag InitialPlaceMarker.mark(PetriNet net, int tokenCount, java.util.Date timestamp)