Uses of Class
org.goplanit.demands.UserClasses
-
Packages that use UserClasses Package Description org.goplanit.demands Classes which manage traveler demands -
-
Uses of UserClasses in org.goplanit.demands
Fields in org.goplanit.demands declared as UserClasses Modifier and Type Field Description UserClassesDemands. userClassesinternal class instance containing all user classes on this demand instanceprotected UserClassesUserClassesFactory. userClassescontainer to useMethods in org.goplanit.demands that return UserClasses Modifier and Type Method Description UserClassesUserClasses. deepClone()Deep clone implementationUserClassesUserClasses. deepCloneWithMapping(BiConsumer<UserClass,UserClass> mapper)Deep clone implementation where the mapping for its internal copies is captured by the provided mapperUserClassesUserClasses. shallowClone()Each map wrapper should be cloneable where the contents are references of the original where possible but the underlying map itself is newly createdConstructors in org.goplanit.demands with parameters of type UserClasses Constructor Description UserClasses(UserClasses other, boolean deepCopy, BiConsumer<UserClass,UserClass> mapper)Copy constructorUserClassesFactory(IdGroupingToken tokenId, UserClasses userClasses)Constructor
-