Uses of Interface
jmri.BasicRosterEntry
-
Packages that use BasicRosterEntry Package Description jmri Provides basic interfaces and certain core implementations for the JMRI layout management concepts.jmri.jmrit.automat Classes to ease creation of layout automation, particularly signaling.jmri.jmrit.roster jmri.jmrix Interfaces and implementations for system-specific code.jmri.server.json.throttle -
-
Uses of BasicRosterEntry in jmri
Methods in jmri that return BasicRosterEntry Modifier and Type Method Description BasicRosterEntryThrottle. getRosterEntry()Methods in jmri with parameters of type BasicRosterEntry Modifier and Type Method Description booleanThrottleManager. addressStillRequired(BasicRosterEntry re)voidThrottleManager. cancelThrottleRequest(BasicRosterEntry re, ThrottleListener l)Cancel a request for a throttle.java.util.List<Block>BlockManager. getBlocksOccupiedByRosterEntry(BasicRosterEntry re)Get a list of blocks which the supplied roster entry appears to be occupying.intThrottleManager. getThrottleUsageCount(BasicRosterEntry re)Get the number of Throttles sharing the throttle for a ddcaddress.booleanThrottleManager. requestThrottle(BasicRosterEntry re, ThrottleListener l, boolean canHandleDecisions)Request a throttle from a given RosterEntry.voidThrottle. setRosterEntry(BasicRosterEntry re) -
Uses of BasicRosterEntry in jmri.jmrit.automat
Methods in jmri.jmrit.automat with parameters of type BasicRosterEntry Modifier and Type Method Description DccThrottleAbstractAutomaton. getThrottle(BasicRosterEntry re)DccThrottleAbstractAutomaton. getThrottle(BasicRosterEntry re, int waitSecs)Obtains a DCC throttle, including waiting for the command station response. -
Uses of BasicRosterEntry in jmri.jmrit.roster
Classes in jmri.jmrit.roster that implement BasicRosterEntry Modifier and Type Class Description classRosterEntryRosterEntry represents a single element in a locomotive roster, including information on how to locate it from decoder information. -
Uses of BasicRosterEntry in jmri.jmrix
Fields in jmri.jmrix declared as BasicRosterEntry Modifier and Type Field Description (package private) BasicRosterEntryAbstractThrottle. re(package private) BasicRosterEntryAbstractThrottleManager.Addresses. re(package private) BasicRosterEntryAbstractThrottleManager.WaitingThrottle. reMethods in jmri.jmrix that return BasicRosterEntry Modifier and Type Method Description BasicRosterEntryAbstractThrottle. getRosterEntry()(package private) BasicRosterEntryAbstractThrottleManager.Addresses. getRosterEntry()(package private) BasicRosterEntryAbstractThrottleManager.WaitingThrottle. getRosterEntry()Methods in jmri.jmrix with parameters of type BasicRosterEntry Modifier and Type Method Description booleanAbstractThrottleManager. addressStillRequired(BasicRosterEntry re)voidAbstractThrottleManager. cancelThrottleRequest(BasicRosterEntry re, ThrottleListener l)Cancel a request for a throttle.intAbstractThrottleManager. getThrottleUsageCount(BasicRosterEntry re)Get the number of Throttles sharing the throttle for a ddcaddress.booleanAbstractThrottleManager. requestThrottle(BasicRosterEntry re, ThrottleListener l, boolean canHandleDecisions)Request a throttle from a given RosterEntry.protected booleanAbstractThrottleManager. requestThrottle(LocoAddress la, BasicRosterEntry re, ThrottleListener l, boolean canHandleDecisions)Request a throttle, given a decoder address.voidAbstractThrottle. setRosterEntry(BasicRosterEntry re)(package private) voidAbstractThrottleManager.Addresses. setRosterEntry(BasicRosterEntry _re)Constructors in jmri.jmrix with parameters of type BasicRosterEntry Constructor Description WaitingThrottle(java.beans.PropertyChangeListener _pl, BasicRosterEntry _re, boolean _canHandleDecisions)WaitingThrottle(ThrottleListener _l, BasicRosterEntry _re, boolean _canHandleDecisions) -
Uses of BasicRosterEntry in jmri.server.json.throttle
Methods in jmri.server.json.throttle with parameters of type BasicRosterEntry Modifier and Type Method Description booleanJsonThrottleManager. requestThrottle(BasicRosterEntry rosterEntry, ThrottleListener listener)
-