Package org.goplanit.path.choice
Class PathChoiceBuilderFactory
- java.lang.Object
-
- org.goplanit.path.choice.PathChoiceBuilderFactory
-
public class PathChoiceBuilderFactory extends Object
Path choice builder factory for the path choice types supported directory by PLANit- Author:
- markr
-
-
Constructor Summary
Constructors Constructor Description PathChoiceBuilderFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PathChoiceBuilder<? extends PathChoice>
createBuilder(String pathChoiceType, IdGroupingToken projectToken, InputBuilderListener inputBuilder)
Create a builder for given path choice type
-
-
-
Method Detail
-
createBuilder
public static PathChoiceBuilder<? extends PathChoice> createBuilder(String pathChoiceType, IdGroupingToken projectToken, InputBuilderListener inputBuilder) throws PlanItException
Create a builder for given path choice type- Parameters:
pathChoiceType
- type of assignment the builder is created forprojectToken
- id group this builder is created forinputBuilder
- the input builder- Returns:
- the created builder
- Throws:
PlanItException
- thrown if error
-
-