Uses of Interface
jmri.BasicRosterEntry
Packages that use BasicRosterEntry
Package
Description
Provides basic interfaces and certain core implementations for the JMRI
layout management concepts.
Classes to ease creation of layout automation, particularly signaling.
Interfaces and implementations for system-specific code.
-
Uses of BasicRosterEntry in jmri
Methods in jmri that return BasicRosterEntryMethods in jmri with parameters of type BasicRosterEntryModifier and TypeMethodDescriptionbooleanThrottleManager.addressStillRequired(BasicRosterEntry re) voidThrottleManager.cancelThrottleRequest(BasicRosterEntry re, ThrottleListener l) Cancel a request for a throttle.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 BasicRosterEntryModifier and TypeMethodDescriptionAbstractAutomaton.getThrottle(BasicRosterEntry re) AbstractAutomaton.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 BasicRosterEntryModifier and TypeClassDescriptionclassRosterEntry 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 BasicRosterEntryModifier and TypeFieldDescription(package private) BasicRosterEntryAbstractThrottle.re(package private) BasicRosterEntryAbstractThrottleManager.Addresses.re(package private) BasicRosterEntryAbstractThrottleManager.WaitingThrottle.reMethods in jmri.jmrix that return BasicRosterEntryModifier and TypeMethodDescriptionAbstractThrottle.getRosterEntry()(package private) BasicRosterEntryAbstractThrottleManager.Addresses.getRosterEntry()(package private) BasicRosterEntryAbstractThrottleManager.WaitingThrottle.getRosterEntry()Methods in jmri.jmrix with parameters of type BasicRosterEntryModifier and TypeMethodDescriptionbooleanAbstractThrottleManager.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 BasicRosterEntryModifierConstructorDescription(package private)WaitingThrottle(PropertyChangeListener _pl, BasicRosterEntry _re, boolean _canHandleDecisions) (package private)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 BasicRosterEntryModifier and TypeMethodDescriptionbooleanJsonThrottleManager.requestThrottle(BasicRosterEntry rosterEntry, ThrottleListener listener)