blob: 9e07e6b860e1c4b943bf9a1e1b88e049d23d6d45 [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>Initial State</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.epsilon.sirius.widget.examples.statemachine.StatemachinePackage#getInitialState()
* @model
* @generated
*/
public interface InitialState extends State {
} // InitialState