y.io.gml
Class InterEdgeEncoder
java.lang.Object
|
+--y.io.gml.InterEdgeEncoder
- All Implemented Interfaces:
- ObjectEncoder
- public class InterEdgeEncoder
- extends Object
- implements ObjectEncoder
This class can encode InterEdges in valid GML
Method Summary |
void |
encode(Object item,
GMLEncoder enc)
This method will try to encode the given object using the GMLEncoder |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InterEdgeEncoder
public InterEdgeEncoder(HierarchicGraphObjectEncoder parent)
encode
public void encode(Object item,
GMLEncoder enc)
throws IOException
- Description copied from interface:
ObjectEncoder
- This method will try to encode the given object using the GMLEncoder
- Specified by:
encode
in interface ObjectEncoder
IOException
- Parameters:
item
- the object to be encodedenc
- an encoder