Hi,

What is the best/recommended way to traverse the model. So far as I am
understand there are 3 ways to do
- using the core-runtime structure. For this one I am stuck at
EntitiesInstance because it does not have methods that return list of
entities, It have method that return entity but I must supply the id,
etc. which I do not have, I want to get all the entities
- using the core-spi structucture. All is only stub, nothing is implemented here
- using my own visitor, same technique like the visualizer doing,
which means reinvent the wheel
 * the visualizer do this in the package
org.qi4j.library.swing.visualizer.model.descriptor
It create it own visitor, it even does not inherit anything from
core-spi structure, weird ?

Cheers
Tonny Kohar
--
KIYUT
imagine, design, create ...
http://www.kiyut.com

_______________________________________________
qi4j-dev mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/qi4j-dev

Reply via email to