blob: 29bea322e85837737b7e9a81db55ea847ed4887e [file] [log] [blame]
/*
* Copyright (c) 2005, 2007 IBM Corporation 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
*
* $Id: Observation.java,v 1.4 2007/02/14 19:57:26 khussey Exp $
*/
package org.eclipse.uml2.uml;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Observation</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* Observation is a superclass of TimeObservation and DurationObservation in order for TimeExpression and Duration to refer to either in a simple way.
* <!-- end-model-doc -->
*
*
* @see org.eclipse.uml2.uml.UMLPackage#getObservation()
* @model abstract="true"
* @generated
*/
public interface Observation
extends PackageableElement {
// no methods
} // Observation