blob: 4c3d67b5aa0737f8d76c07d51f74c519b71e63ea [file] [log] [blame]
/**
* Copyright (c) 2000-2009, Intalio Inc.
* 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:
* Intalio Inc. - initial API and implementation
*
*/
package org.eclipse.bpmn.di;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Node</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.bpmn.di.DIPackage#getNode()
* @model extendedMetaData="name='Node' kind='elementOnly'"
* @generated
*/
public interface Node extends View {
} // Node