JIVE Platform
Release 0.3.1

edu.bsu.cs.jive.contour
Interface ContourFormat


public interface ContourFormat

A contour format describes the structure of a contour without specifying any non-constant values within it.


Nested Class Summary
static interface ContourFormat.Exporter
          Reverse-builder for contour formats
static interface ContourFormat.Importer
          Builder for contour formats.
 
Method Summary
 void export(ContourFormat.Exporter exporter)
          Export this contour format.
 

Method Detail

export

void export(ContourFormat.Exporter exporter)
Export this contour format.

Parameters:
exporter -

JIVE Platform
Release 0.3.1