blob: 634d7cdf36f147bd38585511cc331656c54a3560 [file] [log] [blame]
/**
*/
package org.eclipse.upr.bpmnprof;
import org.eclipse.uml2.uml.State;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Data State</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* <p>From package BPMNProfile::Process::Data.</p>
* <p>From package BPMNProfile::Process::HumanInteraction.</p>
* <p>From package BPMNProfile::Collaboration.</p>
* <p>From package BPMNProfile::CoreStructure::Foundation.</p>
* <p>From package BPMNProfile::CoreStructure::Service.</p>
* <p>From package BPMNProfile::Collaboration::Conversation.</p>
* <p>From package BPMNProfile::CoreStructure.</p>
* <p>From package BPMNProfile::Process::Activities.</p>
* <!-- end-model-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.upr.bpmnprof.DataState#getBase_State <em>Base State</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.upr.bpmnprof.BpmnprofPackage#getDataState()
* @model
* @generated
*/
public interface DataState extends BaseElement {
/**
* Returns the value of the '<em><b>Base State</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Base State</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Base State</em>' reference.
* @see #setBase_State(State)
* @see org.eclipse.upr.bpmnprof.BpmnprofPackage#getDataState_Base_State()
* @model required="true" ordered="false"
* @generated
*/
State getBase_State();
/**
* Sets the value of the '{@link org.eclipse.upr.bpmnprof.DataState#getBase_State <em>Base State</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Base State</em>' reference.
* @see #getBase_State()
* @generated
*/
void setBase_State(State value);
} // DataState