Class AbstractDataEvaluation

All Implemented Interfaces:
Serializable, Emptiable, LenientComparable, IdentifiedObject
Direct Known Subclasses:
DefaultFullInspection, DefaultIndirectEvaluation, DefaultSampleBasedInspection

@UML(identifier="DQ_DataEvaluation", specification=UNSPECIFIED) public class AbstractDataEvaluation extends DefaultEvaluationMethod
Data evaluation method.

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 XML instead.
Since:
1.3
Version:
1.3
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Serial number for inter-operability with different versions.
      See Also:
  • Constructor Details

    • AbstractDataEvaluation

      public AbstractDataEvaluation()
      Constructs an initially empty Evaluation for data.
    • AbstractDataEvaluation

      public AbstractDataEvaluation(AbstractDataEvaluation object)
      Constructs 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 null if none.