org.graphdrawing.graphml.reader
Interface ResourceDecoderProvider

All Known Implementing Classes:
DefaultConverterProvider

public interface ResourceDecoderProvider

Interface that allows to dynamically retrieve specific decoders depending on the requested type of object.


Method Summary
 GraphMLParseContext.ResourceDecoder getDecoder(Class requestedType, GraphMLParseContext context)
          Get a GraphMLParseContext.ResourceDecoder for the requested object type.
 

Method Detail

getDecoder

public GraphMLParseContext.ResourceDecoder getDecoder(Class requestedType,
                                                      GraphMLParseContext context)
Get a GraphMLParseContext.ResourceDecoder for the requested object type.

Parameters:
requestedType -
context -
Returns:
a GraphMLParseContext.ResourceDecoder instance for the requested object type.


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