Uses of Class
pulse.properties.NumericPropertyKeyword
-
Packages that use NumericPropertyKeyword Package Description pulse Contains some of the most frequently used classes, which did not seem to fit in any other packages.pulse.baseline Contains classes for describing and evaluating the baseline signal of aHeatingCurve
or its subclasses.pulse.input Introduces internal data structures that (a) are created as a result of parsing specific types of input files, such as: experimental heating curves, metadata, and property curves (e.g.pulse.math Provides general math functionality that is used when finding the direction (aVector
) of the minimum, including operations with vector and matrices.pulse.math.filters pulse.problem.laser This package deals with discrete laser pulse representation and their various temporal shapes.pulse.problem.schemes This package deals with abstractions associated with finite differences in PULsE, including the definition ofGrid
s, which determine the partitioning rules for space and time variables.pulse.problem.schemes.rte.dom Contains the implementation of the discrete ordinates method (DOM) for the solution of a anisotropic nonlinear radiative transfer equation.pulse.problem.schemes.rte.exact Contains classes for solving the radiative transfer equation in an absorbing-emitting medium (no scattering) using a semi-analytical approach.pulse.problem.schemes.solvers Contains various finite-difference solvers for the different problem statements available.pulse.problem.statements Introduces various problem statements for the heat conduction problem in the laser flash experiment.pulse.problem.statements.model pulse.properties Properties isPULsE
are low-level entities used by the differentAccessible
s orPropertyHolder
s, such asSearchTask
s,Problem
s, etc.pulse.search pulse.search.direction Provides a list ofPathSolver
s and associated classes, which are used to determine the direction of the minimum of a specificSearchTask
using an iterative approach.pulse.search.linear Provides classes that are able to search for the minimum of a scalar function of a vector variable that is unimodal on a specificSegment
.pulse.search.statistics PULsE Statistical Kit.pulse.tasks Introduces theSearchTask
, which is the main actor inPULsE
, and theTaskManager
, a high-level class which among other functions manages loading and executingSearchTask
s.pulse.tasks.processing Lists classes for storing runtime information, storing and ordering of final execution results, storing intermediate results of execution to check convergence.pulse.ui.components.controllers pulse.ui.components.models pulse.util Contains abstract data and hierarchical structures that implement much of the Java Reflection API. -
-
Uses of NumericPropertyKeyword in pulse
Methods in pulse that return types with arguments of type NumericPropertyKeyword Modifier and Type Method Description Set<NumericPropertyKeyword>
AbstractData. listedKeywords()
ListsNUM_POINTS
as an accessible property of thisPropertyHolder
.Set<NumericPropertyKeyword>
HeatingCurve. listedKeywords()
Methods in pulse with parameters of type NumericPropertyKeyword Modifier and Type Method Description void
AbstractData. set(NumericPropertyKeyword type, NumericProperty property)
Provides general setter accessibility for the number of points of thisAbstractData
.void
HeatingCurve. set(NumericPropertyKeyword type, NumericProperty property)
Callssuper.set
and provides write access to theTIME_SHIFT
property. -
Uses of NumericPropertyKeyword in pulse.baseline
Methods in pulse.baseline that return types with arguments of type NumericPropertyKeyword Modifier and Type Method Description Set<NumericPropertyKeyword>
AdjustableBaseline. listedKeywords()
Lists theintercept
as accessible property for thisFlatBaseline
.Set<NumericPropertyKeyword>
LinearBaseline. listedKeywords()
Set<NumericPropertyKeyword>
SinusoidalBaseline. listedKeywords()
Methods in pulse.baseline with parameters of type NumericPropertyKeyword Modifier and Type Method Description void
AdjustableBaseline. set(NumericPropertyKeyword type, NumericProperty property)
void
LinearBaseline. set(NumericPropertyKeyword type, NumericProperty property)
void
SinusoidalBaseline. set(NumericPropertyKeyword type, NumericProperty property)
-
Uses of NumericPropertyKeyword in pulse.input
Methods in pulse.input that return types with arguments of type NumericPropertyKeyword Modifier and Type Method Description Set<NumericPropertyKeyword>
Metadata. listedKeywords()
Set<NumericPropertyKeyword>
Range. listedKeywords()
Lists lower and upper bounds as properties.Methods in pulse.input with parameters of type NumericPropertyKeyword Modifier and Type Method Description NumericProperty
Metadata. numericProperty(NumericPropertyKeyword key)
Searches the internal list of this class for a property with thekey
type.void
Metadata. set(NumericPropertyKeyword type, NumericProperty property)
Iftype
is listed by thisMetadata
, will attempt to either set a value to the property belonging to thisMetadata
and identified bytype
or addproperty
to the internal repository of thisMetadata
.void
Range. set(NumericPropertyKeyword type, NumericProperty property)
-
Uses of NumericPropertyKeyword in pulse.math
Methods in pulse.math that return NumericPropertyKeyword Modifier and Type Method Description NumericPropertyKeyword
ParameterIdentifier. getKeyword()
Methods in pulse.math that return types with arguments of type NumericPropertyKeyword Modifier and Type Method Description Set<NumericPropertyKeyword>
FixedIntervalIntegrator. listedKeywords()
The listed property isINTEGRATION_SEGMENTS
.Set<NumericPropertyKeyword>
Harmonic. listedKeywords()
Listed properties include the frequency, amplitude, phase shift, and intercept.Methods in pulse.math with parameters of type NumericPropertyKeyword Modifier and Type Method Description static Segment
Segment. boundsFrom(NumericPropertyKeyword p)
Creates a segment representing the bounds ofp
, i.e.double
ParameterVector. getParameterValue(NumericPropertyKeyword key, int index)
void
FixedIntervalIntegrator. set(NumericPropertyKeyword type, NumericProperty property)
void
Harmonic. set(NumericPropertyKeyword type, NumericProperty property)
Constructors in pulse.math with parameters of type NumericPropertyKeyword Constructor Description ParameterIdentifier(NumericPropertyKeyword keyword)
ParameterIdentifier(NumericPropertyKeyword keyword, int index)
-
Uses of NumericPropertyKeyword in pulse.math.filters
Methods in pulse.math.filters with parameters of type NumericPropertyKeyword Modifier and Type Method Description void
OptimisablePolyline. set(NumericPropertyKeyword type, NumericProperty property)
-
Uses of NumericPropertyKeyword in pulse.problem.laser
Methods in pulse.problem.laser that return types with arguments of type NumericPropertyKeyword Modifier and Type Method Description Set<NumericPropertyKeyword>
ExponentiallyModifiedGaussian. listedKeywords()
Set<NumericPropertyKeyword>
TrapezoidalPulse. listedKeywords()
Methods in pulse.problem.laser with parameters of type NumericPropertyKeyword Modifier and Type Method Description void
ExponentiallyModifiedGaussian. set(NumericPropertyKeyword type, NumericProperty property)
void
NumericPulse. set(NumericPropertyKeyword type, NumericProperty property)
Does not define any property.void
RectangularPulse. set(NumericPropertyKeyword type, NumericProperty property)
void
TrapezoidalPulse. set(NumericPropertyKeyword type, NumericProperty property)
-
Uses of NumericPropertyKeyword in pulse.problem.schemes
Methods in pulse.problem.schemes that return types with arguments of type NumericPropertyKeyword Modifier and Type Method Description Set<NumericPropertyKeyword>
CoupledImplicitScheme. listedKeywords()
Set<NumericPropertyKeyword>
DifferenceScheme. listedKeywords()
The superclass only lists theTIME_LIMIT
property.Set<NumericPropertyKeyword>
Grid. listedKeywords()
The listed properties includeGRID_DENSITY
andTAU_FACTOR
.Methods in pulse.problem.schemes with parameters of type NumericPropertyKeyword Modifier and Type Method Description void
DifferenceScheme. set(NumericPropertyKeyword type, NumericProperty property)
void
Grid. set(NumericPropertyKeyword type, NumericProperty property)
void
RadiativeTransferCoupling. set(NumericPropertyKeyword type, NumericProperty property)
-
Uses of NumericPropertyKeyword in pulse.problem.schemes.rte.dom
Methods in pulse.problem.schemes.rte.dom that return types with arguments of type NumericPropertyKeyword Modifier and Type Method Description Set<NumericPropertyKeyword>
AdaptiveIntegrator. listedKeywords()
Set<NumericPropertyKeyword>
IterativeSolver. listedKeywords()
Set<NumericPropertyKeyword>
StretchedGrid. listedKeywords()
Set<NumericPropertyKeyword>
SuccessiveOverrelaxation. listedKeywords()
Methods in pulse.problem.schemes.rte.dom with parameters of type NumericPropertyKeyword Modifier and Type Method Description void
AdaptiveIntegrator. set(NumericPropertyKeyword type, NumericProperty property)
void
DiscreteOrdinatesMethod. set(NumericPropertyKeyword type, NumericProperty property)
void
Discretisation. set(NumericPropertyKeyword type, NumericProperty property)
void
IterativeSolver. set(NumericPropertyKeyword type, NumericProperty property)
void
StretchedGrid. set(NumericPropertyKeyword type, NumericProperty property)
void
SuccessiveOverrelaxation. set(NumericPropertyKeyword type, NumericProperty property)
-
Uses of NumericPropertyKeyword in pulse.problem.schemes.rte.exact
Methods in pulse.problem.schemes.rte.exact that return types with arguments of type NumericPropertyKeyword Modifier and Type Method Description Set<NumericPropertyKeyword>
ChandrasekharsQuadrature. listedKeywords()
Set<NumericPropertyKeyword>
NewtonCotesQuadrature. listedKeywords()
Methods in pulse.problem.schemes.rte.exact with parameters of type NumericPropertyKeyword Modifier and Type Method Description void
ChandrasekharsQuadrature. set(NumericPropertyKeyword type, NumericProperty property)
void
NewtonCotesQuadrature. set(NumericPropertyKeyword type, NumericProperty property)
void
NonscatteringRadiativeTransfer. set(NumericPropertyKeyword type, NumericProperty property)
-
Uses of NumericPropertyKeyword in pulse.problem.schemes.solvers
Methods in pulse.problem.schemes.solvers that return types with arguments of type NumericPropertyKeyword Modifier and Type Method Description Set<NumericPropertyKeyword>
ImplicitNonlinearSolver. listedKeywords()
Set<NumericPropertyKeyword>
ImplicitTwoTemperatureSolver. listedKeywords()
Set<NumericPropertyKeyword>
MixedCoupledSolver. listedKeywords()
Methods in pulse.problem.schemes.solvers with parameters of type NumericPropertyKeyword Modifier and Type Method Description void
ExplicitCoupledSolverNL. set(NumericPropertyKeyword type, NumericProperty property)
void
ExplicitNonlinearSolver. set(NumericPropertyKeyword type, NumericProperty property)
void
ImplicitCoupledSolverNL. set(NumericPropertyKeyword type, NumericProperty property)
void
ImplicitNonlinearSolver. set(NumericPropertyKeyword type, NumericProperty property)
void
ImplicitTwoTemperatureSolver. set(NumericPropertyKeyword type, NumericProperty property)
void
MixedCoupledSolver. set(NumericPropertyKeyword type, NumericProperty property)
void
MixedCoupledSolverNL. set(NumericPropertyKeyword type, NumericProperty property)
-
Uses of NumericPropertyKeyword in pulse.problem.statements
Methods in pulse.problem.statements that return types with arguments of type NumericPropertyKeyword Modifier and Type Method Description Set<NumericPropertyKeyword>
ClassicalProblem. listedKeywords()
Set<NumericPropertyKeyword>
NonlinearProblem. listedKeywords()
Set<NumericPropertyKeyword>
ParticipatingMedium. listedKeywords()
Set<NumericPropertyKeyword>
PenetrationProblem. listedKeywords()
Set<NumericPropertyKeyword>
Problem. listedKeywords()
Listed parameters include:MAXTEMP, DIFFUSIVITY, THICKNESS, HEAT_LOSS_FRONT, HEAT_LOSS_REAR
.Set<NumericPropertyKeyword>
Pulse. listedKeywords()
The listed parameters forPulse
are:PulseShape, PULSE_WIDTH, SPOT_DIAMETER
.Set<NumericPropertyKeyword>
Pulse2D. listedKeywords()
Methods in pulse.problem.statements with parameters of type NumericPropertyKeyword Modifier and Type Method Description void
ClassicalProblem. set(NumericPropertyKeyword type, NumericProperty value)
void
Problem. set(NumericPropertyKeyword type, NumericProperty value)
Used to change the parameter values of thisProblem
.void
Pulse. set(NumericPropertyKeyword type, NumericProperty property)
void
Pulse2D. set(NumericPropertyKeyword type, NumericProperty property)
-
Uses of NumericPropertyKeyword in pulse.problem.statements.model
Methods in pulse.problem.statements.model that return NumericPropertyKeyword Modifier and Type Method Description NumericPropertyKeyword
SpectralRange. typeOfAbsorption()
Methods in pulse.problem.statements.model that return types with arguments of type NumericPropertyKeyword Modifier and Type Method Description Set<NumericPropertyKeyword>
AbsorptionModel. listedKeywords()
Set<NumericPropertyKeyword>
DiathermicProperties. listedKeywords()
Set<NumericPropertyKeyword>
ExtendedThermalProperties. listedKeywords()
Set<NumericPropertyKeyword>
Insulator. listedKeywords()
Set<NumericPropertyKeyword>
ThermalProperties. listedKeywords()
Listed parameters include:MAXTEMP, DIFFUSIVITY, THICKNESS, HEAT_LOSS_FRONT, HEAT_LOSS_REAR
.Set<NumericPropertyKeyword>
ThermoOpticalProperties. listedKeywords()
Set<NumericPropertyKeyword>
TwoTemperatureProperties. listedKeywords()
Methods in pulse.problem.statements.model with parameters of type NumericPropertyKeyword Modifier and Type Method Description void
AbsorptionModel. set(NumericPropertyKeyword type, NumericProperty property)
void
DiathermicProperties. set(NumericPropertyKeyword type, NumericProperty property)
void
ExtendedThermalProperties. set(NumericPropertyKeyword type, NumericProperty property)
void
Insulator. set(NumericPropertyKeyword type, NumericProperty property)
void
ThermalProperties. set(NumericPropertyKeyword type, NumericProperty value)
Used to change the parameter values of thisProblem
.void
ThermoOpticalProperties. set(NumericPropertyKeyword type, NumericProperty value)
void
TwoTemperatureProperties. set(NumericPropertyKeyword type, NumericProperty value)
Used to change the parameter values of thisProblem
. -
Uses of NumericPropertyKeyword in pulse.properties
Methods in pulse.properties that return NumericPropertyKeyword Modifier and Type Method Description NumericPropertyKeyword[]
NumericProperty. getExcludeKeywords()
NumericPropertyKeyword
Flag. getType()
Returns the type of thisFlag
.NumericPropertyKeyword
NumericProperty. getType()
static NumericPropertyKeyword
NumericPropertyKeyword. valueOf(String name)
Returns the enum constant of this type with the specified name.static NumericPropertyKeyword[]
NumericPropertyKeyword. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in pulse.properties that return types with arguments of type NumericPropertyKeyword Modifier and Type Method Description static List<NumericPropertyKeyword>
Flag. convert(List<Flag> flags)
A static method for converting enabled flags to aList
ofNumericPropertyKeyword
s.static Optional<NumericPropertyKeyword>
NumericPropertyKeyword. findAny(String key)
Methods in pulse.properties with parameters of type NumericPropertyKeyword Modifier and Type Method Description static NumericProperty
NumericProperties. def(NumericPropertyKeyword keyword)
Searches for the defaultNumericProperty
corresponding tokeyword
in the list of pre-defined properties loaded from the respective.xml
file.static NumericProperty
NumericProperties. derive(NumericPropertyKeyword keyword, Number value)
Searches for the defaultNumericProperty
corresponding tokeyword
in the list of pre-defined properties loaded from the respective.xml
file, and if found creates a new {static boolean
NumericProperties. isDiscrete(NumericPropertyKeyword key)
static void
NumericProperty. requireType(NumericProperty property, NumericPropertyKeyword type)
void
NumericProperty. setExcludeKeywords(NumericPropertyKeyword[] keys)
Constructors in pulse.properties with parameters of type NumericPropertyKeyword Constructor Description Flag(NumericPropertyKeyword type)
Creates aFlag
with the typetype
.Flag(NumericPropertyKeyword type, boolean flag)
NumericProperty(NumericPropertyKeyword type, Number... params)
Constructor used byXMLConverter
to create aNumericProperty
with fully specified set of parameters -
Uses of NumericPropertyKeyword in pulse.search
Methods in pulse.search that return types with arguments of type NumericPropertyKeyword Modifier and Type Method Description abstract List<NumericPropertyKeyword>
GeneralTask. activeParameters()
List<NumericPropertyKeyword>
SimpleOptimisationTask. activeParameters()
Methods in pulse.search with parameters of type NumericPropertyKeyword Modifier and Type Method Description void
SimpleOptimisationTask. set(NumericPropertyKeyword type, NumericProperty property)
-
Uses of NumericPropertyKeyword in pulse.search.direction
Methods in pulse.search.direction that return types with arguments of type NumericPropertyKeyword Modifier and Type Method Description Set<NumericPropertyKeyword>
GradientBasedOptimiser. listedKeywords()
The types of the listed parameters for this class include:GRADIENT_RESOLUTION, ERROR_TOLERANCE, ITERATION_LIMIT
.Set<NumericPropertyKeyword>
LMOptimiser. listedKeywords()
Set<NumericPropertyKeyword>
PathOptimiser. listedKeywords()
The types of the listed parameters for this class include:ERROR_TOLERANCE, ITERATION_LIMIT
.static List<NumericPropertyKeyword>
ActiveFlags. selectActiveAndListed(List<Flag> flags, PropertyHolder listed)
static List<NumericPropertyKeyword>
ActiveFlags. selectActiveTypes(List<Flag> flags)
Methods in pulse.search.direction with parameters of type NumericPropertyKeyword Modifier and Type Method Description static Flag
ActiveFlags. get(NumericPropertyKeyword key)
void
GradientBasedOptimiser. set(NumericPropertyKeyword type, NumericProperty property)
The accepted types are:GRADIENT_RESOLUTION, ERROR_TOLERANCE, ITERATION_LIMIT
.void
LMOptimiser. set(NumericPropertyKeyword type, NumericProperty property)
void
PathOptimiser. set(NumericPropertyKeyword type, NumericProperty property)
The accepted types are:ERROR_TOLERANCE, ITERATION_LIMIT
. -
Uses of NumericPropertyKeyword in pulse.search.linear
Methods in pulse.search.linear that return types with arguments of type NumericPropertyKeyword Modifier and Type Method Description Set<NumericPropertyKeyword>
LinearOptimiser. listedKeywords()
TheLINEAR_RESOLUTION
is the single listed parameter for this class.Methods in pulse.search.linear with parameters of type NumericPropertyKeyword Modifier and Type Method Description void
LinearOptimiser. set(NumericPropertyKeyword type, NumericProperty property)
-
Uses of NumericPropertyKeyword in pulse.search.statistics
Methods in pulse.search.statistics with parameters of type NumericPropertyKeyword Modifier and Type Method Description void
CorrelationTest. set(NumericPropertyKeyword type, NumericProperty property)
void
ModelSelectionCriterion. set(NumericPropertyKeyword key, NumericProperty p)
void
NormalityTest. set(NumericPropertyKeyword type, NumericProperty property)
void
ResidualStatistic. set(NumericPropertyKeyword type, NumericProperty property)
-
Uses of NumericPropertyKeyword in pulse.tasks
Methods in pulse.tasks that return types with arguments of type NumericPropertyKeyword Modifier and Type Method Description List<NumericPropertyKeyword>
SearchTask. activeParameters()
Finds what properties are being altered in the search of this SearchTask.List<NumericPropertyKeyword>
TaskManager. derivableProperties()
Creates a list of property keywords that can be derived with help of the loaded data.Methods in pulse.tasks with parameters of type NumericPropertyKeyword Modifier and Type Method Description void
Calculation. set(NumericPropertyKeyword type, NumericProperty property)
void
SearchTask. set(NumericPropertyKeyword type, NumericProperty property)
-
Uses of NumericPropertyKeyword in pulse.tasks.processing
Methods in pulse.tasks.processing that return NumericPropertyKeyword Modifier and Type Method Description NumericPropertyKeyword
ResultFormat. fromAbbreviation(String descriptor)
Finds aNumericPropertyKeyword
contained in thenameMap
, the description of which matchesdescriptor
.static NumericPropertyKeyword[]
ResultFormat. getMinimalArray()
Methods in pulse.tasks.processing that return types with arguments of type NumericPropertyKeyword Modifier and Type Method Description List<NumericPropertyKeyword>
ResultFormat. getKeywords()
Retrieves the list of keyword associated with thisResultFormat
Methods in pulse.tasks.processing with parameters of type NumericPropertyKeyword Modifier and Type Method Description double
Buffer. average(NumericPropertyKeyword index)
Calculates the average for theindex
-- if the respectiveNumericProperty
is contained in theIndexedVector
data of thisBuffer
.static void
CorrelationBuffer. excludePair(NumericPropertyKeyword first, NumericPropertyKeyword second)
static void
CorrelationBuffer. excludeSingle(NumericPropertyKeyword key)
int
ResultFormat. indexOf(NumericPropertyKeyword key)
void
Buffer. set(NumericPropertyKeyword type, NumericProperty property)
double
Buffer. variance(NumericPropertyKeyword index)
Calculates the variance for theindex
-- if the respectiveNumericProperty
is contained in theIndexedVector
data of thisBuffer
.Method parameters in pulse.tasks.processing with type arguments of type NumericPropertyKeyword Modifier and Type Method Description static void
CorrelationBuffer. excludePair(ImmutablePair<NumericPropertyKeyword> pair)
static ResultFormat
ResultFormat. generateFormat(List<NumericPropertyKeyword> keys)
-
Uses of NumericPropertyKeyword in pulse.ui.components.controllers
Constructors in pulse.ui.components.controllers with parameters of type NumericPropertyKeyword Constructor Description ButtonEditor(IconCheckBox btn, NumericPropertyKeyword index)
-
Uses of NumericPropertyKeyword in pulse.ui.components.models
Fields in pulse.ui.components.models with type parameters of type NumericPropertyKeyword Modifier and Type Field Description protected List<NumericPropertyKeyword>
ParameterTableModel. elements
Methods in pulse.ui.components.models that return NumericPropertyKeyword Modifier and Type Method Description NumericPropertyKeyword
ParameterTableModel. getElementAt(int index)
NumericPropertyKeyword
SelectedKeysModel. getElementAt(int index)
Methods in pulse.ui.components.models that return types with arguments of type NumericPropertyKeyword Modifier and Type Method Description List<NumericPropertyKeyword>
ParameterTableModel. getData()
List<NumericPropertyKeyword>
SelectedKeysModel. getData()
Methods in pulse.ui.components.models with parameters of type NumericPropertyKeyword Modifier and Type Method Description void
SelectedKeysModel. addElement(NumericPropertyKeyword key)
boolean
ParameterTableModel. contains(NumericPropertyKeyword key)
boolean
SelectedKeysModel. contains(NumericPropertyKeyword key)
boolean
SelectedKeysModel. removeElement(NumericPropertyKeyword key)
Method parameters in pulse.ui.components.models with type arguments of type NumericPropertyKeyword Modifier and Type Method Description void
SelectedKeysModel. update(List<NumericPropertyKeyword> keys)
Constructors in pulse.ui.components.models with parameters of type NumericPropertyKeyword Constructor Description SelectedKeysModel(List<NumericPropertyKeyword> keys, NumericPropertyKeyword[] mandatorySelection)
Constructor parameters in pulse.ui.components.models with type arguments of type NumericPropertyKeyword Constructor Description SelectedKeysModel(List<NumericPropertyKeyword> keys, NumericPropertyKeyword[] mandatorySelection)
-
Uses of NumericPropertyKeyword in pulse.util
Methods in pulse.util that return types with arguments of type NumericPropertyKeyword Modifier and Type Method Description Set<NumericPropertyKeyword>
PropertyHolder. listedKeywords()
By default, this will search the children of thisPropertyHolder
to collect the types of their listed numeric parameters recursively.Methods in pulse.util with parameters of type NumericPropertyKeyword Modifier and Type Method Description boolean
PropertyHolder. isListedNumericType(NumericPropertyKeyword p)
NumericProperty
Accessible. numericProperty(NumericPropertyKeyword type)
Recursively searches for aNumericProperty
from the unique set of numeric properties in thisAccessible
by comparing itsNumericPropertyKeyword
totype
.abstract void
Accessible. set(NumericPropertyKeyword type, NumericProperty property)
An abstract method, which must be overriden to gain access over setting the values of all relevant (selected by the programmer)NumericPropert
ies in subclasses ofAccessible
.
-