Class LogicalConsistencyImpl
- Object
-
- AbstractMetadata
-
- ModifiableMetadata
-
- MetadataEntity
-
- ElementImpl
-
- LogicalConsistencyImpl
-
- All Implemented Interfaces:
Serializable
,Cloneable
,Element
,LogicalConsistency
- Direct Known Subclasses:
ConceptualConsistencyImpl
,DomainConsistencyImpl
,FormatConsistencyImpl
,TopologicalConsistencyImpl
public class LogicalConsistencyImpl extends ElementImpl implements LogicalConsistency
Degree of adherence to logical rules of data structure, attribution and relationships (data structure can be conceptual, logical or physical).- Since:
- 2.1
- Author:
- Martin Desruisseaux (IRD), Touraïvane
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class AbstractMetadata
LOGGER
-
-
Constructor Summary
Constructors Constructor Description LogicalConsistencyImpl()
Constructs an initially empty logical consistency.LogicalConsistencyImpl(LogicalConsistency source)
Constructs a metadata entity initialized with the values from the specified metadata.
-
Method Summary
-
Methods inherited from class ElementImpl
getDates, getEvaluationMethodDescription, getEvaluationMethodType, getEvaluationProcedure, getMeasureDescription, getMeasureIdentification, getNamesOfMeasure, getResults, setDates, setEvaluationMethodDescription, setEvaluationMethodType, setEvaluationProcedure, setMeasureDescription, setMeasureIdentification, setNamesOfMeasure, setResults
-
Methods inherited from class MetadataEntity
ensureNonNull, getStandard
-
Methods inherited from class ModifiableMetadata
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable
-
Methods inherited from class AbstractMetadata
asMap, asTree, equals, getInterface, hashCode, toString
-
Methods inherited from interface Element
getDates, getEvaluationMethodDescription, getEvaluationMethodType, getEvaluationProcedure, getMeasureDescription, getMeasureIdentification, getNamesOfMeasure, getResults
-
-
-
-
Constructor Detail
-
LogicalConsistencyImpl
public LogicalConsistencyImpl()
Constructs an initially empty logical consistency.
-
LogicalConsistencyImpl
public LogicalConsistencyImpl(LogicalConsistency source)
Constructs a metadata entity initialized with the values from the specified metadata.- Since:
- 2.4
-
-