CSC407/ECE450 Assignment 1b Sample Solution

Uses of Class
plan.dom.Release

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

Methods in plan.dom that return Release
 Release Software.planRelease(double capacity)
          Suggests a release of this software product.
 

Methods in plan.dom with parameters of type Release
 void Release.subtract(Release other)
          Removes features from this release that appear in the other release.
 


CSC407/ECE450 Assignment 1b Sample Solution