diva.util
Interface ModelParser
- All Known Implementing Classes:
- EventParser, MSTrainingParser, SceneParser, SceneTranslator.OldSceneParser, SketchParser, SSTrainingParser
public interface ModelParser
ModelParser is an interface that should be extended by application
specified model parsers. It's job is to parse data into an
application specific data structure.
- Version:
- $Revision: 1.2 $
- Author:
- Heloise Hse (hwawen@eecs.berkeley.edu)
Method Summary |
Object |
parse(Reader reader)
Parse the data in the given charater stream into a data
structure and return the data structure. |
parse
Object parse(Reader reader)
throws Exception
- Parse the data in the given charater stream into a data
structure and return the data structure.
- Throws:
Exception
Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.