| Package | Description |
|---|---|
| gui.entities.sectionEntities.trackEntities | |
| gui.entities.sectionEntityList | |
| simulator.input | |
| simulator.scheduler |
| Modifier and Type | Method and Description |
|---|---|
LinkList |
Block.getNextLinks() |
LinkList |
Block.getNextLinks(int trainDirection) |
LinkList |
Block.getPreviousLinks() |
| Modifier and Type | Method and Description |
|---|---|
void |
Block.setNextLinks(LinkList nextBlocks) |
void |
Block.setPreviousLinks(LinkList previousBlocks) |
| Modifier and Type | Method and Description |
|---|---|
LinkList |
HashBlockTable.getAllLinksForBlock(Block block) |
LinkList |
LinkList.getSortedLinks(Train train,
int nextStnBlock)
NextBLockArray: ArrayList getSortedLinks(Train train, Block block,
double arrivalTime, double deptTime, double startVelocity) 1) The base
cases as in the nextBlockArray has size 0 or 1 it should return the
linkArray or add the only nextBlock and return.
|
| Modifier and Type | Method and Description |
|---|---|
LinkList |
SimulationInstance.getAllLinksForBlock(Block block) |
| Modifier and Type | Method and Description |
|---|---|
LinkList |
HashBlockEntry.getDownLinks() |
LinkList |
HashBlockEntry.getUpLinks() |
| Modifier and Type | Method and Description |
|---|---|
void |
HashBlockEntry.setDownLinks(LinkList downLinks) |
void |
HashBlockEntry.setUpLinks(LinkList upLinks) |