@PortedFrom(file="ToDoList.h", name="ToDoList") public class ToDoList extends Object implements Serializable
| Constructor and Description |
|---|
ToDoList(SaveStackRare r)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addEntry(DlCompletionTree node,
DagTag type,
ConceptWDep c)
add entry with given NODE and CONCEPT with given OFFSET to the Todo table
|
void |
clear()
clear Todo table
|
ToDoEntry |
getNextEntry() |
void |
initPriorities(String options)
init priorities via Options
|
boolean |
isEmpty() |
void |
restore(int level)
restore state to the given level using internal stack
|
void |
restoreState(TODOListSaveState tss)
restore Todo table content from given saveState entry
|
void |
save()
save current state using internal stack
|
void |
saveState(TODOListSaveState tss)
save current Todo table content to given saveState entry
|
String |
toString() |
public ToDoList(SaveStackRare r)
r - rare stack@PortedFrom(file="ToDoList.h", name="saveState") public void saveState(TODOListSaveState tss)
tss - tss@PortedFrom(file="ToDoList.h", name="restoreState") public void restoreState(TODOListSaveState tss)
tss - tss@Original public void initPriorities(String options)
options - Options@PortedFrom(file="ToDoList.h", name="clear") public void clear()
public boolean isEmpty()
@PortedFrom(file="ToDoList.h", name="addEntry") public void addEntry(DlCompletionTree node, DagTag type, ConceptWDep c)
node - nodetype - typec - C@PortedFrom(file="ToDoList.h", name="save") public void save()
@PortedFrom(file="ToDoList.h", name="restore") public void restore(int level)
level - level@Nullable @PortedFrom(file="ToDoList.h", name="getNextEntry") public ToDoEntry getNextEntry()
Copyright © 2016 The University of Manchester. All rights reserved.