public final class AbstractParameter extends TemporalParameter implements Serializable
INTERVAL_FACTORY| Constructor and Description |
|---|
AbstractParameter(String id,
UniqueId uniqueId)
Creates an abstract parameter with an id.
|
| Modifier and Type | Method and Description |
|---|---|
void |
accept(PropositionVisitor propositionVisitor)
Performs some processing on a proposition.
|
void |
acceptChecked(PropositionCheckedVisitor propositionCheckedVisitor)
Performs some processing on a proposition that might throw a
checked exception.
|
String |
getContextId() |
boolean |
isEqual(Object o)
Determines if the specified object is a
Proposition and has
the same field values as this proposition. |
void |
setContextId(String contextId) |
void |
setInterval(Interval interval)
Sets the valid interval.
|
String |
toString() |
getValue, getValueFormatted, readTemporalParameter, setValue, writeTemporalParameterformatFinish, formatLength, formatStart, getFinishFormattedLong, getFinishFormattedMedium, getFinishFormattedShort, getInterval, getLengthFormattedLong, getLengthFormattedMedium, getLengthFormattedShort, getStartFormattedLong, getStartFormattedMedium, getStartFormattedShort, readTemporalProposition, 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, removePropertyChangeListenerpublic void setInterval(Interval interval)
TemporalPropositionsetInterval in class TemporalPropositioninterval - an Interval.public String getContextId()
public void setContextId(String contextId)
public boolean isEqual(Object o)
PropositionProposition and has
the same field values as this proposition.isEqual in interface PropositionisEqual in class TemporalParametero - an Object.true if the specified object is a
Proposition and has the same field values, false
otherwise.public void accept(PropositionVisitor propositionVisitor)
PropositionVisitableaccept in interface PropositionVisitablepublic void acceptChecked(PropositionCheckedVisitor propositionCheckedVisitor) throws ProtempaException
PropositionCheckedVisitableacceptChecked in interface PropositionCheckedVisitableProtempaExceptionpublic String toString()
toString in class TemporalParameterCopyright © 2012–2017 Emory University. All rights reserved.