org.eclipse.uml2.uml.Observation Maven / Gradle / Ivy
The newest version!
/*
* 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;
/**
*
* A representation of the model object 'Observation'.
*
*
*
* Observation specifies a value determined by observing an event or events that occur relative to other model Elements.
* From package UML::Values.
*
*
*
* @see org.eclipse.uml2.uml.UMLPackage#getObservation()
* @model abstract="true"
* @generated
*/
public interface Observation
extends PackageableElement {
// no methods
} // Observation