Package cds.savot.model
Class TRSet
- java.lang.Object
-
- cds.savot.model.SavotSet<SavotTR>
-
- cds.savot.model.TRSet
-
-
Constructor Summary
Constructors Constructor Description TRSet()
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TDSet
getTDSet(int TRIndex)
Get a TDSet object at the TRIndex position of the TRSet-
Methods inherited from class cds.savot.model.SavotSet
addItem, ensureCapacity, getItemAt, getItemCount, getItems, removeAllItems, removeItemAt, setItems, trim
-
-
-
-
Method Detail
-
getTDSet
public TDSet getTDSet(int TRIndex)
Get a TDSet object at the TRIndex position of the TRSet- Parameters:
TRIndex
-- Returns:
- TDSet
-
-