Uses of Record Class
com.graphhopper.json.Statement
Packages that use Statement
-
Uses of Statement in com.graphhopper.json
Methods in com.graphhopper.json that return StatementModifier and TypeMethodDescriptionstatic StatementStatement.Else(Statement.Op op, String value) static Statementstatic StatementStatement.ElseIf(String expression, Statement.Op op, String value) static Statementstatic StatementStatement.If(String expression, Statement.Op op, String value) static StatementMethods in com.graphhopper.json that return types with arguments of type StatementModifier and TypeMethodDescriptionStatement.doBlock()Returns the value of thedoBlockrecord component.Method parameters in com.graphhopper.json with type arguments of type StatementConstructor parameters in com.graphhopper.json with type arguments of type StatementModifierConstructorDescriptionStatement(Statement.Keyword keyword, String condition, Statement.Op operation, String value, List<Statement> doBlock) Creates an instance of aStatementrecord class. -
Uses of Statement in com.graphhopper.util
Methods in com.graphhopper.util that return types with arguments of type StatementMethods in com.graphhopper.util with parameters of type StatementModifier and TypeMethodDescriptionCustomModel.addToPriority(Statement st) CustomModel.addToSpeed(Statement st)