blob: 2726381696c97b6d1c4c9449b9b4d4d918ef1336 [file] [log] [blame]
/**
* * Copyright (c) 2021 The University of York.
* *
* * This program and the accompanying materials are made
* * available under the terms of the Eclipse Public License 2.0
* * which is available at https://www.eclipse.org/legal/epl-2.0/
* *
* * SPDX-License-Identifier: EPL-2.0
*/
package org.eclipse.epsilon.sirius.widget.examples.statemachine;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Final State</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.epsilon.sirius.widget.examples.statemachine.StatemachinePackage#getFinalState()
* @model
* @generated
*/
public interface FinalState extends State {
} // FinalState