Using 0.9.2, it looks like edge labels aren't being loaded
from XGMML files.
Changing XGMMLContentHandler::instantiateEdge() to
check for a label attribute, and if defined, call both
setLabel() and setFollowVertextLabel( false ) correctly
loads the label.
I've attached a tarball that includes both an example
XGMML file that isn't loaded correctly in 0.9.2, and the
modified XGMMLContentHandler.java which will load the
edge labels.
Example XGMML file and possible bug fix
Logged In: NO
I have modified the code and XGMML to avoid the problem...
Logged In: NO
I have modified the code and XGMML to avoid the problem...
cavestro <bruno.c@inwind.it>