JIVE Platform
Release 0.2.2

edu.bsu.cs.jive.contour.java
Interface MethodContour.Exporter

All Superinterfaces:
Contour.Exporter
Enclosing interface:
MethodContour

public static interface MethodContour.Exporter
extends Contour.Exporter

A reverse-builder for method contours.


Method Summary
 void addThread(ThreadID thread)
          Export the thread on which this method contour has executed.
 
Methods inherited from interface edu.bsu.cs.jive.contour.Contour.Exporter
addID, addMember, exportFinished
 

Method Detail

addThread

void addThread(ThreadID thread)
Export the thread on which this method contour has executed. Every method must execute on exactly one Java thread.

Parameters:
thread -

JIVE Platform
Release 0.2.2