JIVE Platform
Release 0.3.1

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

All Known Subinterfaces:
InstanceContour.Exporter, MethodContour.Exporter
Enclosing interface:
Contour

public static interface Contour.Exporter

Reverse-builder for contours.


Method Summary
 void addID(ContourID id)
          Export the contour identifier for this contour
 void addMember(ContourMember member)
          Export a contour member.
 void exportFinished()
          Called when the exportation is finished.
 

Method Detail

addID

void addID(ContourID id)
Export the contour identifier for this contour

Parameters:
id - contour identifier

addMember

void addMember(ContourMember member)
Export a contour member. This method is called once for each member in the contour.

Parameters:
member -

exportFinished

void exportFinished()
Called when the exportation is finished.


JIVE Platform
Release 0.3.1