blob: 2cf0bd2cfddf3f3d6d1e3d08d857684a1892f361 [file] [log] [blame]
/**
* Copyright (c) 2015 CEA LIST.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Benoit Maggi (CEA LIST) benoit.maggi@cea.fr - Initial API and implementation
*
*/
package org.eclipse.papyrus.sysml14.activities;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Continuous</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
*
* Continuous rate is a special case of rate of flow (see Rate) where the increment of time between items approaches zero. It is intended to represent continuous flows that may correspond to water flowing through a pipe, a time continuous signal, or continuous energy flow. It is independent from UML streaming. A streaming parameter may or may not apply to continuous flow, and a continuous flow may or may not apply to streaming parameters.
*
* <!-- end-model-doc -->
*
*
* @see org.eclipse.papyrus.sysml14.activities.ActivitiesPackage#getContinuous()
* @model
* @generated
*/
public interface Continuous extends Rate {
} // Continuous