All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.sourceforge.cilib.algorithm.population.HasTopology Maven / Gradle / Ivy

package net.sourceforge.cilib.algorithm.population;

import fj.data.List;

public interface HasTopology {

    /**
     * {@inheritDoc}
     */
    List getTopology();

    /**
     * Set the Topology for the population-based algorithm.
     * @param topology The {@linkplain Topology} to be set.
     */
    void setTopology(List topology);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy