org.nasdanika.models.functionflow.SourceConsumer Maven / Gradle / Ivy
The newest version!
/**
*/
package org.nasdanika.models.functionflow;
/**
*
* A representation of the model object 'Source Consumer'.
*
*
*
* @see org.nasdanika.models.functionflow.FunctionFlowPackage#getSourceConsumer()
* @model
* @generated
*/
public interface SourceConsumer extends Consumer, Source {
} // SourceConsumer