blob: 71ff8012d3e15ffd325cd605c91f037dda02d5db [file] [log] [blame]
/*********************************************************************
* Copyright (c) 2005, 2019 SAP SE
*
* 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/
*
* Contributors:
* SAP SE - initial API, implementation and documentation
*
* SPDX-License-Identifier: EPL-2.0
**********************************************************************/
package org.eclipse.graphiti.mm.algorithms;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Text</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.graphiti.mm.algorithms.AlgorithmsPackage#getText()
* @model
* @generated
*/
public interface Text extends AbstractText {
} // Text