|
Release Planner v1.0 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TwoList | |
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 TwoList in rp.dom |
Subclasses of TwoList 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 TwoList in rp.dom.rel |
Subclasses of TwoList in rp.dom.rel | |
class |
DevelopsSoftware
Relationship between DevelopmentOrganizations and SoftwareProducts. |
static class |
DevelopsSoftware.Left
|
static class |
DevelopsSoftware.Right
|
class |
HasFeatureReleases
Relationship between SoftwareProducts and FeatureReleases. |
static class |
HasFeatureReleases.Left
|
static class |
HasFeatureReleases.Right
|
class |
HasUsers
Relationship between DevelopmentOrganizations and Users of the RP1. |
static class |
HasUsers.Left
|
static class |
HasUsers.Right
|
Uses of TwoList in rp.util.dom |
Subclasses of TwoList in rp.util.dom | |
class |
DOMObject
The common baseclass for all DOM objects and relations. |
class |
DOMRelation
This class represents meta-information about DOM relations. |
static class |
DOMRelation.Endpoint
The end-point (left or right) of a relationship. |
static class |
DOMRelation.Instance
Baseclass for relationship instances. |
static class |
DOMRelation.Left
The left endpoint of a relationship. |
static class |
DOMRelation.Right
The right endpoint of a relationship. |
|
Release Planner v1.0 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |