Uses of Class
com.walkfares.odsl.var.Operations.Operator
| Package | Description |
|---|---|
| com.walkfares.odsl.var | |
| com.walkfares.odsl.var.timeseries |
-
Uses of Operations.Operator in com.walkfares.odsl.var
Methods in com.walkfares.odsl.var that return Operations.Operator Modifier and Type Method Description static Operations.OperatorOperations.Operator. valueOf(String name)Returns the enum constant of this type with the specified name.static Operations.Operator[]Operations.Operator. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.walkfares.odsl.var with parameters of type Operations.Operator Modifier and Type Method Description static VarOperations. operate(org.antlr.v4.runtime.Token token, Operations.Operator op, Var x, Var y)static VarOperations. ScalarScalar(org.antlr.v4.runtime.Token token, Operations.Operator op, VarScalar x, VarScalar y) -
Uses of Operations.Operator in com.walkfares.odsl.var.timeseries
Methods in com.walkfares.odsl.var.timeseries with parameters of type Operations.Operator Modifier and Type Method Description static VarTimeSeriesOperations. TimeSeriesOperation(org.antlr.v4.runtime.Token token, Operations.Operator op, Var x, Var y)