JIVE Platform
Release 0.3.1

edu.bsu.cs.jive.util
Interface ContourID

All Superinterfaces:
Comparable<ContourID>

public interface ContourID
extends Comparable<ContourID>

Uniquely identifies a contour within a specific contour model.


Nested Class Summary
static interface ContourID.Exporter
          Exporter interface for contour identifiers
static interface ContourID.Importer
          Importer interface for contour identifiers
 
Method Summary
 void export(ContourID.Exporter exporter)
          Export this contour id
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

export

void export(ContourID.Exporter exporter)
Export this contour id

Parameters:
exporter -

JIVE Platform
Release 0.3.1