Package org.goplanit.network
Class MacroscopicNetworkModifierUtils
- java.lang.Object
-
- org.goplanit.network.MacroscopicNetworkModifierUtils
-
public class MacroscopicNetworkModifierUtils extends Object
Utilities to make it easier to use network wide network modifier options
-
-
Constructor Summary
Constructors Constructor Description MacroscopicNetworkModifierUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
syncManagedIdEntitiesContainerXmlIdsToIds(MacroscopicNetwork network)
Convenience method to sync XMLids to Ids by making use of layer modifiers and Event listeners.
-
-
-
Method Detail
-
syncManagedIdEntitiesContainerXmlIdsToIds
public static void syncManagedIdEntitiesContainerXmlIdsToIds(MacroscopicNetwork network)
Convenience method to sync XMLids to Ids by making use of layer modifiers and Event listeners. Note this also recreates all managed id entities ids as well- Parameters:
network
- to apply to
-
-