public static class TypeHierarchy.TypeNode extends Object
| Modifier and Type | Field and Description |
|---|---|
List<TypeHierarchy.TypeNode> |
subTypes
sub types of this type;
|
List<TypeHierarchy.TypeNode> |
superTypes
Super types of this type.
|
List<String> |
uris
URIs of this type.
|
| Constructor and Description |
|---|
TypeHierarchy.TypeNode(String typeUri) |
public List<TypeHierarchy.TypeNode> superTypes
public List<TypeHierarchy.TypeNode> subTypes
public TypeHierarchy.TypeNode(String typeUri)
Copyright © 2015. All rights reserved.