public class SeeAlsoExpander extends Object
| Constructor and Description |
|---|
SeeAlsoExpander(TcManager tcManager) |
| Modifier and Type | Method and Description |
|---|---|
GraphNode |
expand(GraphNode node,
int recursion)
expands a node dereferencing its rdfs:seeAlso references using the
tcManager associated to this instance.
|
public SeeAlsoExpander(TcManager tcManager)
public GraphNode expand(GraphNode node, int recursion)
node - the node to be expandedrecursion - the maximum recursion depthCopyright © 2015–2022 The Apache Software Foundation. All rights reserved.