Package edu.pdx.cs410J.family
Interface Dumper
- All Known Implementing Classes:
PrettyPrinter,TextDumper,XmlDumper
public interface Dumper
Classes that implement this interface dump a family tree to some
destination.
-
Method Summary
Modifier and TypeMethodDescriptionvoiddump(FamilyTree tree) Dumps a family tree to some destination.
-
Method Details
-
dump
Dumps a family tree to some destination.
-