Uses of Class
ru.ewc.decita.Locators
Packages that use Locators
Package
Description
Root package for all the engine's classes.
All the input mechanisms reside here.
The package for testing utilities.
-
Uses of Locators in ru.ewc.decita
Fields in ru.ewc.decita declared as LocatorsModifier and TypeFieldDescriptionstatic final Locators
Locators.CONSTANT
The constantLocator
that can be used in theComputationContext
.static final Locators
Locators.EMPTY
The empty set of predefinedLocator
s that should be used to get data from a system.Methods in ru.ewc.decita that return LocatorsMethods in ru.ewc.decita with parameters of type LocatorsModifier and TypeMethodDescriptionDecitaFacade.decisionFor
(String table, Locators request) Decides on the outcome of the table with the given name.Locators.mergedWith
(Locators additional) Constructors in ru.ewc.decita with parameters of type LocatorsModifierConstructorDescriptionComputationContext
(Locators locators) Ctor.DecitaFacade
(Supplier<Locators> tables, Locators locators) Ctor.Constructor parameters in ru.ewc.decita with type arguments of type LocatorsModifierConstructorDescriptionDecitaFacade
(Supplier<Locators> tables) Ctor.DecitaFacade
(Supplier<Locators> tables, Locators locators) Ctor. -
Uses of Locators in ru.ewc.decita.input
Methods in ru.ewc.decita.input that return Locators -
Uses of Locators in ru.ewc.decita.manual
Methods in ru.ewc.decita.manual that return LocatorsModifier and TypeMethodDescriptionManualComputation.currentState()
Converts yaml data read from input stream to a correctInMemoryStorage
object.ManualComputation.tablesAsLocators()
Reads all the tables from disk in a format suitable to constructComputationContext
.