|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Warrant | |
|---|---|
| jmri.jmrit.logix | |
| Uses of Warrant in jmri.jmrit.logix |
|---|
| Methods in jmri.jmrit.logix that return Warrant | |
|---|---|
Warrant |
WarrantManager.createNewWarrant(String systemName,
String userName)
Method to create a new Warrant if it does not exist Returns null if a Warrant with the same systemName or userName already exists, or if there is trouble creating a new Warrant. |
Warrant |
WarrantManager.getBySystemName(String name)
|
Warrant |
WarrantManager.getByUserName(String key)
|
protected Warrant |
OBlock.getWarrant()
|
Warrant |
WarrantManager.getWarrant(String name)
Method to get an existing Warrant. |
Warrant |
WarrantManager.provideWarrant(String name)
|
| Methods in jmri.jmrit.logix with parameters of type Warrant | |
|---|---|
protected String |
OBlock.allocate(Warrant warrant)
Allocate (reserves) the block for the Warrant that is the 'value' object Note the block may be OCCUPIED by a non-warranted train, but the allocation is permitted. |
String |
OBlock.deAllocate(Warrant warrant)
Remove allocation state Remove listener regardless of ownership |
String |
OBlock.setPath(String pathName,
Warrant warrant)
Set Turnouts for the path Called by warrants to set turnouts for a train it is able to run. |
protected String |
BlockOrder.setPath(Warrant warrant)
|
| Constructors in jmri.jmrit.logix with parameters of type Warrant | |
|---|---|
WarrantFrame(Warrant warrant,
boolean create)
Constructor for new warrant and GUI |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||