Previous: Design model Up: Design model Next: Detailed design
Design model of proposed flight combinations.
set.arch
minimal-conventional-lisp.plat
Application design
[ propose-flight-combinations.dec:] Decomposition
From the task layer:
propose-flight-combinations; select-morning; filter-flights; select-afternoon; combine;
From the inference layer:
select-1; filter; select-2; combine;
from the domain layer:
domain ontology:
morning-flight; afternoon-flight; flight-pair; domain model:
selection-set; best-afternoon-flight; flight-pair;
___________________________________________________