JIVE Platform
Release 0.3.1

edu.bsu.cs.jive.contour
Interface ContourMember.Exporter

All Known Subinterfaces:
ContourMember.Variable.Exporter
Enclosing interface:
ContourMember

public static interface ContourMember.Exporter

A reverse-builder for contour members.


Method Summary
 void addName(String name)
           
 void addType(Type type)
           
 void addValue(Value value)
           
 

Method Detail

addName

void addName(String name)

addType

void addType(Type type)

addValue

void addValue(Value value)

JIVE Platform
Release 0.3.1