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

org.nasdanika.models.functionflow.Call Maven / Gradle / Ivy

The newest version!
/**
 */
package org.nasdanika.models.functionflow;


/**
 * 
 * A representation of the model object 'Call'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.nasdanika.models.functionflow.Call#getTargetInput Target Input}
  • *
  • {@link org.nasdanika.models.functionflow.Call#getTargetOutput Target Output}
  • *
* * @see org.nasdanika.models.functionflow.FunctionFlowPackage#getCall() * @model * @generated */ public interface Call extends Transition { /** * Returns the value of the 'Target Input' attribute. * * * * Output type * * @return the value of the 'Target Input' attribute. * @see #setTargetInput(String) * @see org.nasdanika.models.functionflow.FunctionFlowPackage#getCall_TargetInput() * @model * @generated */ String getTargetInput(); /** * Sets the value of the '{@link org.nasdanika.models.functionflow.Call#getTargetInput Target Input}' attribute. * * * @param value the new value of the 'Target Input' attribute. * @see #getTargetInput() * @generated */ void setTargetInput(String value); /** * Returns the value of the 'Target Output' attribute. * * * * Output type * * @return the value of the 'Target Output' attribute. * @see #setTargetOutput(String) * @see org.nasdanika.models.functionflow.FunctionFlowPackage#getCall_TargetOutput() * @model * @generated */ String getTargetOutput(); /** * Sets the value of the '{@link org.nasdanika.models.functionflow.Call#getTargetOutput Target Output}' attribute. * * * @param value the new value of the 'Target Output' attribute. * @see #getTargetOutput() * @generated */ void setTargetOutput(String value); } // Call




© 2015 - 2024 Weber Informatics LLC | Privacy Policy