Uses of Interface
org.pipservices3.expressions.calculator.variables.IVariable
Packages that use IVariable
-
Uses of IVariable in org.pipservices3.expressions.calculator.variables
Classes in org.pipservices3.expressions.calculator.variables that implement IVariableMethods in org.pipservices3.expressions.calculator.variables that return IVariableModifier and TypeMethodDescriptionIVariableCollection.findByName
(String name) Finds variable in the list by it's name.VariableCollection.findByName
(String name) Finds variable in the list by it's name.IVariableCollection.get
(int index) Get a variable by its index.VariableCollection.get
(int index) Get a variable by its index.Finds variable in the list or create a new one if variable was not found.Finds variable in the list or create a new one if variable was not found.Methods in org.pipservices3.expressions.calculator.variables that return types with arguments of type IVariableModifier and TypeMethodDescriptionIVariableCollection.getAll()
Get all variables stores in the collectionVariableCollection.getAll()
Get all variables stores in the collectionMethods in org.pipservices3.expressions.calculator.variables with parameters of type IVariable