JIVE Platform
Release 0.3.1

Uses of Class
edu.bsu.cs.jive.contour.ContourCreationRecord

Packages that use ContourCreationRecord
edu.bsu.cs.jive.contour Interfaces and classes to support the contour model of program execution. 
edu.bsu.cs.jive.events Interfaces that define the JiveLog representation for program execution history. 
edu.buffalo.cse.jive.ui.search.queries JIVE search queries. 
 

Uses of ContourCreationRecord in edu.bsu.cs.jive.contour
 

Subclasses of ContourCreationRecord in edu.bsu.cs.jive.contour
 class MethodContourCreationRecord
          Combines a normal contour creation record with a method's thread of execution.
 

Uses of ContourCreationRecord in edu.bsu.cs.jive.events
 

Methods in edu.bsu.cs.jive.events that return types with arguments of type ContourCreationRecord
 List<ContourCreationRecord> NewEvent.Importer.provideContourCreationRecords()
          Provide the list of contour creation records corresponding to this new event.
 List<ContourCreationRecord> LoadEvent.Importer.provideContourCreationRecords()
          Provide the list of contour creation records for this load event.
 

Method parameters in edu.bsu.cs.jive.events with type arguments of type ContourCreationRecord
 void NewEvent.Exporter.addContourCreationRecords(List<ContourCreationRecord> creationRecords)
          Add the list of created contours.
 void LoadEvent.Exporter.addContourCreationRecords(List<ContourCreationRecord> ccrs)
          Supply the contour creation records list.
 

Uses of ContourCreationRecord in edu.buffalo.cse.jive.ui.search.queries
 

Method parameters in edu.buffalo.cse.jive.ui.search.queries with type arguments of type ContourCreationRecord
 void ObjectCreatedSearchQuery.NewEventExporter.addContourCreationRecords(List<ContourCreationRecord> creationRecords)
           
 


JIVE Platform
Release 0.3.1