Uses of Package
provided.listFW
Packages that use provided.listFW
Package
Description
A package containing the list visitor system framework.
A package of provided visitors (algorithms) for use with the listFW visitor system and accumulators for use with the FoldLAlgo and FoldRAlgo visitors.
Package for the controller to run the app for the listFW visitor system exercises.
Package for the student-written model for listFW visitor system exercises
-
Classes in provided.listFW used by provided.listFWClassDescriptionRepresents the abstract list structure with a hook method to call on the extrinsic behaviors represented as visitors.Represents an abstract algorithm to be executed by a host IList.Represents the unique empty list using the singleton pattern.Represents non-empty lists.
-
Classes in provided.listFW used by provided.listFW.visitors
-
Classes in provided.listFW used by visitorDemoExercises.listFWVisitorExercises.controllerClassDescriptionRepresents the abstract list structure with a hook method to call on the extrinsic behaviors represented as visitors.
-
Classes in provided.listFW used by visitorDemoExercises.listFWVisitorExercises.model