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

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

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

Subclasses of CpnColorSet in org.processmining.exporting.petrinet.cpnexport
 class EnumeratedColorSet
          This class represents an enumerated color set in CPN tools
 class IntegerColorSet
          Defines an integer color set for cpn tools.
 class ProductColorSet
          Defines a product color set for CPN tools
 class RecordColorSet
          Defines a record color set in CPN tools.
 class StringColorSet
          Defines a string color set for cpn tools.
 class SubSetColorSet
          Defines a subset color set of CPN tools
 

Methods in org.processmining.exporting.petrinet.cpnexport that return CpnColorSet
 CpnColorSet HLToCPNTranslator.getColorSetDataAttribute(HighLevelDataAttribute attrib)
          Returns the cpn color set representation for this data attribute
 CpnColorSet HLToCPNTranslator.getColorSetDataAttributes()
          Returns the cpn color set representation for the color set in cpn that has to represent all separate data attributes
 

Methods in org.processmining.exporting.petrinet.cpnexport that return types with arguments of type CpnColorSet
 java.util.ArrayList<CpnColorSet> HLToCPNTranslator.getColorSetsSeparateDataAttributes()
          Return the corresponding cpn color set representation for each separate data attribute that can be found in the high level process and the high level activities
 

Methods in org.processmining.exporting.petrinet.cpnexport with parameters of type CpnColorSet
static void ManagerXml.writeDataDec(java.io.BufferedWriter bw, ManagerID idMan, java.util.List<org.processmining.exporting.petrinet.cpnexport.CpnVarAndType> cpnVarsDataAttr, CpnColorSet colorSetDataAttr, java.util.List<CpnColorSet> colorSetsSepDatAttr)
          Writes the block for the data declarations in the cpn-file
 

Method parameters in org.processmining.exporting.petrinet.cpnexport with type arguments of type CpnColorSet
 ProductColorSet HLToCPNTranslator.productCpnColorSet(java.util.ArrayList<CpnColorSet> cSets)
          Returns the product of two or more cpn color sets.
static void ManagerXml.writeDataDec(java.io.BufferedWriter bw, ManagerID idMan, java.util.List<org.processmining.exporting.petrinet.cpnexport.CpnVarAndType> cpnVarsDataAttr, CpnColorSet colorSetDataAttr, java.util.List<CpnColorSet> colorSetsSepDatAttr)
          Writes the block for the data declarations in the cpn-file