public abstract class DependencyWriter extends Object
Created: Sat Nov 10 15:25:10 2001
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
labeled |
protected BufferedWriter |
writer |
| Constructor and Description |
|---|
DependencyWriter() |
| Modifier and Type | Method and Description |
|---|---|
static DependencyWriter |
createDependencyWriter(String format,
boolean labeled) |
void |
finishWriting() |
boolean |
isLabeled() |
void |
startWriting(String file) |
abstract String |
write(DependencyInstance instance,
boolean fileAccess) |
protected BufferedWriter writer
protected boolean labeled
public static DependencyWriter createDependencyWriter(String format, boolean labeled) throws IOException
IOExceptionpublic void startWriting(String file) throws IOException
IOExceptionpublic void finishWriting()
throws IOException
IOExceptionpublic boolean isLabeled()
public abstract String write(DependencyInstance instance, boolean fileAccess) throws IOException
IOExceptionCopyright © 2016 JULIE Lab Jena, Germany. All rights reserved.