CSC407/ECE450 Assignment 1b Sample Solution

Uses of Class
plan.dom.DefaultFeatureListImplementation

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

Subclasses of DefaultFeatureListImplementation in plan.dom
 class Release
          Represents a possible release of a software product.
 class Software
           
 

Methods in plan.dom with parameters of type DefaultFeatureListImplementation
protected  void DefaultFeatureListImplementation.subtract(DefaultFeatureListImplementation other)
          Remove all features in the other list from this one.]
 


CSC407/ECE450 Assignment 1b Sample Solution