Release Planner v1.0

Uses of Class
rp.util.dom.DOMObject

Packages that use DOMObject
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.util.dom This package implements a framework for storing objects and their relationships. 
 

Uses of DOMObject in rp.dom
 

Subclasses of DOMObject in rp.dom
 class Coder
          Represents a contributor that can code.
 class Contributor
          Represents a user that can contribute to a release.
 class DevelopmentOrganization
          Represents an organization that develops software.
 class FeatureRelease
          Represents a release of a software product
 class RPObject
          The common baseclass for all Release Planner business objects.
 class SoftwareProduct
          Represents a software product that may be worked on.
 class User
          Represents a user of the Release Planner System
 

Uses of DOMObject in rp.dom.rel
 

Subclasses of DOMObject in rp.dom.rel
 class DevelopsSoftware
          Relationship between DevelopmentOrganizations and SoftwareProducts.
 class HasFeatureReleases
          Relationship between SoftwareProducts and FeatureReleases.
 class HasUsers
          Relationship between DevelopmentOrganizations and Users of the RP1.
 

Uses of DOMObject in rp.util.dom
 

Subclasses of DOMObject in rp.util.dom
static class DOMRelation.Instance
          Baseclass for relationship instances.
 


Release Planner v1.0