|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectAbstractMetadata
ModifiableMetadata
MetadataEntity
AbstractElement
@ThreadSafe public class AbstractElement
Type of test applied to the data specified by a data quality scope.
| 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 | |
|---|---|
AbstractElement()
Constructs an initially empty element. |
|
AbstractElement(Element source)
Constructs a metadata entity initialized with the values from the specified metadata. |
|
AbstractElement(Result result)
Creates an element initialized to the given result. |
|
| Method Summary | |
|---|---|
static AbstractElement |
castOrCopy(Element object)
Returns a Geotk metadata implementation with the same values than the given arbitrary implementation. |
Collection<Date> |
getDates()
Returns the date or range of dates on which a data quality measure was applied. |
InternationalString |
getEvaluationMethodDescription()
Returns the description of the evaluation method. |
EvaluationMethodType |
getEvaluationMethodType()
Returns the type of method used to evaluate quality of the dataset, or null if unspecified. |
Citation |
getEvaluationProcedure()
Returns the reference to the procedure information, or null if none. |
InternationalString |
getMeasureDescription()
Returns the description of the measure being determined. |
Identifier |
getMeasureIdentification()
Returns the code identifying a registered standard procedure, or null if none. |
Collection<InternationalString> |
getNamesOfMeasure()
Returns the name of the test applied to the data. |
Collection<Result> |
getResults()
Returns the value (or set of values) obtained from applying a data quality measure or the out come of evaluating the obtained value (or set of values) against a specified acceptable conformance quality level. |
void |
setDates(Collection<Date> newValues)
Sets the date or range of dates on which a data quality measure was applied. |
void |
setEvaluationMethodDescription(InternationalString newValue)
Sets the description of the evaluation method. |
void |
setEvaluationMethodType(EvaluationMethodType newValue)
Sets the ype of method used to evaluate quality of the dataset. |
void |
setEvaluationProcedure(Citation newValue)
Sets the reference to the procedure information. |
void |
setMeasureDescription(InternationalString newValue)
Sets the description of the measure being determined. |
void |
setMeasureIdentification(Identifier newValue)
Sets the code identifying a registered standard procedure. |
void |
setNamesOfMeasure(Collection<? extends InternationalString> newValues)
Sets the name of the test applied to the data. |
void |
setResults(Collection<? extends Result> newValues)
Sets the value (or set of values) obtained from applying a data quality measure or the out come of evaluating the obtained value (or set of values) against a specified acceptable conformance quality level. |
| 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 AbstractElement()
public AbstractElement(Element source)
source - The metadata to copy, or null if none.public AbstractElement(Result result)
result - The value obtained from applying a data quality measure against a specified
acceptable conformance quality level.| Method Detail |
|---|
public static AbstractElement castOrCopy(Element 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).
This method checks for the PositionalAccuracy, TemporalAccuracy,
ThematicAccuracy, LogicalConsistency, Completeness and
Usability sub-interfaces. If one of those interfaces is found, then this method
delegates to the corresponding castOrCopy static method. If the given object implements
more than one of the above-cited interfaces, then the castOrCopy method to be used is
unspecified.
object - The object to get as a Geotk implementation, or null if none.
null if the argument was null.public Collection<InternationalString> getNamesOfMeasure()
getNamesOfMeasure in interface Elementpublic void setNamesOfMeasure(Collection<? extends InternationalString> newValues)
newValues - The new name of measures.public Identifier getMeasureIdentification()
null if none.
getMeasureIdentification in interface Elementpublic void setMeasureIdentification(Identifier newValue)
newValue - The new measure identification.public InternationalString getMeasureDescription()
getMeasureDescription in interface Elementpublic void setMeasureDescription(InternationalString newValue)
newValue - The new measure description.public EvaluationMethodType getEvaluationMethodType()
null if unspecified.
getEvaluationMethodType in interface Elementpublic void setEvaluationMethodType(EvaluationMethodType newValue)
newValue - The new evaluation method type.public InternationalString getEvaluationMethodDescription()
getEvaluationMethodDescription in interface Elementpublic void setEvaluationMethodDescription(InternationalString newValue)
newValue - The new evaluation method description.public Citation getEvaluationProcedure()
null if none.
getEvaluationProcedure in interface Elementpublic void setEvaluationProcedure(Citation newValue)
newValue - The new evaluation procedure.public Collection<Date> getDates()
getDates in interface Elementpublic void setDates(Collection<Date> newValues)
newValues - The new dates, or null.public Collection<Result> getResults()
getResults in interface Elementpublic void setResults(Collection<? extends Result> newValues)
newValues - The new results.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||