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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setClassConceptsJsonLD
(List<Map<String, Object>> classConceptsJsonLD) void
setPropertyConceptsJsonLD
(List<Map<String, Object>> propertyConceptsJsonLD) void
setSchemasJsonLD
(List<Map<String, Object>> schemasJsonLD)
-
Constructor Details
-
EntityGroup
-
-
Method Details
-
getConceptGroup
-
getSubjectAreaId
-
getClassConceptsJsonLD
-
setClassConceptsJsonLD
-
getPropertyConceptsJsonLD
-
setPropertyConceptsJsonLD
-
getSchemasJsonLD
-
setSchemasJsonLD
-