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

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

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

import org.nasdanika.models.architecture.RelationshipSource;

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

* The following features are supported: *

*
    *
  • {@link org.nasdanika.models.functionflow.Start#getCondition Condition}
  • *
  • {@link org.nasdanika.models.functionflow.Start#getOrder Order}
  • *
  • {@link org.nasdanika.models.functionflow.Start#getOutput Output}
  • *
* * @see org.nasdanika.models.functionflow.FunctionFlowPackage#getStart() * @model * @generated */ public interface Start extends RelationshipSource { /** * Returns the value of the 'Condition' attribute. * * * @return the value of the 'Condition' attribute. * @see #setCondition(String) * @see org.nasdanika.models.functionflow.FunctionFlowPackage#getStart_Condition() * @model * @generated */ String getCondition(); /** * Sets the value of the '{@link org.nasdanika.models.functionflow.Start#getCondition Condition}' attribute. * * * @param value the new value of the 'Condition' attribute. * @see #getCondition() * @generated */ void setCondition(String value); /** * Returns the value of the 'Order' attribute. * * * @return the value of the 'Order' attribute. * @see #setOrder(int) * @see org.nasdanika.models.functionflow.FunctionFlowPackage#getStart_Order() * @model * @generated */ int getOrder(); /** * Sets the value of the '{@link org.nasdanika.models.functionflow.Start#getOrder Order}' attribute. * * * @param value the new value of the 'Order' attribute. * @see #getOrder() * @generated */ void setOrder(int value); /** * 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#getStart_Output() * @model * @generated */ String getOutput(); /** * Sets the value of the '{@link org.nasdanika.models.functionflow.Start#getOutput Output}' attribute. * * * @param value the new value of the 'Output' attribute. * @see #getOutput() * @generated */ void setOutput(String value); } // Start




© 2015 - 2024 Weber Informatics LLC | Privacy Policy