commonMain.cccev.f2.concept.domain.InformationConceptCommandApi.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cccev-concept-f2-domain-jvm Show documentation
Show all versions of cccev-concept-f2-domain-jvm Show documentation
Kotlin implementation of Core Criterion and Core Evidence Vocabulary
package cccev.f2.concept.domain
import cccev.f2.concept.domain.command.InformationConceptCreateFunction
import cccev.f2.concept.domain.command.InformationConceptUpdateFunction
interface InformationConceptCommandApi {
fun conceptCreate(): InformationConceptCreateFunction
fun conceptUpdate(): InformationConceptUpdateFunction
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy