Uses of Interface
org.pipservices3.expressions.calculator.variables.IVariable
-
Packages that use IVariable Package Description org.pipservices3.expressions.calculator.variables -
-
Uses of IVariable in org.pipservices3.expressions.calculator.variables
Classes in org.pipservices3.expressions.calculator.variables that implement IVariable Modifier and Type Class Description classVariableMethods in org.pipservices3.expressions.calculator.variables that return IVariable Modifier and Type Method Description IVariableIVariableCollection. findByName(String name)Finds variable in the list by it's name.IVariableVariableCollection. findByName(String name)Finds variable in the list by it's name.IVariableIVariableCollection. get(int index)Get a variable by its index.IVariableVariableCollection. get(int index)Get a variable by its index.IVariableIVariableCollection. locate(String name)Finds variable in the list or create a new one if variable was not found.IVariableVariableCollection. locate(String name)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 IVariable Modifier and Type Method Description List<IVariable>IVariableCollection. getAll()Get all variables stores in the collectionList<IVariable>VariableCollection. getAll()Get all variables stores in the collectionMethods in org.pipservices3.expressions.calculator.variables with parameters of type IVariable Modifier and Type Method Description voidIVariableCollection. add(IVariable variable)Adds a new variable to the collection.voidVariableCollection. add(IVariable variable)Adds a new variable to the collection.
-