/******************************************************************************* * 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>Bus Specification</b></em>'. * <!-- end-user-doc --> * * <!-- begin-model-doc --> * This EClass is an abstract supertype for blocks that handle bus signals. A bus signal is used for bundling a set of signals * into one signal to reduce the number of ports and connections required in the model. * <!-- end-model-doc --> * * * @see hu.bme.mit.massif.simulink.SimulinkPackage#getBusSpecification() * @model abstract="true" * @generated */ public interface BusSpecification extends Block { } // BusSpecification