Interface DataPod
- All Superinterfaces:
AutoCloseable
- All Known Subinterfaces:
RdfDataPod,RdfDataPodHdt
- All Known Implementing Classes:
RdfDataPodBase,RdfDataPodHdtImpl
A DataPod represents a specific digital copy of a dataset
and acts as the provider for means of access to it.
Technically, a DataPod is a possibly mutable logical view over a (sub set of a) database system
- Author:
- raven
-
Method Summary
Modifier and TypeMethodDescriptionbooleanWhether the content of the data object can be modifiedMethods inherited from interface java.lang.AutoCloseable
close
-
Method Details
-
isMutable
boolean isMutable()Whether the content of the data object can be modified
-