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

com.ociweb.pronghorn.code.GGSGenerator Maven / Gradle / Ivy

The newest version!
package com.ociweb.pronghorn.code;

import java.util.Random;

import com.ociweb.pronghorn.pipe.Pipe;
import com.ociweb.pronghorn.stage.scheduling.GraphManager;

public interface GGSGenerator {

	boolean generate(GraphManager graphManager, Pipe[] inputs, Pipe[] outputs, Random random);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy