Release Planner v1.0

rp.dom.rel
Class DevelopsSoftware.Left

java.lang.Object
  |
  +--rp.util.TwoList
        |
        +--rp.util.dom.DOMRelation.Endpoint
              |
              +--rp.util.dom.DOMRelation.Left
                    |
                    +--rp.dom.rel.DevelopsSoftware.Left
Enclosing class:
DevelopsSoftware

public static class DevelopsSoftware.Left
extends DOMRelation.Left


Nested Class Summary
 
Nested classes inherited from class rp.util.dom.DOMRelation.Endpoint
DOMRelation.Endpoint.Iterator
 
Nested classes inherited from class rp.util.TwoList
TwoList.Iterator, TwoList.IteratorA, TwoList.IteratorB
 
Field Summary
 
Fields inherited from class rp.util.TwoList
headA, headB, nextA, nextB, numsA, numsB, prevA, prevB
 
Constructor Summary
DevelopsSoftware.Left(DOMObject o)
           
 
Method Summary
 DOMRelation getRelation()
          Returns the meta-infomration about the relationship that this endpoint is part of.
 
Methods inherited from class rp.util.dom.DOMRelation.Left
count, getOther, isLeft, isRight, iterator, relationIterator
 
Methods inherited from class rp.util.dom.DOMRelation.Endpoint
getObject
 
Methods inherited from class rp.util.TwoList
addA, addB, countA, countB, decommissionAsHeadA, decommissionAsHeadB, firstA, firstB, headA, headB, initAsHeadA, initAsHeadB, isElementA, isElementB, isHeadA, isHeadB, rmA, rmB
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DevelopsSoftware.Left

public DevelopsSoftware.Left(DOMObject o)
Method Detail

getRelation

public DOMRelation getRelation()
Description copied from class: DOMRelation.Endpoint
Returns the meta-infomration about the relationship that this endpoint is part of. Users of the DOMRelation framework must declare and initialize a (typically) static DOMRelation meta-object and then derive from the appropriate Left/Right Endpoint subclasses and implement this method to return the meta-relation object.

Specified by:
getRelation in class DOMRelation.Endpoint

Release Planner v1.0