public class CSVRendererVisitor extends GenericReflectiveVisitor implements AlignmentVisitor
Modifier and Type | Field and Description |
---|---|
(package private) Alignment |
alignment |
(package private) Cell |
cell |
(package private) static org.slf4j.Logger |
logger |
(package private) java.lang.String |
sep |
(package private) java.io.PrintWriter |
writer |
Constructor and Description |
---|
CSVRendererVisitor(java.io.PrintWriter writer) |
Modifier and Type | Method and Description |
---|---|
void |
init(java.util.Properties p) |
void |
visit(Alignment align) |
void |
visit(Cell cell) |
void |
visit(Relation rel) |
getMethod, subsumedInvocableMethod
static final org.slf4j.Logger logger
java.lang.String sep
java.io.PrintWriter writer
Alignment alignment
Cell cell
public void init(java.util.Properties p)
init
in interface AlignmentVisitor
public void visit(Alignment align) throws AlignmentException
visit
in interface AlignmentVisitor
AlignmentException
public void visit(Cell cell) throws AlignmentException
visit
in interface AlignmentVisitor
AlignmentException
public void visit(Relation rel) throws AlignmentException
visit
in interface AlignmentVisitor
AlignmentException
(C) INRIA & friends, 2003-2020