Uses of Class
org.goplanit.utils.builder.Builder
-
Packages that use Builder Package Description org.goplanit.assignment Traffic assignment classesorg.goplanit.assignment.ltm org.goplanit.assignment.ltm.eltm org.goplanit.assignment.ltm.sltm org.goplanit.assignment.traditionalstatic org.goplanit.component org.goplanit.path.choice PLANit path choice classes -
-
Uses of Builder in org.goplanit.assignment
Subclasses of Builder in org.goplanit.assignment Modifier and Type Class Description class
TrafficAssignmentBuilder<T extends TrafficAssignment>
All traffic assignment instances require a network, demand, and (equilibrium) smoothing procedure, all of which should be registered via this generic builder. -
Uses of Builder in org.goplanit.assignment.ltm
Subclasses of Builder in org.goplanit.assignment.ltm Modifier and Type Class Description class
LtmTrafficAssignmentBuilder<T extends LtmAssignment>
An LTM traffic assignment builder is assumed to only support Link Transmission Model (LTM) traffic assignment instances. -
Uses of Builder in org.goplanit.assignment.ltm.eltm
Subclasses of Builder in org.goplanit.assignment.ltm.eltm Modifier and Type Class Description class
EventBasedLtmTrafficAssignmentBuilder
The eLTM traffic assignment builder. -
Uses of Builder in org.goplanit.assignment.ltm.sltm
Subclasses of Builder in org.goplanit.assignment.ltm.sltm Modifier and Type Class Description class
StaticLtmTrafficAssignmentBuilder
The sLTM traffic assignment builder. -
Uses of Builder in org.goplanit.assignment.traditionalstatic
Subclasses of Builder in org.goplanit.assignment.traditionalstatic Modifier and Type Class Description class
TraditionalStaticAssignmentBuilder
Builder for a traditional static assignment. -
Uses of Builder in org.goplanit.component
Subclasses of Builder in org.goplanit.component Modifier and Type Class Description class
PlanitComponentBuilder<T>
Builder class to build something of type T which is a PLANit component. -
Uses of Builder in org.goplanit.path.choice
Subclasses of Builder in org.goplanit.path.choice Modifier and Type Class Description class
PathChoiceBuilder<T extends PathChoice>
All path choice instances are built using this or a derived version of this builderclass
StochasticPathChoiceBuilder
All path choice instances are built using this or a derived version of this builder
-