public class SnapshotOccurrence extends SnapshotTMObject implements OccurrenceIF
| Modifier and Type | Field and Description |
|---|---|
protected LocatorIF |
datatype |
protected TopicIF |
reifier |
protected Collection<TopicIF> |
scope |
protected TopicIF |
topic |
protected TopicIF |
type |
protected String |
value |
objectId, SNAPSHOT_COMPLETE, SNAPSHOT_REFERENCE, snapshotType, srclocsEVENT_ADD_THEME, EVENT_ADDED, EVENT_REMOVE_THEME, EVENT_REMOVED, EVENT_SET_DATATYPE, EVENT_SET_TYPE, EVENT_SET_VALUEEVENT_SET_REIFIEREVENT_ADD_ITEMIDENTIFIER, EVENT_REMOVE_ITEMIDENTIFIER, MSG_NULL_ARGUMENT| Modifier and Type | Method and Description |
|---|---|
void |
addTheme(TopicIF theme)
PUBLIC: Add a topic to this scope.
|
LocatorIF |
getDataType()
PUBLIC: Gets the data type of this occurrence.
|
long |
getLength()
PUBLIC: Returns the length of the occurrence value.
|
LocatorIF |
getLocator()
PUBLIC: Returns a LocatorIF representation of the occurrence
value.
|
Reader |
getReader()
PUBLIC: Returns a Reader that allows you to stream the string
representation of this occurrence.
|
TopicIF |
getReifier()
PUBLIC: Returns the topic that reifies this object.
|
Collection<TopicIF> |
getScope()
PUBLIC: Returns the set of topics that are the stated scope of
this object.
|
TopicIF |
getTopic()
PUBLIC: Gets the topic for this occurrence.
|
TopicIF |
getType()
PUBLIC: Gets the type that this object is an instance of.
|
String |
getValue()
PUBLIC: Gets the string representation of this occurrence.
|
static OccurrenceIF |
makeSnapshot(OccurrenceIF original,
int snapshotType,
Map<TMObjectIF,SnapshotTMObject> processed) |
void |
removeTheme(TopicIF theme)
PUBLIC: Remove a topic from this scope.
|
void |
setLocator(LocatorIF locator)
PUBLIC: Same as
setValue(locator.getAddress(),
DataTypes.TYPE_URI). |
void |
setReader(Reader value,
long length,
LocatorIF datatype)
PUBLIC: Sets the value and the data type of this occurrence using
a reader.
|
void |
setReifier(TopicIF reifier)
PUBLIC: Sets the reifier of this object.
|
void |
setType(TopicIF type)
PUBLIC: Sets the type that this object is an instance of.
|
void |
setValue(String value)
PUBLIC: Same as
setValue(value,
DataTypes.TYPE_STRING). |
void |
setValue(String value,
LocatorIF datatype)
PUBLIC: Sets the value and the data type of this occurrence using
a string.
|
String |
toString() |
addItemIdentifier, getItemIdentifiers, getObjectId, getTopicMap, isReadOnly, remove, removeItemIdentifierclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddItemIdentifier, getItemIdentifiers, getObjectId, getTopicMap, isReadOnly, remove, removeItemIdentifierprotected TopicIF reifier
protected TopicIF topic
protected LocatorIF datatype
protected String value
protected Collection<TopicIF> scope
protected TopicIF type
public static OccurrenceIF makeSnapshot(OccurrenceIF original, int snapshotType, Map<TMObjectIF,SnapshotTMObject> processed)
public TopicIF getTopic()
OccurrenceIFgetTopic in interface OccurrenceIFpublic LocatorIF getDataType()
OccurrenceIFgetDataType in interface OccurrenceIFpublic String getValue()
OccurrenceIFgetValue in interface OccurrenceIFpublic void setValue(String value)
OccurrenceIFsetValue(value,
DataTypes.TYPE_STRING). This method is here primarily for
backwards compatibility.setValue in interface OccurrenceIFpublic void setValue(String value, LocatorIF datatype)
OccurrenceIFsetValue in interface OccurrenceIFpublic Reader getReader()
OccurrenceIFgetReader in interface OccurrenceIFpublic void setReader(Reader value, long length, LocatorIF datatype)
OccurrenceIFsetReader in interface OccurrenceIFpublic LocatorIF getLocator()
OccurrenceIFDataType.TYPE_URI). This method
is here primarily for backwards compatibility.getLocator in interface OccurrenceIFpublic void setLocator(LocatorIF locator)
OccurrenceIFsetValue(locator.getAddress(),
DataTypes.TYPE_URI). This method is here primarily for
backwards compatibility.setLocator in interface OccurrenceIFpublic long getLength()
OccurrenceIFgetLength in interface OccurrenceIFpublic Collection<TopicIF> getScope()
ScopedIFpublic void addTheme(TopicIF theme)
ScopedIFpublic void removeTheme(TopicIF theme)
ScopedIFremoveTheme in interface ScopedIFtheme - A topic to be removed from this scope; an object implementing TopicIF.public TopicIF getType()
TypedIFpublic void setType(TopicIF type)
TypedIFpublic TopicIF getReifier()
ReifiableIFgetReifier in interface ReifiableIFpublic void setReifier(TopicIF reifier)
ReifiableIFsetReifier in interface ReifiableIF