/******************************************************************************* * Copyright (c) 2010-2013, Embraer S.A., Budapest University of Technology and Economics * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * Abel Hegedus, Akos Horvath - initial API and implementation *******************************************************************************/ /** */ package hu.bme.mit.massif.simulink; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Out Port Block</b></em>'. * <!-- end-user-doc --> * * <!-- begin-model-doc --> * This EClass represents a port block of a #{simulink.OutPort} with an inport that can be used by blocks inside the subsystem. * * See @{http://www.mathworks.com/help/simulink/slref/outport.html} * <!-- end-model-doc --> * * * @see hu.bme.mit.massif.simulink.SimulinkPackage#getOutPortBlock() * @model * @generated */ public interface OutPortBlock extends PortBlock { } // OutPortBlock