org.otvl.sbxbsamp.abcref
Class RootRef

java.lang.Object
  extended byorg.otvl.sbxbsamp.abcref.RootRef

public class RootRef
extends java.lang.Object

Version:
Author:

Constructor Summary
RootRef()
           
 
Method Summary
 void addAByRef(ARefee aARefee)
          Adds a target at end of link aByRef.
 void addAByRef(int index, ARefee aARefee)
          Inserts a target in link aByRef.
 void addAByValue(ARefee aARefee)
          Adds a target at end of link aByValue.
 void addAByValue(int index, ARefee aARefee)
          Inserts a target in link aByValue.
 void addBByValue(BRefee aBRefee)
          Adds a target at end of link bByValue.
 void addBByValue(int index, BRefee aBRefee)
          Inserts a target in link bByValue.
 void addCByValue(CRefee aCRefee)
          Adds a target at end of link cByValue.
 void addCByValue(int index, CRefee aCRefee)
          Inserts a target in link cByValue.
 void clearAByRef()
          Clears all targets in link aByRef
 void clearAByValue()
          Clears all targets in link aByValue
 void clearBByValue()
          Clears all targets in link bByValue
 void clearCByValue()
          Clears all targets in link cByValue
 ARefee getAByRef(int index)
          Returns a target in link aByRef.
 ARefee getAByValue(int index)
          Returns a target in link aByValue.
 BRefee getBByValue(int index)
          Returns a target in link bByValue.
 CRefee getCByValue(int index)
          Returns a target in link cByValue.
 java.util.Iterator iteratorAByRef()
          Returns an iterator for targets in links aByRef
 java.util.Iterator iteratorAByValue()
          Returns an iterator for targets in links aByValue
 java.util.Iterator iteratorBByValue()
          Returns an iterator for targets in links bByValue
 java.util.Iterator iteratorCByValue()
          Returns an iterator for targets in links cByValue
 void removeAByRef(int index)
          Removes a target in link aByRef
 void removeAByValue(int index)
          Removes a target in link aByValue
 void removeBByValue(int index)
          Removes a target in link bByValue
 void removeCByValue(int index)
          Removes a target in link cByValue
 int sizeAByRef()
          Returns the size of the collection aByRef
 int sizeAByValue()
          Returns the size of the collection aByValue
 int sizeBByValue()
          Returns the size of the collection bByValue
 int sizeCByValue()
          Returns the size of the collection cByValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RootRef

public RootRef()
Method Detail

getAByValue

public ARefee getAByValue(int index)
Returns a target in link aByValue.

Parameters:
index - offset in the array
Returns:
ARefee

iteratorAByValue

public java.util.Iterator iteratorAByValue()
Returns an iterator for targets in links aByValue

Returns:
java.util.Iterator

sizeAByValue

public int sizeAByValue()
Returns the size of the collection aByValue

Returns:
int

addAByValue

public void addAByValue(int index,
                        ARefee aARefee)
Inserts a target in link aByValue.

Parameters:
index - offset in the list
aARefee - The ARefee to insert

addAByValue

public void addAByValue(ARefee aARefee)
Adds a target at end of link aByValue.

Parameters:
aARefee - The ARefee to insert

removeAByValue

public void removeAByValue(int index)
Removes a target in link aByValue

Parameters:
index - offset in the list

clearAByValue

public void clearAByValue()
Clears all targets in link aByValue


getBByValue

public BRefee getBByValue(int index)
Returns a target in link bByValue.

Parameters:
index - offset in the array
Returns:
BRefee

iteratorBByValue

public java.util.Iterator iteratorBByValue()
Returns an iterator for targets in links bByValue

Returns:
java.util.Iterator

sizeBByValue

public int sizeBByValue()
Returns the size of the collection bByValue

Returns:
int

addBByValue

public void addBByValue(int index,
                        BRefee aBRefee)
Inserts a target in link bByValue.

Parameters:
index - offset in the list
aBRefee - The BRefee to insert

addBByValue

public void addBByValue(BRefee aBRefee)
Adds a target at end of link bByValue.

Parameters:
aBRefee - The BRefee to insert

removeBByValue

public void removeBByValue(int index)
Removes a target in link bByValue

Parameters:
index - offset in the list

clearBByValue

public void clearBByValue()
Clears all targets in link bByValue


getAByRef

public ARefee getAByRef(int index)
Returns a target in link aByRef.

Parameters:
index - offset in the array
Returns:
ARefee

iteratorAByRef

public java.util.Iterator iteratorAByRef()
Returns an iterator for targets in links aByRef

Returns:
java.util.Iterator

sizeAByRef

public int sizeAByRef()
Returns the size of the collection aByRef

Returns:
int

addAByRef

public void addAByRef(int index,
                      ARefee aARefee)
Inserts a target in link aByRef.

Parameters:
index - offset in the list
aARefee - The ARefee to insert

addAByRef

public void addAByRef(ARefee aARefee)
Adds a target at end of link aByRef.

Parameters:
aARefee - The ARefee to insert

removeAByRef

public void removeAByRef(int index)
Removes a target in link aByRef

Parameters:
index - offset in the list

clearAByRef

public void clearAByRef()
Clears all targets in link aByRef


getCByValue

public CRefee getCByValue(int index)
Returns a target in link cByValue.

Parameters:
index - offset in the array
Returns:
CRefee

iteratorCByValue

public java.util.Iterator iteratorCByValue()
Returns an iterator for targets in links cByValue

Returns:
java.util.Iterator

sizeCByValue

public int sizeCByValue()
Returns the size of the collection cByValue

Returns:
int

addCByValue

public void addCByValue(int index,
                        CRefee aCRefee)
Inserts a target in link cByValue.

Parameters:
index - offset in the list
aCRefee - The CRefee to insert

addCByValue

public void addCByValue(CRefee aCRefee)
Adds a target at end of link cByValue.

Parameters:
aCRefee - The CRefee to insert

removeCByValue

public void removeCByValue(int index)
Removes a target in link cByValue

Parameters:
index - offset in the list

clearCByValue

public void clearCByValue()
Clears all targets in link cByValue



Copyright © 2003-2006 Thierry Beigbeder. All Rights Reserved.