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

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

There is a newer version: 2024.11.0
Show newest version
/**
 */
package org.nasdanika.models.functionflow;

import org.nasdanika.models.architecture.Relationship;

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

* The following features are supported: *

*
    *
  • {@link org.nasdanika.models.functionflow.Transition#getInput Input}
  • *
  • {@link org.nasdanika.models.functionflow.Transition#getOutput Output}
  • *
  • {@link org.nasdanika.models.functionflow.Transition#getCondition Condition}
  • *
  • {@link org.nasdanika.models.functionflow.Transition#getOrder Order}
  • *
* * @see org.nasdanika.models.functionflow.FunctionFlowPackage#getTransition() * @model * @generated */ public interface Transition extends FlowElement, Relationship { /** * Returns the value of the 'Input' attribute. * * * * Output type * * @return the value of the 'Input' attribute. * @see #setInput(String) * @see org.nasdanika.models.functionflow.FunctionFlowPackage#getTransition_Input() * @model * @generated */ String getInput(); /** * Sets the value of the '{@link org.nasdanika.models.functionflow.Transition#getInput Input}' attribute. * * * @param value the new value of the 'Input' attribute. * @see #getInput() * @generated */ void setInput(String 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#getTransition_Output() * @model * @generated */ String getOutput(); /** * Sets the value of the '{@link org.nasdanika.models.functionflow.Transition#getOutput Output}' attribute. * * * @param value the new value of the 'Output' attribute. * @see #getOutput() * @generated */ void setOutput(String value); /** * Returns the value of the 'Condition' attribute. * * * @return the value of the 'Condition' attribute. * @see #setCondition(String) * @see org.nasdanika.models.functionflow.FunctionFlowPackage#getTransition_Condition() * @model * @generated */ String getCondition(); /** * Sets the value of the '{@link org.nasdanika.models.functionflow.Transition#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#getTransition_Order() * @model * @generated */ int getOrder(); /** * Sets the value of the '{@link org.nasdanika.models.functionflow.Transition#getOrder Order}' attribute. * * * @param value the new value of the 'Order' attribute. * @see #getOrder() * @generated */ void setOrder(int value); } // Transition




© 2015 - 2025 Weber Informatics LLC | Privacy Policy