edu.pdx.cs399J.family
Interface Parser

All Known Implementing Classes:
TextParser, XmlParser

public interface Parser

Classes that implement this interface create a family tree from some source.


Method Summary
 FamilyTree parse()
          Creates a family tree from the data stored in a source.
 

Method Detail

parse

FamilyTree parse()
                 throws FamilyTreeException
Creates a family tree from the data stored in a source.

Throws:
FamilyTreeException - The data source is malformatted


Copyright © 2000-2009 Portland State University. All Rights Reserved.