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

de.bioforscher.singa.simulation.model.graphs.AutomatonEdge Maven / Gradle / Ivy

The newest version!
package de.bioforscher.singa.simulation.model.graphs;

import de.bioforscher.singa.mathematics.graphs.model.AbstractEdge;

public class AutomatonEdge extends AbstractEdge {

    public AutomatonEdge(int identifier) {
        super(identifier);

    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy