← Revision 1 as of 2005-11-15 00:14:30 →
Size: 400
Comment:
|
Size: 622
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 3: | Line 3: |
XGMML is an XML version of GML. | [http://www.cs.rpi.edu/~puninj/XGMML/ XGMML] is an XML version of [http://infosun.fmi.uni-passau.de/Graphlet/GML/ GML]. |
Line 9: | Line 9: |
The code to manipulate data element in XML file will be generated by data binding package, called [JAXB]. | The code to manipulate data element in XML file will be generated by data binding package, called [http://java.sun.com/webservices/jaxb/ Java Architecture for XML Binding (JAXB)]. JAXB automatically generate JAVA code based on XML Schema. |
What is XGMML?
[http://www.cs.rpi.edu/~puninj/XGMML/ XGMML] is an XML version of [http://infosun.fmi.uni-passau.de/Graphlet/GML/ GML].
XGMML in Cytoscape
In the future releases, Cytoscape's standard format for saving graph layout will be XGMML. Users can save graph topology AND attributes in the same file.
XML Schema
The code to manipulate data element in XML file will be generated by data binding package, called [http://java.sun.com/webservices/jaxb/ Java Architecture for XML Binding (JAXB)]. JAXB automatically generate JAVA code based on XML Schema.
(Under construction)