public class DefaultOperation extends ISOMetadata implements Operation
MI_Operation
├─identifier………………… Unique identification of the operation.
│ └─code……………………… Alphanumeric value identifying an instance in the namespace.
├─status…………………………… Status of the data acquisition.
└─parentOperation…… Heritage of the operation.Limitations:
XML instead.Defined in the sis-metadata module
identifiers| Constructor and Description |
|---|
DefaultOperation()
Constructs an initially empty operation.
|
DefaultOperation(Operation object)
Constructs a new instance initialized with the values from the specified metadata object.
|
| Modifier and Type | Method and Description |
|---|---|
static DefaultOperation |
castOrCopy(Operation object)
Returns a SIS metadata implementation with the values of the given arbitrary implementation.
|
Collection<Operation> |
getChildOperations()
Returns the sub-missions that make up part of a larger mission.
|
Citation |
getCitation()
Returns the identification of the mission.
|
InternationalString |
getDescription()
Returns the description of the mission on which the platform observations are made and the
objectives of that mission.
|
Identifier |
getIdentifier()
Returns the unique identification of the operation.
|
Collection<Objective> |
getObjectives()
Returns object(s) or area(s) of interest to be sensed.
|
Operation |
getParentOperation()
Returns the heritage of the operation.
|
Plan |
getPlan()
Returns the plan satisfied by the operation.
|
Collection<Platform> |
getPlatforms()
Returns the platform (or platforms) used in the operation.
|
Collection<Event> |
getSignificantEvents()
Returns the record of an event occurring during an operation.
|
Progress |
getStatus()
Returns the status of the data acquisition.
|
OperationType |
getType()
Returns the collection technique for the operation.
|
void |
setChildOperations(Collection<? extends Operation> newValues)
Sets the sub-missions that make up part of a larger mission.
|
void |
setCitation(Citation newValue)
Sets the identification of the mission.
|
void |
setDescription(InternationalString newValue)
Sets the description of the mission on which the platform observations are made and the
objectives of that mission.
|
void |
setIdentifier(Identifier newValue)
Sets the unique identification of the operation.
|
void |
setObjectives(Collection<? extends Objective> newValues)
Sets Object(s) or area(s) of interest to be sensed.
|
void |
setParentOperation(Operation newValue)
Sets the heritage of the operation.
|
void |
setPlan(Plan newValue)
Sets the plan satisfied by the operation.
|
void |
setPlatforms(Collection<? extends Platform> newValues)
Sets the platform (or platforms) used in the operation.
|
void |
setSignificantEvents(Collection<? extends Event> newValues)
Sets the record of an event occurring during an operation.
|
void |
setStatus(Progress newValue)
Sets the status of the data acquisition.
|
void |
setType(OperationType newValue)
Sets the collection technique for the operation.
|
freeze, getIdentifierMap, getIdentifiers, getStandardcheckWritePermission, clone, collectionType, copyCollection, copyList, copySet, isModifiable, nonNullCollection, nonNullList, nonNullSet, singleton, unmodifiable, writeCollection, writeList, writeSetasMap, asTreeTable, equals, equals, getInterface, hashCode, isEmpty, prune, toStringpublic DefaultOperation()
public DefaultOperation(Operation object)
object - the metadata to copy values from, or null if none.castOrCopy(Operation)public static DefaultOperation castOrCopy(Operation object)
null, then this method returns null.DefaultOperation, then it is returned unchanged.DefaultOperation instance is created using the
copy constructor
and returned. Note that this is a shallow copy operation, since the other
metadata contained in the given object are not recursively copied.object - the object to get as a SIS implementation, or null if none.null if the argument was null.public InternationalString getDescription()
null if unspecified.getDescription in interface Operationnull.public void setDescription(InternationalString newValue)
newValue - the new description value.public Citation getCitation()
null if unspecified.getCitation in interface Operationnull.public void setCitation(Citation newValue)
newValue - the new citation value.public Identifier getIdentifier()
getIdentifier in interface Operationnull.public void setIdentifier(Identifier newValue)
newValue - the new identifier value.public Progress getStatus()
getStatus in interface Operationnull.public void setStatus(Progress newValue)
newValue - the new status value.public OperationType getType()
public void setType(OperationType newValue)
newValue - the new type value.public Collection<Operation> getChildOperations()
getChildOperations in interface Operationpublic void setChildOperations(Collection<? extends Operation> newValues)
newValues - the new child operations values.public Collection<Objective> getObjectives()
getObjectives in interface Operationpublic void setObjectives(Collection<? extends Objective> newValues)
newValues - the new objectives values.public Operation getParentOperation()
getParentOperation in interface Operationnull.public void setParentOperation(Operation newValue)
newValue - the new parent operation value.public Plan getPlan()
public void setPlan(Plan newValue)
newValue - the new plan value.public Collection<Platform> getPlatforms()
getPlatforms in interface Operationpublic void setPlatforms(Collection<? extends Platform> newValues)
newValues - the new platforms values.public Collection<Event> getSignificantEvents()
getSignificantEvents in interface Operationpublic void setSignificantEvents(Collection<? extends Event> newValues)
newValues - the new significant events value.Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.