commonMain.cccev.s2.concept.domain.D2InformationConceptPage.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cccev-concept-domain-jvm Show documentation
Show all versions of cccev-concept-domain-jvm Show documentation
Kotlin implementation of Core Criterion and Core Evidence Vocabulary
package cccev.s2.concept.domain
/**
* An InformationConcept represents a piece of information on which Requirements can be applied,
* and provided by an Evidence or auto-computed from other InformationConcepts.
* See https://semiceu.github.io/CCCEV/releases/2.00/#Information%20Concept
* @d2 page
* @title Core/Information Concept
*/
interface D2InformationConceptPage
/**
* @d2 service
* @parent [D2InformationConceptPage]
*/
interface D2InformationConceptService: InformationConceptAggregate, InformationConceptFinder
© 2015 - 2024 Weber Informatics LLC | Privacy Policy