org.graphdrawing.graphml.reader
Interface IdAcceptor


public interface IdAcceptor

Interface that allows to store the id attribute value of core GraphML elements.


Method Summary
 void setId(Object element, String id, GraphMLParseContext context)
          Store the id attribute for a given graphml core element.
 

Method Detail

setId

public void setId(Object element,
                  String id,
                  GraphMLParseContext context)
Store the id attribute for a given graphml core element.

Parameters:
element - the element
id - the id attribute value
context - the current parse context


Copyright ©2000-2008, yWorks GmbH. All rights reserved.