JIVE Platform
Release 0.3.1

edu.bsu.cs.jive.events
Interface LoadEvent.Exporter

All Superinterfaces:
Event.Exporter
Enclosing interface:
LoadEvent

public static interface LoadEvent.Exporter
extends Event.Exporter

A reverse-builder for a load event.


Method Summary
 void addContourCreationRecords(List<ContourCreationRecord> ccrs)
          Supply the contour creation records list.
 void addEnclosingContourID(ContourID enclosingID)
          Supply the enclosing contour id.
 
Methods inherited from interface edu.bsu.cs.jive.events.Event.Exporter
addNumber, addThreadID
 

Method Detail

addContourCreationRecords

void addContourCreationRecords(List<ContourCreationRecord> ccrs)
Supply the contour creation records list. These are provided in order of increasing generality, so that the last one in the list is the topmost (parentmost) contour (which may be enclosed in addEnclosingContourID(ContourID).

Parameters:
ccrs -
See Also:
LoadEvent.Importer.provideContourCreationRecords()

addEnclosingContourID

void addEnclosingContourID(ContourID enclosingID)
Supply the enclosing contour id.

Parameters:
enclosingID -
See Also:
LoadEvent.Importer.provideEnclosingContourID()

JIVE Platform
Release 0.3.1