Uses of Class
ru.ewc.decita.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
Modifier 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.Modifier and TypeMethodDescriptionDecitaFacade.decisionFor
(String table, Locators request) Decides on the outcome of the table with the given name.Locators.mergedWith
(Locators additional) ModifierConstructorDescriptionComputationContext
(Locators locators) Ctor.DecitaFacade
(Supplier<Locators> tables, Locators locators) Ctor.ModifierConstructorDescriptionDecitaFacade
(Supplier<Locators> tables) Ctor.DecitaFacade
(Supplier<Locators> tables, Locators locators) Ctor. -
Uses of Locators in ru.ewc.decita.input
-
Uses of Locators in ru.ewc.decita.manual
Modifier 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
.