ADT “List”
Operations:
CreatList()
DestroyList()
ListEmpty()
ListLength()
ListInsert(NewPos, NewItem, Success)
ListDelete(Pos, Success)
ListRetrieve(Pos,DataItem,Success)
ListSort()
Type of operation
Constructor --- Service
Destructor --- Service
Accessor --- Predicate
Accessor --- Service
Mutator --- Service
Mutator --- Service
Accessor --- Service
Mutator --- Utility
Previous slide
Next slide
Back to first slide
View graphic version