public interface TabularWriter extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
newRow() |
void |
writeBoolean(BooleanValue inValue) |
void |
writeBoolean(BooleanValue inValue,
Format inFormat) |
void |
writeDate(DateValue inValue) |
void |
writeDate(DateValue inValue,
Format inFormat) |
void |
writeFinish(TemporalProposition inProposition)
Writes the finish of a temporal proposition's interval using the value
of
TemporalProposition.getFinishFormattedShort(). |
void |
writeFinish(TemporalProposition inProposition,
Format inFormat)
Writes the finish of a temporal proposition's interval.
|
void |
writeId(Proposition inProposition) |
void |
writeInequality(InequalityNumberValue inValue) |
void |
writeInequality(InequalityNumberValue inValue,
Format inFormat) |
void |
writeInequalityNumber(InequalityNumberValue inValue) |
void |
writeInequalityNumber(InequalityNumberValue inValue,
Format inFormat) |
void |
writeLength(TemporalProposition inProposition)
Writes the length of a temporal proposition's interval using the value
of
TemporalProposition.getLengthFormattedShort(). |
void |
writeLength(TemporalProposition inProposition,
Format inFormat)
Writes the length of a temporal proposition's interval.
|
void |
writeLocalUniqueId(Proposition inProposition) |
void |
writeNominal(NominalValue inValue) |
void |
writeNominal(NominalValue inValue,
Format inFormat) |
void |
writeNull() |
void |
writeNumber(InequalityNumberValue inValue) |
void |
writeNumber(InequalityNumberValue inValue,
Format inFormat) |
void |
writeNumber(NumberValue inValue) |
void |
writeNumber(NumberValue inValue,
Format inFormat) |
void |
writeNumericalId(Proposition inProposition) |
void |
writeParameterValue(Parameter inProposition) |
void |
writeParameterValue(Parameter inProposition,
Format inFormat) |
void |
writePropertyValue(Proposition inProposition,
String inPropertyName) |
void |
writePropertyValue(Proposition inProposition,
String inPropertyName,
Format inFormat) |
void |
writeStart(TemporalProposition inProposition)
Writes the start of a temporal proposition's interval using the value of
TemporalProposition.getStartFormattedShort(). |
void |
writeStart(TemporalProposition inProposition,
Format inFormat)
Writes the start of a temporal proposition's interval.
|
void |
writeUniqueId(Proposition inProposition) |
void |
writeValue(Value inValue) |
void |
writeValue(Value inValue,
Format inFormat) |
void writeNominal(NominalValue inValue) throws TabularWriterException
TabularWriterExceptionvoid writeNominal(NominalValue inValue, Format inFormat) throws TabularWriterException
TabularWriterExceptionvoid writeNumber(NumberValue inValue) throws TabularWriterException
TabularWriterExceptionvoid writeNumber(NumberValue inValue, Format inFormat) throws TabularWriterException
TabularWriterExceptionvoid writeInequality(InequalityNumberValue inValue) throws TabularWriterException
TabularWriterExceptionvoid writeInequality(InequalityNumberValue inValue, Format inFormat) throws TabularWriterException
TabularWriterExceptionvoid writeNumber(InequalityNumberValue inValue) throws TabularWriterException
TabularWriterExceptionvoid writeNumber(InequalityNumberValue inValue, Format inFormat) throws TabularWriterException
TabularWriterExceptionvoid writeInequalityNumber(InequalityNumberValue inValue) throws TabularWriterException
TabularWriterExceptionvoid writeInequalityNumber(InequalityNumberValue inValue, Format inFormat) throws TabularWriterException
TabularWriterExceptionvoid writeDate(DateValue inValue) throws TabularWriterException
TabularWriterExceptionvoid writeDate(DateValue inValue, Format inFormat) throws TabularWriterException
TabularWriterExceptionvoid writeBoolean(BooleanValue inValue) throws TabularWriterException
TabularWriterExceptionvoid writeBoolean(BooleanValue inValue, Format inFormat) throws TabularWriterException
TabularWriterExceptionvoid writeId(Proposition inProposition) throws TabularWriterException
TabularWriterExceptionvoid writeUniqueId(Proposition inProposition) throws TabularWriterException
TabularWriterExceptionvoid writeLocalUniqueId(Proposition inProposition) throws TabularWriterException
TabularWriterExceptionvoid writeNumericalId(Proposition inProposition) throws TabularWriterException
TabularWriterExceptionvoid writeStart(TemporalProposition inProposition) throws TabularWriterException
TemporalProposition.getStartFormattedShort().inProposition - the temporal proposition.TabularWriterException - if an error occurred.void writeStart(TemporalProposition inProposition, Format inFormat) throws TabularWriterException
TemporalProposition.getStartFormattedShort().inProposition - the temporal proposition.inFormat - the formatter.TabularWriterException - if an error occurred.void writeFinish(TemporalProposition inProposition) throws TabularWriterException
TemporalProposition.getFinishFormattedShort().inProposition - the temporal proposition.TabularWriterException - if an error occurred.void writeFinish(TemporalProposition inProposition, Format inFormat) throws TabularWriterException
TemporalProposition.getFinishFormattedShort().inProposition - the temporal proposition.inFormat - the formatter.TabularWriterException - if an error occurred.void writeLength(TemporalProposition inProposition) throws TabularWriterException
TemporalProposition.getLengthFormattedShort().inProposition - the temporal proposition.TabularWriterException - if an error occurred.void writeLength(TemporalProposition inProposition, Format inFormat) throws TabularWriterException
TemporalProposition.getLengthFormattedShort().inProposition - the temporal proposition.inFormat - the formatter.TabularWriterException - if an error occurred.void writeParameterValue(Parameter inProposition) throws TabularWriterException
TabularWriterExceptionvoid writeParameterValue(Parameter inProposition, Format inFormat) throws TabularWriterException
TabularWriterExceptionvoid writePropertyValue(Proposition inProposition, String inPropertyName) throws TabularWriterException
TabularWriterExceptionvoid writePropertyValue(Proposition inProposition, String inPropertyName, Format inFormat) throws TabularWriterException
TabularWriterExceptionvoid writeValue(Value inValue) throws TabularWriterException
TabularWriterExceptionvoid writeValue(Value inValue, Format inFormat) throws TabularWriterException
TabularWriterExceptionvoid writeNull()
throws TabularWriterException
TabularWriterExceptionvoid newRow()
throws TabularWriterException
TabularWriterExceptionvoid close()
throws TabularWriterException
close in interface AutoCloseableTabularWriterExceptionCopyright © 2012–2018 Emory University. All rights reserved.