![JAR search and dependency download from the Maven repository](/logo.png)
org.nasdanika.models.functionflow.FunctionFlow Maven / Gradle / Ivy
/**
*/
package org.nasdanika.models.functionflow;
import java.util.function.BiFunction;
import org.nasdanika.common.Context;
import org.nasdanika.common.ProgressMonitor;
import org.nasdanika.graph.processor.NodeProcessorInfo;
import org.nasdanika.models.architecture.CompositeNode;
/**
*
* A representation of the model object 'Function Flow'.
*
*
*
* @see org.nasdanika.models.functionflow.FunctionFlowPackage#getFunctionFlow()
* @model
* @generated
*/
public interface FunctionFlow extends Function, CompositeNode, SupplierFlow, ConsumerFlow {
// /**
// * Creates a process, invokes starts, returns result produced by ends.
// * @param context
// * @param progressMonitor
// * @return
// */
// default BiFunction
© 2015 - 2025 Weber Informatics LLC | Privacy Policy