blob: c4f0785368f716388dd3b420ff07c804ccc9ce8c [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.Pooling_layers;
import org.eclipse.emf.common.util.EList;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Pooling layers 11</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.papyrus.aiml.profile.AIML.Pooling_layers.Pooling_layers_1_1#getStride <em>Stride</em>}</li>
* </ul>
*
* @see org.eclipse.papyrus.aiml.profile.AIML.Pooling_layers.Pooling_layersPackage#getPooling_layers_1_1()
* @model abstract="true"
* @generated
*/
public interface Pooling_layers_1_1 extends Pooling_layers_1 {
/**
* Returns the value of the '<em><b>Stride</b></em>' attribute list.
* The list contents are of type {@link java.lang.Integer}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Stride</em>' attribute list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Stride</em>' attribute list.
* @see org.eclipse.papyrus.aiml.profile.AIML.Pooling_layers.Pooling_layersPackage#getPooling_layers_1_1_Stride()
* @model dataType="org.eclipse.uml2.types.Integer" ordered="false"
* @generated
*/
EList<Integer> getStride();
} // Pooling_layers_1_1