Class EntityGroup
java.lang.Object
org.odpi.openmetadata.samples.archiveutilities.cloudinformationmodel.properties.EntityGroup
EntityGroup is used for assembling the concept group, class concepts, property concepts and
schemas together. They are dispersed in the model file and need to be grouped together
to ensure the parsed model is properly linked
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetClassConceptsJsonLD(List<Map<String, Object>> classConceptsJsonLD) voidsetPropertyConceptsJsonLD(List<Map<String, Object>> propertyConceptsJsonLD) voidsetSchemasJsonLD(List<Map<String, Object>> schemasJsonLD)
-
Constructor Details
-
EntityGroup
-
-
Method Details
-
getConceptGroup
-
getSubjectAreaId
-
getClassConceptsJsonLD
-
setClassConceptsJsonLD
-
getPropertyConceptsJsonLD
-
setPropertyConceptsJsonLD
-
getSchemasJsonLD
-
setSchemasJsonLD
-