Uses of Class
org.goplanit.demands.TravellerTypes
-
Packages that use TravellerTypes Package Description org.goplanit.demands Classes which manage traveler demands -
-
Uses of TravellerTypes in org.goplanit.demands
Fields in org.goplanit.demands declared as TravellerTypes Modifier and Type Field Description TravellerTypes
Demands. travelerTypes
internal class instance containing all traveler types on this demand instanceprotected TravellerTypes
TravellerTypesFactory. travellerTypes
container to useMethods in org.goplanit.demands that return TravellerTypes Modifier and Type Method Description TravellerTypes
TravellerTypes. deepClone()
Deep clone implementationTravellerTypes
TravellerTypes. deepCloneWithMapping(BiConsumer<TravellerType,TravellerType> mapper)
Deep clone implementation where the mapping for its internal copies is captured by the provided mapperTravellerTypes
TravellerTypes. 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 TravellerTypes Constructor Description TravellerTypes(TravellerTypes other, boolean deepCopy, BiConsumer<TravellerType,TravellerType> mapper)
Copy constructorTravellerTypesFactory(IdGroupingToken tokenId, TravellerTypes travellerTypes)
Constructor
-