public class EntityExplorer extends Object
| Constructor and Description |
|---|
EntityExplorer(EntityDef def) |
| Modifier and Type | Method and Description |
|---|---|
void |
addClassification(String classificationName) |
void |
addInheritedAttributes(List<TypeDefAttribute> inheritedAttrs) |
void |
addInheritedClassification(String classificationName) |
void |
addInheritedRelationship(String relationshipTypeName) |
void |
addRelationship(String relationshipTypeName) |
void |
addSubTypName(String subTypeName) |
List<String> |
getClassificationNames() |
EntityDef |
getEntityDef() |
List<TypeDefAttribute> |
getInheritedAttributes() |
List<String> |
getInheritedClassificationNames() |
List<String> |
getInheritedRelationshipNames() |
List<String> |
getRelationshipNames() |
List<String> |
getSubTypeNames() |
public EntityExplorer(EntityDef def)
public EntityDef getEntityDef()
public List<TypeDefAttribute> getInheritedAttributes()
public void addSubTypName(String subTypeName)
public void addInheritedAttributes(List<TypeDefAttribute> inheritedAttrs)
public void addRelationship(String relationshipTypeName)
public void addInheritedRelationship(String relationshipTypeName)
public void addClassification(String classificationName)
public void addInheritedClassification(String classificationName)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.