public class ListHierarchyMetaBySource
extends java.lang.Object
Constructor and Description |
---|
ListHierarchyMetaBySource() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
Entry point for processing.
|
protected void |
print(int depth,
java.lang.String sab,
LexBIGService lbSvc,
java.lang.String scheme,
CodingSchemeVersionOrTag csvt)
Handle one level of the tree, and recurse up to the indicated depth.
|
protected void |
printChain(LexBIGServiceConvenienceMethods lbscm,
java.lang.String scheme,
java.lang.String sab,
CodingSchemeVersionOrTag csvt,
ResolvedConceptReferenceList rootNodes,
int maxDepth)
Handles recursive display of hierarchical relations for the given set of
nodes, up to the maximum specified depth.
|
protected void |
printChainForNode(LexBIGServiceConvenienceMethods lbscm,
java.lang.String scheme,
java.lang.String sab,
CodingSchemeVersionOrTag csvt,
ResolvedConceptReference ref,
int currentDepth,
int maxDepth,
java.lang.String assocName)
Handles recursive display of hierarchy for an individual node, up to the
maximum specified depth.
|
void |
run(int maxDepth,
java.lang.String sab) |
public static void main(java.lang.String[] args)
args
- public void run(int maxDepth, java.lang.String sab) throws LBException
LBException
protected void print(int depth, java.lang.String sab, LexBIGService lbSvc, java.lang.String scheme, CodingSchemeVersionOrTag csvt) throws LBException
depth
- sab
- lbSvc
- csvt
- scheme
- tagOrVersion
- LBException
protected void printChain(LexBIGServiceConvenienceMethods lbscm, java.lang.String scheme, java.lang.String sab, CodingSchemeVersionOrTag csvt, ResolvedConceptReferenceList rootNodes, int maxDepth) throws LBException
lbscm
- scheme
- sab
- csvt
- ,rootNodes
- maxDepth
- LBException
protected void printChainForNode(LexBIGServiceConvenienceMethods lbscm, java.lang.String scheme, java.lang.String sab, CodingSchemeVersionOrTag csvt, ResolvedConceptReference ref, int currentDepth, int maxDepth, java.lang.String assocName) throws LBException
lbscm
- scheme
- sab
- csvt
- ref
- currentDepth
- maxDepth
- assocName
- LBException