Package edu.pdx.cs410J.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
Modifier and TypeMethodDescriptionparse()
Creates a family tree from the data stored in a source.
-
Method Details
-
parse
Creates a family tree from the data stored in a source.- Throws:
FamilyTreeException
- The data source is malformatted
-