CSC407/ECE450 Assignment 1b Sample Solution

Uses of Class
plan.dom.Software

Packages that use Software
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 Software in plan.dom
 

Methods in plan.dom that return Software
 Software Company.lookupOrCreateSoftware(java.lang.String name)
          Lookup a Software product and return it or return a new one if not found.
 Software Company.getSoftware(java.lang.String name)
          Returns the software product of the given name.
 


CSC407/ECE450 Assignment 1b Sample Solution