-
Notifications
You must be signed in to change notification settings - Fork 1
Case instantiation
mtbeek32 edited this page Jan 6, 2023
·
2 revisions
A case or template instantion is defined as using a template in an expression and setting the values for all case parameters.
Example:
container Cases { container FarestDistSuper_PT := CombineDistWithANDcond(DistSupermarket/dist, DistPublicTransport/dist); }
A case instantiation is configured with an expression configured to a container. In this expression the template name is used and the values for each case parameter are set between brackets.
Each case_parameter is separated by a comma.
GeoDMS ©Object Vision BV. Source code distributed under GNU GPL-3. Documentation distributed under CC BY-SA 4.0.