blob: fcac39b05447353d3f8fbdc54a6f961f8e0e473c [file] [log] [blame]
/**
* Copyright (c) 2017 Christian W. Damus and others.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Christian W. Damus - initial API and implementation
*/
package org.eclipse.emf.ecp.view.spi.rule.model;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>True</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.emf.ecp.view.spi.rule.model.RulePackage#getTrue()
* @model
* @generated
*/
public interface True extends Condition {
} // True