commonMain.cccev.s2.unit.domain.D2DataUnitPage.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cccev-unit-domain-jvm Show documentation
Show all versions of cccev-unit-domain-jvm Show documentation
Kotlin implementation of Core Criterion and Core Evidence Vocabulary
The newest version!
package cccev.s2.unit.domain
/**
* A DataUnit represents the type or unit of a specific value.
* It can be used to describe a variety of different types of data, such as physical measurements (e.g., meters, square meters, hours),
* dates, numbers, or units of power and weight (e.g., watts, kilograms).
* @d2 page
* @title Core/Data Unit
*/
interface D2DataUnitPage
/**
* @d2 service
* @parent [D2DataUnitPage]
*/
interface D2DataUnitService: DataUnitAggregate, DataUnitFinder
© 2015 - 2024 Weber Informatics LLC | Privacy Policy