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

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

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

Methods in org.processmining.exporting.petrinet.cpnexport that return StringColorSet
 StringColorSet HLToCPNTranslator.getColorSetStartCase()
          Returns the cpn color set representation for the start case.
 

Methods in org.processmining.exporting.petrinet.cpnexport with parameters of type StringColorSet
static void ManagerXml.writeStartCase(java.io.BufferedWriter bw, ManagerID idMan, org.processmining.exporting.petrinet.cpnexport.CpnVarAndType cpnVarForStartCase, StringColorSet colorSetStartCase)