Uses of Class
org.processmining.exporting.petrinet.cpnexport.ProductColorSet

Packages that use ProductColorSet
org.processmining.exporting.petrinet.cpnexport   
 

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

Methods in org.processmining.exporting.petrinet.cpnexport that return ProductColorSet
 ProductColorSet HLToCPNTranslator.productCpnColorSet(java.util.ArrayList<CpnColorSet> cSets)
          Returns the product of two or more cpn color sets.
 

Methods in org.processmining.exporting.petrinet.cpnexport that return types with arguments of type ProductColorSet
 java.util.Set<ProductColorSet> HLToCPNTranslator.getProductColorSetsForPlaces()
          Returns all the product color sets that has been produced by ProductCpnColorSet
 

Method parameters in org.processmining.exporting.petrinet.cpnexport with type arguments of type ProductColorSet
static void ManagerXml.writeProductColorSetsForPlaces(java.io.BufferedWriter bw, ManagerID idMan, java.util.Set<ProductColorSet> productColorSetsForPlaces, boolean timed)
          Writes the product color set declarations that are needed for some places in the cpn model.