org.eclipse.uml2.uml.CentralBufferNode Maven / Gradle / Ivy
/*
* 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: CentralBufferNode.java,v 1.3 2007/02/14 19:57:26 khussey Exp $
*/
package org.eclipse.uml2.uml;
/**
*
* A representation of the model object 'Central Buffer Node'.
*
*
*
* A central buffer node is an object node for managing flows from multiple sources and destinations.
*
*
*
* @see org.eclipse.uml2.uml.UMLPackage#getCentralBufferNode()
* @model
* @generated
*/
public interface CentralBufferNode
extends ObjectNode {
// no methods
} // CentralBufferNode