![JAR search and dependency download from the Maven repository](/logo.png)
org.nasdanika.models.functionflow.Supplier Maven / Gradle / Ivy
/**
*/
package org.nasdanika.models.functionflow;
import org.nasdanika.models.architecture.RelationshipSource;
/**
*
* A representation of the model object 'Supplier'.
*
*
*
* The following features are supported:
*
*
* - {@link org.nasdanika.models.functionflow.Supplier#getOutput Output}
*
*
* @see org.nasdanika.models.functionflow.FunctionFlowPackage#getSupplier()
* @model
* @generated
*/
public interface Supplier extends FlowElement, RelationshipSource {
/**
* Returns the value of the 'Output' attribute.
*
*
*
* Output type
*
* @return the value of the 'Output' attribute.
* @see #setOutput(String)
* @see org.nasdanika.models.functionflow.FunctionFlowPackage#getSupplier_Output()
* @model
* @generated
*/
String getOutput();
/**
* Sets the value of the '{@link org.nasdanika.models.functionflow.Supplier#getOutput Output}' attribute.
*
*
* @param value the new value of the 'Output' attribute.
* @see #getOutput()
* @generated
*/
void setOutput(String value);
} // Supplier
© 2015 - 2025 Weber Informatics LLC | Privacy Policy