org.jrdf.graph.global.molecule
Interface MoleculeParser

All Superinterfaces:
Parser
All Known Implementing Classes:
MoleculeParserImpl

public interface MoleculeParser
extends Parser

Parser for parsing RDF/XML which then allows you to load a GlobalizedGraph.

Version:
$Revision: 1226 $
Author:
Imran Khan

Method Summary
 GlobalizedGraph getGlobalizedGraph()
           
 
Methods inherited from interface org.jrdf.parser.Parser
parse, parse
 

Method Detail

getGlobalizedGraph

GlobalizedGraph getGlobalizedGraph()
                                   throws GraphException
Throws:
GraphException