blob: 1860057de1a9ccbac3d8e150f89008e16bc76663 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2012, 2018 Willink Transformations and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* E.D.Willink - Initial API and implementation
*******************************************************************************/
package org.eclipse.ocl.pivot;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Final State</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* A special kind of State, which, when entered, signifies that the enclosing Region has completed. If the enclosing Region is directly contained in a StateMachine and all other Regions in that StateMachine also are completed, then it means that the entire StateMachine behavior is completed.
* <!-- end-model-doc -->
*
*
* @see org.eclipse.ocl.pivot.PivotPackage#getFinalState()
* @generated
*/
public interface FinalState extends State
{
} // FinalState