Uses of Class
org.goplanit.path.choice.logit.MultinomialLogit
-
Packages that use MultinomialLogit Package Description org.goplanit.path.choice.logit PLANit logit based path choice classes -
-
Uses of MultinomialLogit in org.goplanit.path.choice.logit
Methods in org.goplanit.path.choice.logit that return MultinomialLogit Modifier and Type Method Description MultinomialLogit
MultinomialLogit. deepClone()
deep clone on planit component should attempt to also update internal dependencies between deep cloned containers where possibleMultinomialLogit
MultinomialLogit. shallowClone()
Create a shallow copy of this entityConstructors in org.goplanit.path.choice.logit with parameters of type MultinomialLogit Constructor Description MultinomialLogit(MultinomialLogit other, boolean deepCopy)
Copy constructor
-