Class MBDecision

All Implemented Interfaces:
Expression, Function

public class MBDecision extends MBExpression
The expressions in this section can be used to add conditional logic to your styles. For example, the 'case' expression provides basic "if/then/else" logic, and 'match' allows you to map specific values of an input expression to different output expressions.