<html><body><div style="font-family: arial, helvetica, sans-serif; font-size: 12pt; color: #000000"><div>Hello,<br><br>I am working on a Java API that permits to create UML state machine and to run them. I have created a Java interface allowing to implement customizable trace for this tool: the user can implement its own way to gather information from the execution for instance print in the console via System.out.println() or print in a xml file, etc...<br><br>In the scope of the project I am working on I would like to provide the users a Java class implemeting my interface with the CTF format but I can not manage to find a code able to write a CTF trace in Java.<br>Does such a code exist? <br><br>Since CTF traces seem to be really specific I do not want to intent to write my own version of a CTF trace because I am scared it would not be accurate and would not work with the already existing CTF readers.<br><br>Thank you in advance.<br>Léa Brunschwig</div></div></body></html>