Actions
Feature #1677
closedget successor of Name
Description
Develop a Name::getSuccessor()
method that returns the successor of a Name.
The successor of a name is defined as follows:
N represents the set of NDN Names, and X,Y∈N.
Operator < is defined by canonical order on N.
Y is the successor of X, if (a) X<Y, and (b) ∄ Z∈N s.t. X<Z<Y.
This is equivalent to ccn_name_next_sibling
.
Updated by Junxiao Shi over 10 years ago
- Subject changed from get successor of name to get successor of Name
- Description updated (diff)
- Category set to Base
- Start date deleted (
06/18/2014)
Successor of name is needed by repo-ng to handle rightmost selector.
However, I doubt whether this is necessary to be included in the library.
Updated by Alex Afanasyev over 10 years ago
Shuo, will you be able to implement this and submit a new patch set to gerrit?
Updated by Shuo Chen over 10 years ago
- Assignee set to Shuo Chen
Ok, I will finish it in these two days.
Updated by Shuo Chen over 10 years ago
- Status changed from New to Code review
- % Done changed from 0 to 50
Updated by Junxiao Shi over 10 years ago
- Status changed from Code review to Closed
- Target version set to v0.2
- % Done changed from 50 to 100
Actions