Package jline.api.mapqn
Object Mapqn_parameters_factory
-
- All Implemented Interfaces:
public class Mapqn_parameters_factory
Factory class for creating Mapqn_parameters from NetworkStruct. This factory analyzes the network structure and creates the appropriate Mapqn_parameters subclass based on the network characteristics.
-
-
Field Summary
Fields Modifier and Type Field Description public final static Mapqn_parameters_factory
INSTANCE
-
Method Summary
Modifier and Type Method Description final Mapqn_parameters
createFromNetworkStruct(NetworkStruct networkStruct)
Creates appropriate Mapqn_parameters based on NetworkStruct properties. final LinearReductionParameters
createLinearReductionParameters(NetworkStruct networkStruct)
Creates LinearReductionParameters from NetworkStruct. -
-
Method Detail
-
createFromNetworkStruct
final Mapqn_parameters createFromNetworkStruct(NetworkStruct networkStruct)
Creates appropriate Mapqn_parameters based on NetworkStruct properties.
- Parameters:
networkStruct
- The network structure to convert- Returns:
Appropriate Mapqn_parameters instance
-
createLinearReductionParameters
final LinearReductionParameters createLinearReductionParameters(NetworkStruct networkStruct)
Creates LinearReductionParameters from NetworkStruct. This constructor is used for multi-phase networks without finite capacity.
-
-
-
-