Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 9f0720b54dbbc6ac8580795285be50a0550ec66a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/**
 * 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 v1.0
 *  which accompanies this distribution, and is available at
 *  http://www.eclipse.org/legal/epl-v10.html
 */
package org.eclipse.papyrus.sysml14.activities;


/**
 * <!-- begin-user-doc -->
 * A representation of the model object '<em><b>Discrete</b></em>'.
 * <!-- end-user-doc -->
 *
 * <!-- begin-model-doc -->
 * Discrete rate is a special case of rate of flow (see Rate) where the increment of time between items is non-zero.
 * <!-- end-model-doc -->
 *
 *
 * @see org.eclipse.papyrus.sysml14.activities.ActivitiesPackage#getDiscrete()
 * @model
 * @generated
 */
public interface Discrete extends Rate {
} // Discrete

Back to the top