|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Conditional | |
|---|---|
| jmri | Provides basic interfaces and certain core implementations for the JMRI layout management concepts. |
| jmri.implementation | Provides implementations of various JMRI interfaces. |
| jmri.managers | Provides implementations of various JMRI managers. |
| Uses of Conditional in jmri |
|---|
| Methods in jmri that return Conditional | |
|---|---|
Conditional |
ConditionalManager.createNewConditional(String systemName,
String userName)
Method to create a new Conditional if the Conditional does not exist Returns null if a Conditional with the same systemName or userName already exists, or if there is trouble creating a new Conditional If the parent Logix cannot be found, the userName cannot be checked, but the Conditional is still created. |
Conditional |
ConditionalManager.getBySystemName(String s)
|
Conditional |
ConditionalManager.getByUserName(Logix x,
String s)
|
Conditional |
ConditionalManager.getByUserName(String s)
|
Conditional |
ConditionalManager.getConditional(Logix x,
String name)
Method to get an existing Conditional. |
Conditional |
ConditionalManager.getConditional(String name)
|
| Methods in jmri with parameters of type Conditional | |
|---|---|
void |
ConditionalManager.deleteConditional(Conditional c)
Delete Conditional by removing it from the manager. |
| Uses of Conditional in jmri.implementation |
|---|
| Classes in jmri.implementation that implement Conditional | |
|---|---|
class |
DefaultConditional
Class providing the basic logic of the Conditional interface. |
class |
SensorGroupConditional
Conditional.java A Conditional type to provide runtime support for Densor Groups. |
| Methods in jmri.implementation with parameters of type Conditional | |
|---|---|
void |
JmriSimplePropertyListener.addConditional(Conditional client)
|
| Uses of Conditional in jmri.managers |
|---|
| Methods in jmri.managers that return Conditional | |
|---|---|
Conditional |
DefaultConditionalManager.createNewConditional(String systemName,
String userName)
Method to create a new Conditional if the Conditional does not exist Returns null if a Conditional with the same systemName or userName already exists, or if there is trouble creating a new Conditional If the parent Logix cannot be found, the userName cannot be checked, but the Conditional is still created. |
Conditional |
DefaultConditionalManager.getBySystemName(String name)
|
Conditional |
DefaultConditionalManager.getByUserName(Logix x,
String key)
|
Conditional |
DefaultConditionalManager.getByUserName(String key)
|
Conditional |
DefaultConditionalManager.getConditional(Logix x,
String name)
Method to get an existing Conditional. |
Conditional |
DefaultConditionalManager.getConditional(String name)
|
| Methods in jmri.managers with parameters of type Conditional | |
|---|---|
void |
DefaultConditionalManager.deleteConditional(Conditional c)
Remove an existing Conditional. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||