|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectAbstractMetadata
ModifiableMetadata
MetadataEntity
DefaultEvent
@ThreadSafe public class DefaultEvent
Identification of a significant collection point within an operation.
| metadata/geotk-metadata (download) | View source code for this class |
| Field Summary |
|---|
| Fields inherited from class MetadataEntity |
|---|
identifiers |
| Fields inherited from class AbstractMetadata |
|---|
LOGGER |
| Constructor Summary | |
|---|---|
DefaultEvent()
Constructs an initially empty acquisition information. |
|
DefaultEvent(Event source)
Constructs a metadata entity initialized with the values from the specified metadata. |
|
| Method Summary | |
|---|---|
static DefaultEvent |
castOrCopy(Event object)
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation. |
Context |
getContext()
Meaning of the event. |
Collection<Objective> |
getExpectedObjectives()
Returns the objective or objectives satisfied by an event. |
Identifier |
getIdentifier()
Returns the event name or number. |
PlatformPass |
getRelatedPass()
Returns the pass during which an event occurs. |
Collection<? extends Instrument> |
getRelatedSensors()
Returns the instrument or instruments for which the event is meaningful. |
Sequence |
getSequence()
Returns the relative time ordering of the event. |
Date |
getTime()
Returns the time the event occurred. |
Trigger |
getTrigger()
Returns the initiator of the event. |
void |
setContext(Context newValue)
Sets the meaning of the event. |
void |
setExpectedObjectives(Collection<? extends Objective> newValues)
Sets the objective or objectives satisfied by an event. |
void |
setIdentifier(Identifier newValue)
Sets the event name or number. |
void |
setRelatedPass(PlatformPass newValue)
Sets the pass during which an event occurs. |
void |
setRelatedSensors(Collection<? extends Instrument> newValues)
Sets the instrument or instruments for which the event is meaningful. |
void |
setSequence(Sequence newValue)
Sets the relative time ordering of the event. |
void |
setTime(Date newValue)
Sets the time the event occurred. |
void |
setTrigger(Trigger newValue)
Sets the initiator of the event. |
| Methods inherited from class MetadataEntity |
|---|
getIdentifierMap, getIdentifiers, getStandard |
| Methods inherited from class ModifiableMetadata |
|---|
checkWritePermission, clone, collectionType, copyCollection, copyList, copySet, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, prune, unmodifiable |
| Methods inherited from class AbstractMetadata |
|---|
asMap, asTree, asTreeTable, equals, equals, getInterface, hashCode, isEmpty, parse, toString |
| Methods inherited from class Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultEvent()
public DefaultEvent(Event source)
source - The metadata to copy, or null if none.| Method Detail |
|---|
public static DefaultEvent castOrCopy(Event object)
null, then this method returns null.
Otherwise if the given object is already a Geotk implementation, then the given object is
returned unchanged. Otherwise a new Geotk implementation is created and initialized to the
attribute values of the given object, using a shallow copy operation
(i.e. attributes are not cloned).
object - The object to get as a Geotk implementation, or null if none.
null if the argument was null.public Identifier getIdentifier()
getIdentifier in interface EventgetIdentifier in class MetadataEntitynull if none.public void setIdentifier(Identifier newValue)
newValue - The event identifier value.public Trigger getTrigger()
getTrigger in interface Eventpublic void setTrigger(Trigger newValue)
newValue - The new trigger value.public Context getContext()
getContext in interface Eventpublic void setContext(Context newValue)
newValue - The new context value.public Sequence getSequence()
getSequence in interface Eventpublic void setSequence(Sequence newValue)
newValue - The new sequence value.public Date getTime()
getTime in interface Eventpublic void setTime(Date newValue)
newValue - The new time value.public Collection<Objective> getExpectedObjectives()
getExpectedObjectives in interface Eventpublic void setExpectedObjectives(Collection<? extends Objective> newValues)
newValues - The new expected objectives values.public PlatformPass getRelatedPass()
null if unspecified.
getRelatedPass in interface Eventpublic void setRelatedPass(PlatformPass newValue)
newValue - The new platform pass value.public Collection<? extends Instrument> getRelatedSensors()
getRelatedSensors in interface Eventpublic void setRelatedSensors(Collection<? extends Instrument> newValues)
newValues - The new instrument values.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||