Release Planner v1.0

Uses of Package
rp.util

Packages that use rp.util
rp.dom This package contains the domain object model (the "business objects") for the rp suite of applications. 
rp.dom.rel This package contains the relationships between RP business objects. 
rp.estimate Classes for expressing and computing stochastic estimates. 
rp.util Miscellaneous utility classes for ReleasePlanner. 
rp.util.dom This package implements a framework for storing objects and their relationships. 
 

Classes in rp.util used by rp.dom
TwoList
          A utility baseclass providing storage and associated functions operating on two doubly-linked circular lists, A and B.
 

Classes in rp.util used by rp.dom.rel
TwoList
          A utility baseclass providing storage and associated functions operating on two doubly-linked circular lists, A and B.
 

Classes in rp.util used by rp.estimate
UndefinedException
          Indicates an attmept to invoke an undefined computation.
 

Classes in rp.util used by rp.util
CommandLineOptionError
          Indicates a bad command line option.
TwoList.Iterator
          Used for iterating over TwoList lists (A or B).
 

Classes in rp.util used by rp.util.dom
TwoList
          A utility baseclass providing storage and associated functions operating on two doubly-linked circular lists, A and B.
TwoList.Iterator
          Used for iterating over TwoList lists (A or B).
 


Release Planner v1.0