Skip to content

IIDM & XIIDM 1.4 evolutions

MioRtia edited this page Sep 8, 2020 · 1 revision

New features

Add a type to aliases

Since release 3.7.0, aliases now can have a type String attribute. In order to add an alias with a type, do:

identifiable.addAlias("alias", "aliasType");

If the type is not specified, the alias is considered without type.

Clone this wiki locally