JIVE Platform
Release 0.3.1

edu.bsu.cs.jive.contour
Interface ContourModel.Exporter

Enclosing interface:
ContourModel

public static interface ContourModel.Exporter

An exporter for a contour model. The roots will be exported first, followed by the remaining contours.


Method Summary
 void addContour(Contour contour, Contour parent)
          Export a contour.
 void exportFinished()
          Called when the exportation is finished.
 

Method Detail

addContour

void addContour(Contour contour,
                Contour parent)
Export a contour. Roots will be exported first.

Parameters:
contour - a contour
parent - the contour's parent, or null if it is a root contour

exportFinished

void exportFinished()
Called when the exportation is finished.


JIVE Platform
Release 0.3.1