blob: 151ed929e96c217bf151a54d2c3ed4e07d8d41c3 [file] [log] [blame]
/**
* Copyright (c) 2020 CEA LIST
*
* 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
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
*/
package org.eclipse.papyrus.aiml.profile.AIML.Vision_layers;
import org.eclipse.papyrus.aiml.profile.AIML.Module.Model;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Vision layers</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.papyrus.aiml.profile.AIML.Vision_layers.Vision_layersPackage#getVision_layers()
* @model abstract="true"
* @generated
*/
public interface Vision_layers extends Model {
} // Vision_layers