Package org.goplanit.demands
Class DemandsModifierUtils
- java.lang.Object
-
- org.goplanit.demands.DemandsModifierUtils
-
public class DemandsModifierUtils extends Object
Utilities to make it easier to use zoning modifier features combined with listeners to create complex funcionality
-
-
Constructor Summary
Constructors Constructor Description DemandsModifierUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
syncManagedIdEntitiesContainerXmlIdsToIds(Demands demands)
Convenience method to sync XMLids to Ids by making use of demands modifier and Event listeners.
-
-
-
Method Detail
-
syncManagedIdEntitiesContainerXmlIdsToIds
public static void syncManagedIdEntitiesContainerXmlIdsToIds(Demands demands)
Convenience method to sync XMLids to Ids by making use of demands modifier and Event listeners. Note this also recreates all managed id entities ids as well- Parameters:
demands
- to apply to
-
-