|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjmri.DccConsistManager
public class DccConsistManager
| Constructor Summary | |
|---|---|
DccConsistManager()
|
|
| Method Summary | |
|---|---|
boolean |
csConsistNeedsSeperateAddress()
Does a CS consist require a seperate consist address? |
String |
decodeErrorCode(int ErrorCode)
Translate Error Codes recieved by a consistListener into Strings |
void |
delConsist(DccLocoAddress address)
Remove an old Consist |
Consist |
getConsist(DccLocoAddress address)
Find a Consist with this consist address, and return it. |
ArrayList<DccLocoAddress> |
getConsistList()
Return the list of consists we know about. |
boolean |
isCommandStationConsistPossible()
This implementation does NOT support Command Station consists, so return false. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DccConsistManager()
| Method Detail |
|---|
public Consist getConsist(DccLocoAddress address)
getConsist in interface ConsistManagerpublic void delConsist(DccLocoAddress address)
ConsistManager
delConsist in interface ConsistManagerpublic boolean isCommandStationConsistPossible()
isCommandStationConsistPossible in interface ConsistManagerpublic boolean csConsistNeedsSeperateAddress()
csConsistNeedsSeperateAddress in interface ConsistManagerpublic ArrayList<DccLocoAddress> getConsistList()
getConsistList in interface ConsistManagerpublic String decodeErrorCode(int ErrorCode)
ConsistManager
decodeErrorCode in interface ConsistManager
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||