Hi, the API of node predicates is incomplete. There are "not", "and" and "or" node predicates, but there is no "true" or "false". They could be useful to turn off or on filtering nodes depending on a preference.
There is a simple workaround, a "true" predicate can be simulated e.g. by "or(<some condition>, not(<some condition>))", but it is not really nice and efficient. And one could also derive his/her own class, of course, but it might be useful to provide them by MITK. What do you think? Best, Miklos ------------------------------------------------------------------------------ uberSVN's rich system and user administration capabilities and model configuration take the hassle out of deploying and managing Subversion and the tools developers use with it. Learn more about uberSVN and get a free download at: http://p.sf.net/sfu/wandisco-dev2dev _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
