edu.bsu.cs.jive.contour
Class ContourCreationRecord
java.lang.Object
edu.bsu.cs.jive.contour.ContourCreationRecord
- Direct Known Subclasses:
- MethodContourCreationRecord
public class ContourCreationRecord
- extends Object
A record of a contour creation.
This class combines:
With this information, contour creation can be logged (e.g. to a text
file) and recreated in a contour model.
ContourCreationRecord
public ContourCreationRecord(ContourCreationRecord.Importer builder)
- Create a contour creation record from an importer.
- Parameters:
builder
-
export
public void export(ContourCreationRecord.Exporter exporter)
- Export this record.
- Parameters:
exporter
-
toString
public String toString()
- Overrides:
toString
in class Object