Runnable class that allows the ContentExplorer to add children in the name tree. More...
Public Member Functions | |
AddChildren (ContentExplorer ce, ArrayList< ContentName > n, ContentName p) | |
Constructor for the AddChildren class. | |
void | run () |
run() method for the thread adding children |
Runnable class that allows the ContentExplorer to add children in the name tree.
org.ccnx.ccn.utils.explorer.AddChildren.AddChildren | ( | ContentExplorer | ce, | |
ArrayList< ContentName > | n, | |||
ContentName | p | |||
) |
Constructor for the AddChildren class.
ce | The instance of the ContentExplorer wanting to add children | |
n | The ContentName ArrayList of the children to add | |
p | The ContentName for the prefix of the children |