ChiBE can work with BioPAX L2 and L3, but cannot mix them. So if user starts
with a level, they cannot merge with another level, or cannot query a database
of different level. However, the related actions are not doing this check, and
if user mixes levels, an exception is thrown. These checks should be placed in
the appropriate actions. The current level can be checked using:
main.getOwlModel().getLevel()
and the error message can be displayed using:
MessageDialog.openError(main.getShell(), title, message);
Original issue reported on code.google.com by ozgunba...@gmail.com on 12 Apr 2012 at 4:33
Original issue reported on code.google.com by
ozgunba...@gmail.com
on 12 Apr 2012 at 4:33