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

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

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

Methods in org.processmining.exporting.petrinet.cpnexport that return HLToCPNTranslator
protected  HLToCPNTranslator ColoredPetriNet.getTranslatorToCpn()
          Retrieves the translator that translator that translates the simulation information together with the ordinary petri net to a colored petri net which on its turn can be exported to cpn.
 

Methods in org.processmining.exporting.petrinet.cpnexport with parameters of type HLToCPNTranslator
protected  void ColoredPetriNet.setTranslatorToCpn(HLToCPNTranslator translator)
          Sets the translator that can translate the simulation information together with the ordinary petri net to a colored petri net which on its turn can be exported to cpn.