public class DTypeHierarchy extends Object
| Constructor and Description |
|---|
DTypeHierarchy() |
| Modifier and Type | Method and Description |
|---|---|
void |
build(Map<String,DType> allTypes) |
List<DType> |
findChildTypes(Map<String,DType> allTypes,
DType type) |
List<DType> |
findParentTypes(Map<String,DType> allTypes,
DType type) |
boolean |
isChild(DType type,
DType child) |
boolean |
isParent(DType type,
DType parent) |
Copyright © 2020. All rights reserved.