Class EntityExplorer
java.lang.Object
org.odpi.openmetadata.viewservices.tex.api.properties.EntityExplorer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addClassification
(String classificationName) void
addInheritedAttributes
(List<TypeDefAttribute> inheritedAttrs) void
addInheritedClassification
(String classificationName) void
addInheritedRelationship
(String relationshipTypeName) void
addRelationship
(String relationshipTypeName) void
addSubTypName
(String subTypeName)
-
Constructor Details
-
EntityExplorer
-
-
Method Details
-
getEntityDef
-
getInheritedAttributes
-
getSubTypeNames
-
getClassificationNames
-
getRelationshipNames
-
getInheritedRelationshipNames
-
getInheritedClassificationNames
-
addSubTypName
-
addInheritedAttributes
-
addRelationship
-
addInheritedRelationship
-
addClassification
-
addInheritedClassification
-