- runAlgo(THost, String, String) - Method in interface view.IModelAdapter
-
Returns the result of the model processing given the visitor's classname and the given parameter string using the given host.
- runFoldL(IList, String) - Method in class model.ListDemoModel
-
Run the FoldLAlgo visitor on the given list using the given IAccumulator
- runFoldL(THost, String) - Method in interface view.IModelAdapter
-
Returns the result of the model processing given the
accumulator's classname and the given parameter string
using the given host with the FoldLAlgo visitor.
- runFoldR(IList, String) - Method in class model.ListDemoModel
-
Run the FoldRAlgo visitor on the given list using the given IAccumulator
- runFoldR(THost, String) - Method in interface view.IModelAdapter
-
Returns the result of the model processing given the
accumulator's classname and the given parameter string
using the given host with the FoldRAlgo visitor.
- runListAlgo(IList, String, String) - Method in class model.ListDemoModel
-
Returns the result of a host list executing the given visitor with the given parameter