CSC407/ECE450 Assignment 1b Sample Solution

Uses of Class
plan.dom.CustomerRequest

Packages that use CustomerRequest
plan.dom This package implements the domain object model which consists of classes representing domain concepts as drawn from the object-oriented analysis. 
 

Uses of CustomerRequest in plan.dom
 

Methods in plan.dom with parameters of type CustomerRequest
 void Feature.addCustomerRequest(CustomerRequest cr)
           
 


CSC407/ECE450 Assignment 1b Sample Solution