blob: 67c57de86d01e3f6ee90623297588b007a7d694d [file] [log] [blame]
/*
* Copyright (c) 2003, 2004 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: DataStoreNode.java,v 1.6 2005/05/18 16:38:29 khussey Exp $
*/
package org.eclipse.uml2;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Data Store Node</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* A data store keeps all tokens that enter it, copying them when they are chosen to move downstream. Incoming tokens containing a particular object replace any tokens in the object node containing that object.
* <!-- end-model-doc -->
*
*
* @see org.eclipse.uml2.UML2Package#getDataStoreNode()
* @model
* @generated
*/
public interface DataStoreNode extends CentralBufferNode{
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
String copyright = "Copyright (c) IBM Corporation and others."; //$NON-NLS-1$
} // DataStoreNode