Uses of Class
org.goplanit.userclass.UserClass
-
Packages that use UserClass Package Description org.goplanit.demands Classes which manage traveler demandsorg.goplanit.userclass Contains the definitions of the user classes (UserClass, TravellerType and Mode) -
-
Uses of UserClass in org.goplanit.demands
Methods in org.goplanit.demands that return UserClass Modifier and Type Method Description UserClass
Demands.UserClasses. createAndRegisterNewUserClass(String name, Mode mode, TravelerType travellerType)
Factory method to create and register a new user class on the demandsUserClass
Demands.UserClasses. getUserClassByXmlId(String xmlId)
Retrieve a UserClass by its XML Id This method is not efficient, since it loops through all the registered user classes in order to find the required entry. -
Uses of UserClass in org.goplanit.userclass
Methods in org.goplanit.userclass that return UserClass Modifier and Type Method Description UserClass
UserClass. clone()
Create a shallow copy of this entityConstructors in org.goplanit.userclass with parameters of type UserClass Constructor Description UserClass(UserClass other)
Copy constructor
-