JIVE Platform
Release 0.3.1

edu.bsu.cs.jive.contour
Interface ContourMemberFormat.VariableFormat.Exporter

All Superinterfaces:
ContourMemberFormat.Exporter
Enclosing interface:
ContourMemberFormat.VariableFormat

public static interface ContourMemberFormat.VariableFormat.Exporter
extends ContourMemberFormat.Exporter

A reverse-builder for variable contour member variable formats.


Method Summary
 void addID(VariableID id)
          Add the contour-unique variable identifier.
 
Methods inherited from interface edu.bsu.cs.jive.contour.ContourMemberFormat.Exporter
addName, addType
 

Method Detail

addID

void addID(VariableID id)
Add the contour-unique variable identifier.

Parameters:
id - the variable id

JIVE Platform
Release 0.3.1