Uses of Class
com.dna.jopt.member.unit.filter.auto.JointCluster
Packages that use JointCluster
-
Uses of JointCluster in com.dna.jopt.member.unit.filter.auto
Methods in com.dna.jopt.member.unit.filter.auto that return JointClusterMethods in com.dna.jopt.member.unit.filter.auto that return types with arguments of type JointClusterModifier and TypeMethodDescriptionstatic Optional<List<JointCluster>>
ClusterFilterHelper.getEffectiveClusters
(ILogicEntityRoute route, double radiusMeter) static Optional<List<JointCluster>>
ClusterFilterHelper.getEffectiveClusters
(ILogicEntityRoute route, double radiusMeter, boolean useOnlyOptimizableNodes) static List<JointCluster>
ClusterFilterHelper.substiteClusterNodeForCluster
(Map<IOptimizationElement, JointCluster> cat3NodesMap, List<JointCluster> allClusters) Methods in com.dna.jopt.member.unit.filter.auto with parameters of type JointClusterMethod parameters in com.dna.jopt.member.unit.filter.auto with type arguments of type JointClusterModifier and TypeMethodDescriptionClusterFilterHelper.findCategory3Substitutes
(Map<IOptimizationElement, JointCluster> cat3NodesMap, List<JointCluster> allClusters, List<IOptimizationElement> alreadyValidated) ClusterFilterHelper.findCategory3Substitutes
(Map<IOptimizationElement, JointCluster> cat3NodesMap, List<JointCluster> allClusters, List<IOptimizationElement> alreadyValidated) static void
ClusterFilterHelper.findDeputyKickNodes
(List<JointCluster> clusters, List<INode> orgKickNodesAspirants, int numDesiredDeputies) static List<JointCluster>
ClusterFilterHelper.substiteClusterNodeForCluster
(Map<IOptimizationElement, JointCluster> cat3NodesMap, List<JointCluster> allClusters) static List<JointCluster>
ClusterFilterHelper.substiteClusterNodeForCluster
(Map<IOptimizationElement, JointCluster> cat3NodesMap, List<JointCluster> allClusters) ClusterFilterHelper.tryFindSingleClusters
(List<JointCluster> clusters, boolean filterForNonVisitDuration)