java.lang.Object
org.odpi.openmetadata.samples.archiveutilities.cloudinformationmodel.properties.EntityGroup

public class EntityGroup extends Object
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 Details

  • Method Details

    • getConceptGroup

      public ConceptGroup getConceptGroup()
    • getSubjectAreaId

      public String getSubjectAreaId()
    • getClassConceptsJsonLD

      public List<Map<String,Object>> getClassConceptsJsonLD()
    • setClassConceptsJsonLD

      public void setClassConceptsJsonLD(List<Map<String,Object>> classConceptsJsonLD)
    • getPropertyConceptsJsonLD

      public List<Map<String,Object>> getPropertyConceptsJsonLD()
    • setPropertyConceptsJsonLD

      public void setPropertyConceptsJsonLD(List<Map<String,Object>> propertyConceptsJsonLD)
    • getSchemasJsonLD

      public List<Map<String,Object>> getSchemasJsonLD()
    • setSchemasJsonLD

      public void setSchemasJsonLD(List<Map<String,Object>> schemasJsonLD)