biouml.plugins.gxl
Class GxlWriter
java.lang.Object
biouml.plugins.gxl.GxlSupport
biouml.plugins.gxl.GxlWriter
- All Implemented Interfaces:
- GxlConstants
- Direct Known Subclasses:
- GinSimWriter
- public class GxlWriter
- extends GxlSupport
Extracts only GXL-representable part of the digram.
| Fields inherited from interface biouml.plugins.gxl.GxlConstants |
ATTR_ELEM, BAG_ELEM, BOOL_ELEM, EDGE_ELEM, ENUM_ELEM, FLOAT_ELEM, FROM_ATTR, GRAPH_ELEM, GXL_ELEM, ID_ATTR, INT_ELEM, LOCATOR_ELEM, NODE_ELEM, RELATION_ELEM, RELEND_ELEM, SEQ_ELEM, SET_ELEM, STRING_ELEM, TARGET_ATTR, TO_ATTR, TUP_ELEM, TYPE_ELEM |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GxlWriter
public GxlWriter()
initLog
protected org.apache.log4j.Category initLog()
- Specified by:
initLog in class GxlSupport
writeDiagram
public void writeDiagram(java.io.File file,
Diagram diagram)
writeGXL
protected void writeGXL(java.io.Writer out,
Diagram diagram)
throws java.lang.Exception
- Throws:
java.lang.Exception
writeGXLExtension
protected void writeGXLExtension(java.io.Writer out,
Diagram diagram)
writeGraph
protected void writeGraph(java.io.Writer out,
Diagram diagram)
throws java.lang.Exception
- Throws:
java.lang.Exception
writeElements
protected void writeElements(java.io.Writer out,
Compartment compartment)
Copyright © 2001-2003 Biosof.Ru. All Rights Reserved.