Project

General

Profile

Actions

Feature #1677

closed

get successor of Name

Added by Shuo Chen almost 10 years ago. Updated almost 10 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Base
Target version:
Start date:
Due date:
% Done:

100%

Estimated time:

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.

Actions #1

Updated by Junxiao Shi almost 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.

Actions #2

Updated by Alex Afanasyev almost 10 years ago

Shuo, will you be able to implement this and submit a new patch set to gerrit?

Actions #3

Updated by Shuo Chen almost 10 years ago

  • Assignee set to Shuo Chen

Ok, I will finish it in these two days.

Actions #4

Updated by Shuo Chen almost 10 years ago

  • Status changed from New to Code review
  • % Done changed from 0 to 50
Actions #5

Updated by Junxiao Shi almost 10 years ago

  • Status changed from Code review to Closed
  • Target version set to v0.2
  • % Done changed from 50 to 100
Actions

Also available in: Atom PDF