Hello everyone, I need to create BTs from the value of an attribute.
Example, If codigo == 1 must be a BT, elseif codigo== 3 must be another BT.
The source code is written in Java and I'm using Pojo.
Thanks.
I found this AppD Docs page that might be helpful. The Java portion is towards the bottom.