Packagecom.asterisq.graph.parsers
Interfacepublic interface IGraphParser extends flash.events.IEventDispatcher
ImplementorsAsyncGraphParser, GraphParser

Interface for parsing a graph from raw data.



Public Methods
 MethodDefined by
  
parse(graph:IGraph, data:*):void
Parses the given data and updates the given graph.
IGraphParser
Method detail
parse()method
public function parse(graph:IGraph, data:*):void

Parses the given data and updates the given graph.

Parameters
graph:IGraph
 
data:*