org.eclipse.dd.di.Diagram Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kie-wb-common-stunner-bpmn-emf Show documentation
Show all versions of kie-wb-common-stunner-bpmn-emf Show documentation
Kie Workbench - Common - Stunner - BPMN Definition Set - GWT Support for Eclipse EMF/XMI
/**
*
*
* Copyright (c) 2010 SAP AG.
* 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:
* Reiner Hille-Doering (SAP AG) - initial API and implementation and/or initial documentation
*
*
*/
package org.eclipse.dd.di;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EObject;
/**
*
* A representation of the model object 'Diagram'.
*
*
*
* The following features are supported:
*
*
* - {@link org.eclipse.dd.di.Diagram#getDocumentation Documentation}
* - {@link org.eclipse.dd.di.Diagram#getOwnedStyle Owned Style}
* - {@link org.eclipse.dd.di.Diagram#getRootElement Root Element}
* - {@link org.eclipse.dd.di.Diagram#getId Id}
* - {@link org.eclipse.dd.di.Diagram#getName Name}
* - {@link org.eclipse.dd.di.Diagram#getResolution Resolution}
*
*
* @see org.eclipse.dd.di.DiPackage#getDiagram()
* @model abstract="true"
* extendedMetaData="name='Diagram' kind='empty'"
* @generated
*/
public interface Diagram extends EObject {
/**
* Returns the value of the 'Documentation' attribute.
*
*
* @return the value of the 'Documentation' attribute.
* @see #setDocumentation(String)
* @see org.eclipse.dd.di.DiPackage#getDiagram_Documentation()
* @model ordered="false"
* extendedMetaData="kind='attribute' name='documentation'"
* @generated
*/
String getDocumentation();
/**
* Sets the value of the '{@link org.eclipse.dd.di.Diagram#getDocumentation Documentation}' attribute.
*
*
* @param value the new value of the 'Documentation' attribute.
* @see #getDocumentation()
* @generated
*/
void setDocumentation(String value);
/**
* Returns the value of the 'Owned Style' reference list.
* The list contents are of type {@link org.eclipse.dd.di.Style}.
*
*
* @return the value of the 'Owned Style' reference list.
* @see org.eclipse.dd.di.DiPackage#getDiagram_OwnedStyle()
* @model transient="true" changeable="false" derived="true" ordered="false"
* @generated
*/
EList