Class DefaultEvaluationMethod
Object
AbstractMetadata
ModifiableMetadata
ISOMetadata
DefaultEvaluationMethod
- All Implemented Interfaces:
- Serializable,- Emptiable,- LenientComparable,- IdentifiedObject
- Direct Known Subclasses:
- AbstractDataEvaluation,- DefaultAggregationDerivation
@UML(identifier="DQ_EvaluationMethod",
     specification=UNSPECIFIED)
public class DefaultEvaluationMethod
extends ISOMetadata
Description of the evaluation method and procedure applied.
 
Limitations
- Instances of this class are not synchronized for multi-threading. Synchronization, if needed, is caller's responsibility.
- Serialized objects of this class are not guaranteed to be compatible with future Apache SIS releases.
       Serialization support is appropriate for short term storage or RMI between applications running the
       same version of Apache SIS. For long term storage, use XMLinstead.
- Since:
- 1.3
- See Also:
Defined in the sis-metadata module
- 
Nested Class SummaryNested classes/interfaces inherited from class ModifiableMetadataModifiableMetadata.State
- 
Field SummaryFields inherited from class ISOMetadataidentifiers
- 
Constructor SummaryConstructorsConstructorDescriptionConstructs an initially empty evaluation method.Constructs a new instance initialized with the values from the specified metadata object.
- 
Method SummaryModifier and TypeMethodDescriptionReturns the date or range of dates on which a data quality measure was applied.Returns the description of the evaluation method.Returns the type of method used to evaluate quality of the data.Returns the reference to the procedure information.Returns information on documents which are referenced in developing and applying a data quality evaluation method.Returns the metadata standard, which is ISO 19157.voidsetDates(Collection<? extends Temporal> newValues) Sets the date or range of dates on which a data quality measure was applied.voidSets the description of the evaluation method.voidsetEvaluationMethodType(EvaluationMethodType newValue) Sets the type of method used to evaluate quality of the data.voidsetEvaluationProcedure(Citation newValue) Sets the reference to the procedure information.voidsetReferenceDocuments(Collection<? extends Citation> newValues) Sets the information on documents referenced in data quality evaluation method.Methods inherited from class ISOMetadatagetIdentifier, getIdentifierMap, getIdentifiers, setIdentifier, transitionToMethods inherited from class ModifiableMetadatacheckWritePermission, collectionType, copyCollection, copyList, copyMap, copySet, deepCopy, nonNullCollection, nonNullList, nonNullMap, nonNullSet, singleton, state, writeCollection, writeList, writeMap, writeSetMethods inherited from class AbstractMetadataasMap, asTreeTable, equals, equals, getInterface, hashCode, isEmpty, prune, toString
- 
Constructor Details- 
DefaultEvaluationMethodpublic DefaultEvaluationMethod()Constructs an initially empty evaluation method.
- 
DefaultEvaluationMethodConstructs a new instance initialized with the values from the specified metadata object. This is a shallow copy constructor, because the other metadata contained in the given object are not recursively copied.- Parameters:
- object- the metadata to copy values from, or- nullif none.
 
 
- 
- 
Method Details- 
getEvaluationMethodType@UML(identifier="evaluationMethodType", obligation=OPTIONAL, specification=UNSPECIFIED) public EvaluationMethodType getEvaluationMethodType()Returns the type of method used to evaluate quality of the data.- Returns:
- type of method used to evaluate quality, or nullif none.
 
- 
setEvaluationMethodTypeSets the type of method used to evaluate quality of the data.- Parameters:
- newValue- the new evaluation method type.
 
- 
getEvaluationMethodDescription@UML(identifier="evaluationMethodDescription", obligation=OPTIONAL, specification=UNSPECIFIED) public InternationalString getEvaluationMethodDescription()Returns the description of the evaluation method.- Returns:
- description of the evaluation method, or nullif none.
 
- 
setEvaluationMethodDescriptionSets the description of the evaluation method.- Parameters:
- newValue- the new evaluation method description.
 
- 
getEvaluationProcedure@UML(identifier="evaluationProcedure", obligation=OPTIONAL, specification=UNSPECIFIED) public Citation getEvaluationProcedure()Returns the reference to the procedure information.- Returns:
- reference to the procedure information, or nullif none.
 
- 
setEvaluationProcedureSets the reference to the procedure information.- Parameters:
- newValue- the new evaluation procedure.
 
- 
getReferenceDocuments@UML(identifier="referenceDoc", obligation=OPTIONAL, specification=UNSPECIFIED) public Collection<Citation> getReferenceDocuments()Returns information on documents which are referenced in developing and applying a data quality evaluation method.- Returns:
- documents referenced in data quality evaluation method.
 
- 
setReferenceDocumentsSets the information on documents referenced in data quality evaluation method.- Parameters:
- newValues- the new name of measures.
 
- 
getDates@UML(identifier="dateTime", obligation=OPTIONAL, specification=UNSPECIFIED) public Collection<Temporal> getDates()Returns the date or range of dates on which a data quality measure was applied. The collection size is 1 for a single date, or 2 for a range. Returns an empty collection if this information is not available.- Returns:
- date or range of dates on which a data quality measure was applied.
 
- 
setDatesSets the date or range of dates on which a data quality measure was applied. The collection size is 1 for a single date, or 2 for a range.- Parameters:
- newValues- the new dates, or- null.
 
- 
getStandardReturns the metadata standard, which is ISO 19157.- Overrides:
- getStandardin class- ISOMetadata
- Returns:
- the metadata standard, which is ISO 19157.
 
 
-