Uses of Class
jmri.NamedBeanUsageReport
-
Packages that use NamedBeanUsageReport Package Description jmri Provides basic interfaces and certain core implementations for the JMRI layout management concepts.jmri.implementation Provides implementations of various JMRI interfaces.jmri.jmrit.blockboss Provides a very simple vital signal logic for use in JMRI programs.jmri.jmrit.ctc The CTC system provides the ability to create and run prototypical CTC dispatching.jmri.jmrit.display Provides control panel and associated visible icon classes.jmri.jmrit.display.layoutEditor Layout Editor currently represents both structure and graphical display through a single set of objects.jmri.jmrit.display.switchboardEditor jmri.jmrit.entryexit Implements Entry/Exit ( NX ) dispatching using Layout Editor panels.jmri.jmrit.logix Support for implementing Warrants in JMRI.jmri.jmrit.logixng jmri.jmrit.logixng.actions jmri.jmrit.logixng.expressions jmri.jmrit.logixng.implementation jmri.jmrit.logixng.util -
-
Uses of NamedBeanUsageReport in jmri
Methods in jmri that return types with arguments of type NamedBeanUsageReport Modifier and Type Method Description java.util.List<NamedBeanUsageReport>Block. getUsageReport(NamedBean bean)default java.util.List<NamedBeanUsageReport>NamedBean. getUsageReport(NamedBean bean)Get a list of references for the specified bean. -
Uses of NamedBeanUsageReport in jmri.implementation
Methods in jmri.implementation that return types with arguments of type NamedBeanUsageReport Modifier and Type Method Description java.util.List<NamedBeanUsageReport>AbstractAudio. getUsageReport(NamedBean bean)Get a list of references for the specified bean.java.util.List<NamedBeanUsageReport>AbstractLight. getUsageReport(NamedBean bean)java.util.List<NamedBeanUsageReport>AbstractSignalMast. getUsageReport(NamedBean bean)java.util.List<NamedBeanUsageReport>AbstractTurnout. getUsageReport(NamedBean bean)Get a list of references for the specified bean.java.util.List<NamedBeanUsageReport>DefaultLogix. getUsageReport(NamedBean bean)java.util.List<NamedBeanUsageReport>DefaultRoute. getUsageReport(NamedBean bean)java.util.List<NamedBeanUsageReport>DefaultSection. getUsageReport(NamedBean bean)java.util.List<NamedBeanUsageReport>DefaultSignalGroup. getUsageReport(NamedBean bean)java.util.List<NamedBeanUsageReport>DefaultSignalHead. getUsageReport(NamedBean bean)java.util.List<NamedBeanUsageReport>DefaultSignalMastLogic. getUsageReport(NamedBean bean)Get a list of references for the specified bean.java.util.List<NamedBeanUsageReport>DefaultTransit. getUsageReport(NamedBean bean) -
Uses of NamedBeanUsageReport in jmri.jmrit.blockboss
Methods in jmri.jmrit.blockboss that return types with arguments of type NamedBeanUsageReport Modifier and Type Method Description java.util.List<NamedBeanUsageReport>BlockBossLogic. getUsageReport(NamedBean bean) -
Uses of NamedBeanUsageReport in jmri.jmrit.ctc
Fields in jmri.jmrit.ctc with type parameters of type NamedBeanUsageReport Modifier and Type Field Description (package private) java.util.List<NamedBeanUsageReport>CtcManager. usageReportMethods in jmri.jmrit.ctc that return types with arguments of type NamedBeanUsageReport Modifier and Type Method Description java.util.List<NamedBeanUsageReport>CtcManager. getUsageReport(NamedBean bean) -
Uses of NamedBeanUsageReport in jmri.jmrit.display
Methods in jmri.jmrit.display that return types with arguments of type NamedBeanUsageReport Modifier and Type Method Description java.util.List<NamedBeanUsageReport>Editor. getUsageReport(NamedBean bean) -
Uses of NamedBeanUsageReport in jmri.jmrit.display.layoutEditor
Fields in jmri.jmrit.display.layoutEditor with type parameters of type NamedBeanUsageReport Modifier and Type Field Description (package private) java.util.List<NamedBeanUsageReport>LayoutEditor. usageReportMethods in jmri.jmrit.display.layoutEditor that return types with arguments of type NamedBeanUsageReport Modifier and Type Method Description java.util.List<NamedBeanUsageReport>LayoutBlock. getUsageReport(NamedBean bean)java.util.List<NamedBeanUsageReport>LayoutEditor. getUsageReport(NamedBean bean) -
Uses of NamedBeanUsageReport in jmri.jmrit.display.switchboardEditor
Methods in jmri.jmrit.display.switchboardEditor that return types with arguments of type NamedBeanUsageReport Modifier and Type Method Description java.util.List<NamedBeanUsageReport>SwitchboardEditor. getUsageReport(NamedBean bean) -
Uses of NamedBeanUsageReport in jmri.jmrit.entryexit
Methods in jmri.jmrit.entryexit that return types with arguments of type NamedBeanUsageReport Modifier and Type Method Description java.util.List<NamedBeanUsageReport>DestinationPoints. getUsageReport(NamedBean bean) -
Uses of NamedBeanUsageReport in jmri.jmrit.logix
Methods in jmri.jmrit.logix that return types with arguments of type NamedBeanUsageReport Modifier and Type Method Description java.util.List<NamedBeanUsageReport>OBlock. getUsageReport(NamedBean bean)java.util.List<NamedBeanUsageReport>Warrant. getUsageReport(NamedBean bean) -
Uses of NamedBeanUsageReport in jmri.jmrit.logixng
Method parameters in jmri.jmrit.logixng with type arguments of type NamedBeanUsageReport Modifier and Type Method Description voidBase. getUsageDetail(int level, NamedBean bean, java.util.List<NamedBeanUsageReport> report, NamedBean cdl)Add a new NamedBeanUsageReport to the report list if there are any matches in this action or expresssion.voidBase. getUsageTree(int level, NamedBean bean, java.util.List<NamedBeanUsageReport> report, NamedBean cdl)Navigate the LogixNG tree. -
Uses of NamedBeanUsageReport in jmri.jmrit.logixng.actions
Method parameters in jmri.jmrit.logixng.actions with type arguments of type NamedBeanUsageReport Modifier and Type Method Description voidActionAudio. getUsageDetail(int level, NamedBean bean, java.util.List<NamedBeanUsageReport> report, NamedBean cdl)Add a new NamedBeanUsageReport to the report list if there are any matches in this action or expresssion.voidActionBlock. getUsageDetail(int level, NamedBean bean, java.util.List<NamedBeanUsageReport> report, NamedBean cdl)Add a new NamedBeanUsageReport to the report list if there are any matches in this action or expresssion.voidActionCreateBeansFromTable. getUsageDetail(int level, NamedBean bean, java.util.List<NamedBeanUsageReport> report, NamedBean cdl)Add a new NamedBeanUsageReport to the report list if there are any matches in this action or expresssion.voidActionDispatcher. getUsageDetail(int level, NamedBean bean, java.util.List<NamedBeanUsageReport> report, NamedBean cdl)Add a new NamedBeanUsageReport to the report list if there are any matches in this action or expresssion.voidActionEntryExit. getUsageDetail(int level, NamedBean bean, java.util.List<NamedBeanUsageReport> report, NamedBean cdl)Add a new NamedBeanUsageReport to the report list if there are any matches in this action or expresssion.voidActionFindTableRowOrColumn. getUsageDetail(int level, NamedBean bean, java.util.List<NamedBeanUsageReport> report, NamedBean cdl)Add a new NamedBeanUsageReport to the report list if there are any matches in this action or expresssion.voidActionLight. getUsageDetail(int level, NamedBean bean, java.util.List<NamedBeanUsageReport> report, NamedBean cdl)Add a new NamedBeanUsageReport to the report list if there are any matches in this action or expresssion.voidActionListenOnBeans. getUsageDetail(int level, NamedBean bean, java.util.List<NamedBeanUsageReport> report, NamedBean cdl)Add a new NamedBeanUsageReport to the report list if there are any matches in this action or expresssion.voidActionListenOnBeansLocalVariable. getUsageDetail(int level, NamedBean bean, java.util.List<NamedBeanUsageReport> report, NamedBean cdl)Add a new NamedBeanUsageReport to the report list if there are any matches in this action or expresssion.voidActionListenOnBeansTable. getUsageDetail(int level, NamedBean bean, java.util.List<NamedBeanUsageReport> report, NamedBean cdl)Add a new NamedBeanUsageReport to the report list if there are any matches in this action or expresssion.voidActionLocalVariable. getUsageDetail(int level, NamedBean bean, java.util.List<NamedBeanUsageReport> report, NamedBean cdl)Add a new NamedBeanUsageReport to the report list if there are any matches in this action or expresssion.voidActionMemory. getUsageDetail(int level, NamedBean bean, java.util.List<NamedBeanUsageReport> report, NamedBean cdl)Add a new NamedBeanUsageReport to the report list if there are any matches in this action or expresssion.voidActionOBlock. getUsageDetail(int level, NamedBean bean, java.util.List<NamedBeanUsageReport> report, NamedBean cdl)Add a new NamedBeanUsageReport to the report list if there are any matches in this action or expresssion.voidActionReporter. getUsageDetail(int level, NamedBean bean, java.util.List<NamedBeanUsageReport> report, NamedBean cdl)Add a new NamedBeanUsageReport to the report list if there are any matches in this action or expresssion.voidActionRequestUpdateOfSensor. getUsageDetail(int level, NamedBean bean, java.util.List<NamedBeanUsageReport> report, NamedBean cdl)Add a new NamedBeanUsageReport to the report list if there are any matches in this action or expresssion.voidActionRequestUpdateOfTurnout. getUsageDetail(int level, NamedBean bean, java.util.List<NamedBeanUsageReport> report, NamedBean cdl)Add a new NamedBeanUsageReport to the report list if there are any matches in this action or expresssion.voidActionSensor. getUsageDetail(int level, NamedBean bean, java.util.List<NamedBeanUsageReport> report, NamedBean cdl)Add a new NamedBeanUsageReport to the report list if there are any matches in this action or expresssion.voidActionSetReporter. getUsageDetail(int level, NamedBean bean, java.util.List<NamedBeanUsageReport> report, NamedBean cdl)Add a new NamedBeanUsageReport to the report list if there are any matches in this action or expresssion.voidActionSignalHead. getUsageDetail(int level, NamedBean bean, java.util.List<NamedBeanUsageReport> report, NamedBean cdl)Add a new NamedBeanUsageReport to the report list if there are any matches in this action or expresssion.voidActionSignalMast. getUsageDetail(int level, NamedBean bean, java.util.List<NamedBeanUsageReport> report, NamedBean cdl)Add a new NamedBeanUsageReport to the report list if there are any matches in this action or expresssion.voidActionTable. getUsageDetail(int level, NamedBean bean, java.util.List<NamedBeanUsageReport> report, NamedBean cdl)Add a new NamedBeanUsageReport to the report list if there are any matches in this action or expresssion.voidActionTurnout. getUsageDetail(int level, NamedBean bean, java.util.List<NamedBeanUsageReport> report, NamedBean cdl)Add a new NamedBeanUsageReport to the report list if there are any matches in this action or expresssion.voidActionTurnoutLock. getUsageDetail(int level, NamedBean bean, java.util.List<NamedBeanUsageReport> report, NamedBean cdl)Add a new NamedBeanUsageReport to the report list if there are any matches in this action or expresssion.voidActionWarrant. getUsageDetail(int level, NamedBean bean, java.util.List<NamedBeanUsageReport> report, NamedBean cdl)Add a new NamedBeanUsageReport to the report list if there are any matches in this action or expresssion.voidAnalogActionMemory. getUsageDetail(int level, NamedBean bean, java.util.List<NamedBeanUsageReport> report, NamedBean cdl)Add a new NamedBeanUsageReport to the report list if there are any matches in this action or expresssion.voidDigitalFormula. getUsageDetail(int level, NamedBean bean, java.util.List<NamedBeanUsageReport> report, NamedBean cdl)Add a new NamedBeanUsageReport to the report list if there are any matches in this action or expresssion.voidLogData. getUsageDetail(int level, NamedBean bean, java.util.List<NamedBeanUsageReport> report, NamedBean cdl)Add a new NamedBeanUsageReport to the report list if there are any matches in this action or expresssion.voidShowDialog. getUsageDetail(int level, NamedBean bean, java.util.List<NamedBeanUsageReport> report, NamedBean cdl)Add a new NamedBeanUsageReport to the report list if there are any matches in this action or expresssion.voidStringActionMemory. getUsageDetail(int level, NamedBean bean, java.util.List<NamedBeanUsageReport> report, NamedBean cdl)Add a new NamedBeanUsageReport to the report list if there are any matches in this action or expresssion.voidStringActionStringIO. getUsageDetail(int level, NamedBean bean, java.util.List<NamedBeanUsageReport> report, NamedBean cdl)Add a new NamedBeanUsageReport to the report list if there are any matches in this action or expresssion.voidTriggerRoute. getUsageDetail(int level, NamedBean bean, java.util.List<NamedBeanUsageReport> report, NamedBean cdl)Add a new NamedBeanUsageReport to the report list if there are any matches in this action or expresssion.voidWebRequest. getUsageDetail(int level, NamedBean bean, java.util.List<NamedBeanUsageReport> report, NamedBean cdl)Add a new NamedBeanUsageReport to the report list if there are any matches in this action or expresssion. -
Uses of NamedBeanUsageReport in jmri.jmrit.logixng.expressions
Method parameters in jmri.jmrit.logixng.expressions with type arguments of type NamedBeanUsageReport Modifier and Type Method Description voidAnalogExpressionAnalogIO. getUsageDetail(int level, NamedBean bean, java.util.List<NamedBeanUsageReport> report, NamedBean cdl)Add a new NamedBeanUsageReport to the report list if there are any matches in this action or expresssion.voidAnalogExpressionLocalVariable. getUsageDetail(int level, NamedBean bean, java.util.List<NamedBeanUsageReport> report, NamedBean cdl)Add a new NamedBeanUsageReport to the report list if there are any matches in this action or expresssion.voidAnalogExpressionMemory. getUsageDetail(int level, NamedBean bean, java.util.List<NamedBeanUsageReport> report, NamedBean cdl)Add a new NamedBeanUsageReport to the report list if there are any matches in this action or expresssion.voidAnalogFormula. getUsageDetail(int level, NamedBean bean, java.util.List<NamedBeanUsageReport> report, NamedBean cdl)Add a new NamedBeanUsageReport to the report list if there are any matches in this action or expresssion.voidDigitalFormula. getUsageDetail(int level, NamedBean bean, java.util.List<NamedBeanUsageReport> report, NamedBean cdl)Add a new NamedBeanUsageReport to the report list if there are any matches in this action or expresssion.voidExpressionAudio. getUsageDetail(int level, NamedBean bean, java.util.List<NamedBeanUsageReport> report, NamedBean cdl)Add a new NamedBeanUsageReport to the report list if there are any matches in this action or expresssion.voidExpressionBlock. getUsageDetail(int level, NamedBean bean, java.util.List<NamedBeanUsageReport> report, NamedBean cdl)Add a new NamedBeanUsageReport to the report list if there are any matches in this action or expresssion.voidExpressionConditional. getUsageDetail(int level, NamedBean bean, java.util.List<NamedBeanUsageReport> report, NamedBean cdl)Add a new NamedBeanUsageReport to the report list if there are any matches in this action or expresssion.voidExpressionDispatcher. getUsageDetail(int level, NamedBean bean, java.util.List<NamedBeanUsageReport> report, NamedBean cdl)Add a new NamedBeanUsageReport to the report list if there are any matches in this action or expresssion.voidExpressionEntryExit. getUsageDetail(int level, NamedBean bean, java.util.List<NamedBeanUsageReport> report, NamedBean cdl)Add a new NamedBeanUsageReport to the report list if there are any matches in this action or expresssion.voidExpressionLight. getUsageDetail(int level, NamedBean bean, java.util.List<NamedBeanUsageReport> report, NamedBean cdl)Add a new NamedBeanUsageReport to the report list if there are any matches in this action or expresssion.voidExpressionLocalVariable. getUsageDetail(int level, NamedBean bean, java.util.List<NamedBeanUsageReport> report, NamedBean cdl)Add a new NamedBeanUsageReport to the report list if there are any matches in this action or expresssion.voidExpressionMemory. getUsageDetail(int level, NamedBean bean, java.util.List<NamedBeanUsageReport> report, NamedBean cdl)Add a new NamedBeanUsageReport to the report list if there are any matches in this action or expresssion.voidExpressionOBlock. getUsageDetail(int level, NamedBean bean, java.util.List<NamedBeanUsageReport> report, NamedBean cdl)Add a new NamedBeanUsageReport to the report list if there are any matches in this action or expresssion.voidExpressionReporter. getUsageDetail(int level, NamedBean bean, java.util.List<NamedBeanUsageReport> report, NamedBean cdl)Add a new NamedBeanUsageReport to the report list if there are any matches in this action or expresssion.voidExpressionSection. getUsageDetail(int level, NamedBean bean, java.util.List<NamedBeanUsageReport> report, NamedBean cdl)Add a new NamedBeanUsageReport to the report list if there are any matches in this action or expresssion.voidExpressionSensor. getUsageDetail(int level, NamedBean bean, java.util.List<NamedBeanUsageReport> report, NamedBean cdl)Add a new NamedBeanUsageReport to the report list if there are any matches in this action or expresssion.voidExpressionSensorEdge. getUsageDetail(int level, NamedBean bean, java.util.List<NamedBeanUsageReport> report, NamedBean cdl)Add a new NamedBeanUsageReport to the report list if there are any matches in this action or expresssion.voidExpressionSignalHead. getUsageDetail(int level, NamedBean bean, java.util.List<NamedBeanUsageReport> report, NamedBean cdl)Add a new NamedBeanUsageReport to the report list if there are any matches in this action or expresssion.voidExpressionSignalMast. getUsageDetail(int level, NamedBean bean, java.util.List<NamedBeanUsageReport> report, NamedBean cdl)Add a new NamedBeanUsageReport to the report list if there are any matches in this action or expresssion.voidExpressionTransit. getUsageDetail(int level, NamedBean bean, java.util.List<NamedBeanUsageReport> report, NamedBean cdl)Add a new NamedBeanUsageReport to the report list if there are any matches in this action or expresssion.voidExpressionTurnout. getUsageDetail(int level, NamedBean bean, java.util.List<NamedBeanUsageReport> report, NamedBean cdl)Add a new NamedBeanUsageReport to the report list if there are any matches in this action or expresssion.voidExpressionWarrant. getUsageDetail(int level, NamedBean bean, java.util.List<NamedBeanUsageReport> report, NamedBean cdl)Add a new NamedBeanUsageReport to the report list if there are any matches in this action or expresssion.voidLogData. getUsageDetail(int level, NamedBean bean, java.util.List<NamedBeanUsageReport> report, NamedBean cdl)Add a new NamedBeanUsageReport to the report list if there are any matches in this action or expresssion.voidStringExpressionMemory. getUsageDetail(int level, NamedBean bean, java.util.List<NamedBeanUsageReport> report, NamedBean cdl)Add a new NamedBeanUsageReport to the report list if there are any matches in this action or expresssion.voidStringExpressionStringIO. getUsageDetail(int level, NamedBean bean, java.util.List<NamedBeanUsageReport> report, NamedBean cdl)Add a new NamedBeanUsageReport to the report list if there are any matches in this action or expresssion.voidStringFormula. getUsageDetail(int level, NamedBean bean, java.util.List<NamedBeanUsageReport> report, NamedBean cdl)Add a new NamedBeanUsageReport to the report list if there are any matches in this action or expresssion. -
Uses of NamedBeanUsageReport in jmri.jmrit.logixng.implementation
Methods in jmri.jmrit.logixng.implementation that return types with arguments of type NamedBeanUsageReport Modifier and Type Method Description java.util.List<NamedBeanUsageReport>DefaultGlobalVariable. getUsageReport(NamedBean bean)Get a list of references for the specified bean.java.util.List<NamedBeanUsageReport>DefaultLogixNG. getUsageReport(NamedBean bean)Get a list of references for the specified bean.java.util.List<NamedBeanUsageReport>DefaultModule. getUsageReport(NamedBean bean)Get a list of references for the specified bean.Method parameters in jmri.jmrit.logixng.implementation with type arguments of type NamedBeanUsageReport Modifier and Type Method Description voidAbstractBase. getUsageDetail(int level, NamedBean bean, java.util.List<NamedBeanUsageReport> report, NamedBean cdl)Add a new NamedBeanUsageReport to the report list if there are any matches in this action or expresssion.voidAbstractFemaleSocket. getUsageDetail(int level, NamedBean bean, java.util.List<NamedBeanUsageReport> report, NamedBean cdl)Add a new NamedBeanUsageReport to the report list if there are any matches in this action or expresssion.voidAbstractMaleSocket. getUsageDetail(int level, NamedBean bean, java.util.List<NamedBeanUsageReport> report, NamedBean cdl)Add a new NamedBeanUsageReport to the report list if there are any matches in this action or expresssion.voidDefaultGlobalVariable. getUsageDetail(int level, NamedBean bean, java.util.List<NamedBeanUsageReport> report, NamedBean cdl)Add a new NamedBeanUsageReport to the report list if there are any matches in this action or expresssion.voidDefaultLogixNG. getUsageDetail(int level, NamedBean bean, java.util.List<NamedBeanUsageReport> report, NamedBean cdl)Add a new NamedBeanUsageReport to the report list if there are any matches in this action or expresssion.voidAbstractBase. getUsageTree(int level, NamedBean bean, java.util.List<NamedBeanUsageReport> report, NamedBean cdl)Navigate the LogixNG tree.voidAbstractFemaleSocket. getUsageTree(int level, NamedBean bean, java.util.List<NamedBeanUsageReport> report, NamedBean cdl)Navigate the LogixNG tree.voidAbstractMaleSocket. getUsageTree(int level, NamedBean bean, java.util.List<NamedBeanUsageReport> report, NamedBean cdl)Navigate the LogixNG tree.voidDefaultGlobalVariable. getUsageTree(int level, NamedBean bean, java.util.List<NamedBeanUsageReport> report, NamedBean cdl)Navigate the LogixNG tree.voidDefaultLogixNG. getUsageTree(int level, NamedBean bean, java.util.List<NamedBeanUsageReport> report, NamedBean cdl)Navigate the LogixNG tree.voidDefaultModule. getUsageTree(int level, NamedBean bean, java.util.List<NamedBeanUsageReport> report, NamedBean cdl)Navigate the LogixNG tree. -
Uses of NamedBeanUsageReport in jmri.jmrit.logixng.util
Method parameters in jmri.jmrit.logixng.util with type arguments of type NamedBeanUsageReport Modifier and Type Method Description voidLogixNG_SelectNamedBean. getUsageDetail(int level, NamedBean bean, java.util.List<NamedBeanUsageReport> report, NamedBean cdl, Base base, LogixNG_SelectNamedBean.Type type)
-