public abstract class AbstractTabularWriter extends Object implements TabularWriter
| Modifier and Type | Method and Description |
|---|---|
void |
writeBoolean(BooleanValue inValue) |
void |
writeDate(DateValue inValue) |
void |
writeFinish(TemporalProposition inProposition)
Writes the finish of a temporal proposition's interval using the value
of
TemporalProposition.getFinishFormattedShort(). |
void |
writeInequality(InequalityNumberValue inValue) |
void |
writeInequalityNumber(InequalityNumberValue inValue) |
void |
writeLength(TemporalProposition inProposition)
Writes the length of a temporal proposition's interval using the value
of
TemporalProposition.getLengthFormattedShort(). |
void |
writeNominal(NominalValue inValue) |
void |
writeNumber(InequalityNumberValue inValue) |
void |
writeNumber(NumberValue inValue) |
void |
writePropertyValue(Proposition inProposition,
String inPropertyName) |
void |
writeStart(TemporalProposition inProposition)
Writes the start of a temporal proposition's interval using the value of
TemporalProposition.getStartFormattedShort(). |
void |
writeValue(Parameter inProposition) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, newRow, writeBoolean, writeDate, writeFinish, writeId, writeInequality, writeInequalityNumber, writeLength, writeLocalUniqueId, writeNominal, writeNull, writeNumber, writeNumber, writeNumericalId, writePropertyValue, writeStart, writeString, writeUniqueId, writeValuepublic void writeNominal(NominalValue inValue) throws TabularWriterException
writeNominal in interface TabularWriterTabularWriterExceptionpublic void writeNumber(NumberValue inValue) throws TabularWriterException
writeNumber in interface TabularWriterTabularWriterExceptionpublic void writeInequality(InequalityNumberValue inValue) throws TabularWriterException
writeInequality in interface TabularWriterTabularWriterExceptionpublic void writeNumber(InequalityNumberValue inValue) throws TabularWriterException
writeNumber in interface TabularWriterTabularWriterExceptionpublic void writeInequalityNumber(InequalityNumberValue inValue) throws TabularWriterException
writeInequalityNumber in interface TabularWriterTabularWriterExceptionpublic void writeDate(DateValue inValue) throws TabularWriterException
writeDate in interface TabularWriterTabularWriterExceptionpublic void writeBoolean(BooleanValue inValue) throws TabularWriterException
writeBoolean in interface TabularWriterTabularWriterExceptionpublic void writeStart(TemporalProposition inProposition) throws TabularWriterException
TabularWriterTemporalProposition.getStartFormattedShort().writeStart in interface TabularWriterinProposition - the temporal proposition.TabularWriterException - if an error occurred.public void writeFinish(TemporalProposition inProposition) throws TabularWriterException
TabularWriterTemporalProposition.getFinishFormattedShort().writeFinish in interface TabularWriterinProposition - the temporal proposition.TabularWriterException - if an error occurred.public void writeLength(TemporalProposition inProposition) throws TabularWriterException
TabularWriterTemporalProposition.getLengthFormattedShort().writeLength in interface TabularWriterinProposition - the temporal proposition.TabularWriterException - if an error occurred.public void writeValue(Parameter inProposition) throws TabularWriterException
writeValue in interface TabularWriterTabularWriterExceptionpublic void writePropertyValue(Proposition inProposition, String inPropertyName) throws TabularWriterException
writePropertyValue in interface TabularWriterTabularWriterExceptionCopyright © 2012–2018 Emory University. All rights reserved.