cccev.projection.api.entity.NodeLabel.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cccev-projection-api Show documentation
Show all versions of cccev-projection-api Show documentation
Kotlin implementation of Core Criterion and Core Evidence Vocabulary
The newest version!
package cccev.projection.api.entity
object NodeLabel {
const val DATA_UNIT = "DataUnit"
const val FRAMEWORK = "Framework"
const val INFORMATION_CONCEPT = "InformationConcept"
const val EVIDENCE = "Evidence"
const val EVIDENCE_TYPE = "EvidenceType"
const val EVIDENCE_TYPE_LIST = "EvidenceTypeList"
const val CERTIFICATION = "Certification"
const val REQUIREMENT = "Requirement"
const val SUPPORTED_VALUE = "SupportedValue"
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy