public interface TabularWriter extends AutoCloseable
void writeString(String inValue) throws TabularWriterException
TabularWriterExceptionvoid 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 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 writeStart(TemporalProposition inProposition) throws TabularWriterException
TabularWriterExceptionvoid writeStart(TemporalProposition inProposition, Format inFormat) throws TabularWriterException
TabularWriterExceptionvoid writeFinish(TemporalProposition inProposition) throws TabularWriterException
TabularWriterExceptionvoid writeFinish(TemporalProposition inProposition, Format inFormat) throws TabularWriterException
TabularWriterExceptionvoid writeLength(TemporalProposition inProposition) throws TabularWriterException
TabularWriterExceptionvoid writeLength(TemporalProposition inProposition, Format inFormat) throws TabularWriterException
TabularWriterExceptionvoid writeValue(Parameter inProposition) throws TabularWriterException
TabularWriterExceptionvoid writeValue(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 writeNull()
throws TabularWriterException
TabularWriterExceptionvoid newRow()
throws TabularWriterException
TabularWriterExceptionvoid close()
throws TabularWriterException
close in interface AutoCloseableTabularWriterExceptionCopyright © 2012–2018 Emory University. All rights reserved.