public abstract class TemporalParameter extends TemporalProposition implements Parameter
INTERVAL_FACTORY| Modifier | Constructor and Description |
|---|---|
protected |
TemporalParameter()
Here only for use by deserialization.
|
| Modifier and Type | Method and Description |
|---|---|
Value |
getValue()
Gets the value of this parameter.
|
String |
getValueFormatted()
Returns this parameter's value formatted as a string.
|
boolean |
isEqual(Object o)
Determines if the specified object is a
Proposition and has
the same field values as this proposition. |
protected void |
readTemporalParameter(ObjectInputStream s) |
void |
setValue(Value value) |
String |
toString() |
protected void |
writeTemporalParameter(ObjectOutputStream s) |
formatFinish, formatLength, formatStart, getFinishFormattedLong, getFinishFormattedMedium, getFinishFormattedShort, getInterval, getLengthFormattedLong, getLengthFormattedMedium, getLengthFormattedShort, getStartFormattedLong, getStartFormattedMedium, getStartFormattedShort, readTemporalProposition, setInterval, writeTemporalPropositionaddPropertyChangeListener, addReference, equals, getCreateDate, getDeleteDate, getDownloadDate, getId, getProperty, getPropertyNames, getReferenceNames, getReferences, getSourceSystem, getUniqueId, getUpdateDate, hashCode, initializeAbstractProposition, initializeProperties, initializePropertyChangeSupport, initializeReferences, readAbstractProposition, removePropertyChangeListener, setCreateDate, setDeleteDate, setDownloadDate, setProperty, setReferences, setSourceSystem, setUpdateDate, writeAbstractPropositionclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddPropertyChangeListener, getCreateDate, getDeleteDate, getDownloadDate, getId, getProperty, getPropertyNames, getReferenceNames, getReferences, getSourceSystem, getUniqueId, getUpdateDate, removePropertyChangeListeneracceptacceptCheckedprotected TemporalParameter()
public Value getValue()
Parameterpublic String getValueFormatted()
ParametergetValue().getFormatted(), but it handles the
case where getValue() returns null.getValueFormatted in interface ParameterString object, or an empty string if this
parameter's value is null.public void setValue(Value value)
public boolean isEqual(Object o)
PropositionProposition and has
the same field values as this proposition.isEqual in interface PropositionisEqual in class TemporalPropositiono - an Object.true if the specified object is a
Proposition and has the same field values, false
otherwise.public String toString()
toString in class TemporalPropositionprotected void writeTemporalParameter(ObjectOutputStream s) throws IOException
IOExceptionprotected void readTemporalParameter(ObjectInputStream s) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionCopyright © 2012–2018 Emory University. All rights reserved.