java.lang.Object
org.odpi.openmetadata.viewservices.tex.api.properties.EntityExplorer

public class EntityExplorer extends Object
  • Constructor Details

    • EntityExplorer

      public EntityExplorer(EntityDef def)
  • Method Details

    • getEntityDef

      public EntityDef getEntityDef()
    • getInheritedAttributes

      public List<TypeDefAttribute> getInheritedAttributes()
    • getSubTypeNames

      public List<String> getSubTypeNames()
    • getClassificationNames

      public List<String> getClassificationNames()
    • getRelationshipNames

      public List<String> getRelationshipNames()
    • getInheritedRelationshipNames

      public List<String> getInheritedRelationshipNames()
    • getInheritedClassificationNames

      public List<String> getInheritedClassificationNames()
    • addSubTypName

      public void addSubTypName(String subTypeName)
    • addInheritedAttributes

      public void addInheritedAttributes(List<TypeDefAttribute> inheritedAttrs)
    • addRelationship

      public void addRelationship(String relationshipTypeName)
    • addInheritedRelationship

      public void addInheritedRelationship(String relationshipTypeName)
    • addClassification

      public void addClassification(String classificationName)
    • addInheritedClassification

      public void addInheritedClassification(String classificationName)