Project

General

Profile

Actions

Task #5245

closed

Task #5215: Parser Updates

Task #5216: Integrate Name Tree

Name Tree Updates for Parser

Added by Adam Thieme about 2 years ago. Updated almost 2 years ago.

Status:
Closed
Priority:
High
Assignee:
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 #1

Updated by Adam Thieme about 2 years ago

  • Due date changed from 10/17/2022 to 11/15/2022
Actions #2

Updated by Adam Thieme almost 2 years ago

  • Status changed from In Progress to Resolved
  • % Done changed from 0 to 100
Actions #3

Updated by Adam Thieme almost 2 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF