Class GeneratorXMLDatabaseConnection.Par

    • Field Detail

      • CONFIGFILE_ID

        public static final OptionID CONFIGFILE_ID
        Parameter to give the configuration file
      • SIZE_SCALE_ID

        public static final OptionID SIZE_SCALE_ID
        Parameter to give the configuration file
      • REASSIGN_ID

        public static final OptionID REASSIGN_ID
        Parameter for cluster reassignment
      • REASSIGN_DISTANCE_ID

        public static final OptionID REASSIGN_DISTANCE_ID
        Reassign by cluster distance
      • RANDOMSEED_ID

        public static final OptionID RANDOMSEED_ID
        Parameter to give the configuration file
      • specfile

        java.net.URI specfile
        The configuration file.
      • sizescale

        double sizescale
        Parameter for scaling the cluster sizes.
      • reassign

        java.util.regex.Pattern reassign
        Pattern for clusters to reassign.
      • reassignByDistance

        boolean reassignByDistance
        Reassign by distance, not density.
      • clusterRandom

        RandomFactory clusterRandom
        Random generator used for initializing cluster generators.
    • Constructor Detail

      • Par

        public Par()
    • Method Detail

      • configure

        public void configure​(Parameterization config)
        Description copied from interface: Parameterizer
        Configure the class.

        Note: the status is collected by the parameterization object, so that multiple errors may arise and be reported in one run.

        Parameters:
        config - Parameterization
      • make

        public GeneratorXMLDatabaseConnection make()
        Description copied from interface: Parameterizer
        Make an instance after successful configuration.

        Note: your class should return the exact type, only this very broad interface should use Object as return type.

        Returns:
        a new instance