Package | Description |
---|---|
skyproc |
Modifier and Type | Method and Description |
---|---|
java.util.Map<GRUP_TYPE,GRUP> |
Mod.getGRUPs() |
java.util.Iterator<GRUP> |
Mod.iterator() |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<MajorRecord> |
Mod.makeCopy(GRUP g)
This function requires there to be a GlobalDB set, as it adds the
necessary masters from it.
|
void |
GRUP.merge(GRUP<T> rhs)
Takes all records from rhs and adds them to the GRUP.
|