Package org.jamesii.core.distributed.partitioner.partitioning.multilevel.coarsening

Examples of org.jamesii.core.distributed.partitioner.partitioning.multilevel.coarsening.CoarsenFactory


          SimSystem.getRegistry().getFactory(
              AbstractAbortCriterionFactory.class, null);
      abortCriterion = acFactory.getAbortCriterion();

      // Choose coarsening algorithm
      CoarsenFactory crFactory =
          SimSystem.getRegistry()
              .getFactory(AbstractCoarsenFactory.class, null);
      coarseningAlgo =
          crFactory.getCoarsenAlgorithm(modelGraph, abortCriterion);

      ParameterBlock pb = new ParameterBlock();
      pb.addSubBlock("partitionerType", new ParameterBlock(
          PartitionerType.SINGLE_LEVEL_ONLY));
View Full Code Here

TOP

Related Classes of org.jamesii.core.distributed.partitioner.partitioning.multilevel.coarsening.CoarsenFactory

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.