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.Operator
Operations.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 Var
Operations. operate(org.antlr.v4.runtime.Token token, Operations.Operator op, Var x, Var y)
static Var
Operations. 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 Var
TimeSeriesOperations. TimeSeriesOperation(org.antlr.v4.runtime.Token token, Operations.Operator op, Var x, Var y)