|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectAbstractMetadata
ModifiableMetadata
MetadataEntity
DefaultProcessStep
@ThreadSafe public class DefaultProcessStep
Description of the event, including related parameters or tolerances.
| 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 | |
|---|---|
DefaultProcessStep()
Creates an initially empty process step. |
|
DefaultProcessStep(InternationalString description)
Creates a process step initialized to the given description. |
|
DefaultProcessStep(ProcessStep source)
Constructs a metadata entity initialized with the values from the specified metadata. |
|
| Method Summary | |
|---|---|
static DefaultProcessStep |
castOrCopy(ProcessStep object)
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation. |
Date |
getDate()
Returns the date and time or range of date and time on or over which the process step occurred. |
InternationalString |
getDescription()
Returns the description of the event, including related parameters or tolerances. |
Collection<Source> |
getOutputs()
Returns the description of the product generated as a result of the process step. |
Processing |
getProcessingInformation()
Returns the comprehensive information about the procedure by which the algorithm was applied to derive geographic data from the raw instrument measurements, such as datasets, software used, and the processing environment. |
Collection<ResponsibleParty> |
getProcessors()
Returns the identification of, and means of communication with, person(s) and organization(s) associated with the process step. |
InternationalString |
getRationale()
Returns the requirement or purpose for the process step. |
Collection<ProcessStepReport> |
getReports()
Returns the report generated by the process step. |
Collection<Source> |
getSources()
Returns the information about the source data used in creating the data specified by the scope. |
void |
setDate(Date newValue)
Sets the date and time or range of date and time on or over which the process step occurred. |
void |
setDescription(InternationalString newValue)
Sets the description of the event, including related parameters or tolerances. |
void |
setOutputs(Collection<? extends Source> newValues)
Sets the description of the product generated as a result of the process step. |
void |
setProcessingInformation(Processing newValue)
Sets the comprehensive information about the procedure by which the algorithm was applied to derive geographic data from the raw instrument measurements, such as datasets, software used, and the processing environment. |
void |
setProcessors(Collection<? extends ResponsibleParty> newValues)
Identification of, and means of communication with, person(s) and organization(s) associated with the process step. |
void |
setRationale(InternationalString newValue)
Sets the requirement or purpose for the process step. |
void |
setReports(Collection<? extends ProcessStepReport> newValues)
Sets the report generated by the process step. |
void |
setSources(Collection<? extends Source> newValues)
Information about the source data used in creating the data specified by the scope. |
| Methods inherited from class MetadataEntity |
|---|
getIdentifier, 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 DefaultProcessStep()
public DefaultProcessStep(ProcessStep source)
source - The metadata to copy, or null if none.public DefaultProcessStep(InternationalString description)
description - Description of the event, including related parameters or tolerances.| Method Detail |
|---|
public static DefaultProcessStep castOrCopy(ProcessStep 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 InternationalString getDescription()
getDescription in interface ProcessSteppublic void setDescription(InternationalString newValue)
newValue - The new description.public InternationalString getRationale()
getRationale in interface ProcessSteppublic void setRationale(InternationalString newValue)
newValue - The new rationale.public Date getDate()
getDate in interface ProcessSteppublic void setDate(Date newValue)
newValue - The new date.public Collection<ResponsibleParty> getProcessors()
getProcessors in interface ProcessSteppublic void setProcessors(Collection<? extends ResponsibleParty> newValues)
newValues - The new processors.public Collection<Source> getSources()
getSources in interface ProcessSteppublic void setSources(Collection<? extends Source> newValues)
newValues - The new sources.public Collection<Source> getOutputs()
getOutputs in interface ProcessSteppublic void setOutputs(Collection<? extends Source> newValues)
newValues - The new output values.public Processing getProcessingInformation()
null if unspecified.
getProcessingInformation in interface ProcessSteppublic void setProcessingInformation(Processing newValue)
newValue - The new processing information value.public Collection<ProcessStepReport> getReports()
getReports in interface ProcessSteppublic void setReports(Collection<? extends ProcessStepReport> newValues)
newValues - The new process step report values.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||