Actions
Task #5245
closedTask #5215: Parser Updates
Task #5216: Integrate Name Tree
Name Tree Updates for Parser
Start date:
10/07/2022
Due date:
11/15/2022
% Done:
100%
Estimated time:
Description
modify functions:
search
change input search from prefix to single name component (EX: starting at root node, search for "ATTRIBUTE")
change output from leaves to node (EX: the example would return the node at /org/md2k/ATTRIBUTE)
get all leaves
A: change "ignore" from a single name to multiple
or
B: add a function to subtract one list from another (EX: a - b is removing every element in b from a if it exists)
add function:
isChild (node, leaf):
if leaf is a child of node:
return true
else:
return false
Actions