blob: a72ff01f46b1d08d6fb623d7ca8a5ee9cc19b5ee [file] [log] [blame]
/*
* Copyright (c) 2005, 2014 IBM Corporation, CEA, and others.
* 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:
* IBM - initial API and implementation
* Christian W. Damus (CEA) - 251963
* Kenn Hussey (CEA) - 418466
*
*/
package org.eclipse.uml2.uml;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Time Interval</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* A TimeInterval defines the range between two TimeExpressions.
* <p>From package UML::Values.</p>
* <!-- end-model-doc -->
*
*
* @see org.eclipse.uml2.uml.UMLPackage#getTimeInterval()
* @model
* @generated
*/
public interface TimeInterval
extends Interval {
// no methods
} // TimeInterval