JIVE Platform
Release 0.3.1

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

All Superinterfaces:
Contour.Importer
Enclosing interface:
MethodContour

public static interface MethodContour.Importer
extends Contour.Importer

A builder for method contours.


Method Summary
 ThreadID provideThread()
          Provide the thread on which this method has executed.
 
Methods inherited from interface edu.bsu.cs.jive.contour.Contour.Importer
provideContainingModel, provideID, provideMembers
 

Method Detail

provideThread

ThreadID provideThread()
Provide the thread on which this method has executed.

Returns:
thread

JIVE Platform
Release 0.3.1