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.
|
public List<TypeHierarchy.TypeNode> superTypes
public List<TypeHierarchy.TypeNode> subTypes
public TypeNode(String typeUri)
Copyright © 2016. All rights reserved.