blob: 304c5911a9c9f73c4cbaea852764027a6dc0bc36 [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;
import org.eclipse.emf.common.util.EMap;
import org.eclipse.emf.ecore.EObject;
import org.eclipse.emf.ecore.util.FeatureMap;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Document Root</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.bpmn.di.DocumentRoot#getMixed <em>Mixed</em>}</li>
* <li>{@link org.eclipse.bpmn.di.DocumentRoot#getXMLNSPrefixMap <em>XMLNS Prefix Map</em>}</li>
* <li>{@link org.eclipse.bpmn.di.DocumentRoot#getXSISchemaLocation <em>XSI Schema Location</em>}</li>
* <li>{@link org.eclipse.bpmn.di.DocumentRoot#getBendpoint <em>Bendpoint</em>}</li>
* <li>{@link org.eclipse.bpmn.di.DocumentRoot#getConnector <em>Connector</em>}</li>
* <li>{@link org.eclipse.bpmn.di.DocumentRoot#getView <em>View</em>}</li>
* <li>{@link org.eclipse.bpmn.di.DocumentRoot#getDiagram <em>Diagram</em>}</li>
* <li>{@link org.eclipse.bpmn.di.DocumentRoot#getNode <em>Node</em>}</li>
* <li>{@link org.eclipse.bpmn.di.DocumentRoot#getStyle <em>Style</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.bpmn.di.DIPackage#getDocumentRoot()
* @model extendedMetaData="name='' kind='mixed'"
* @generated
*/
public interface DocumentRoot extends EObject {
/**
* Returns the value of the '<em><b>Mixed</b></em>' attribute list.
* The list contents are of type {@link org.eclipse.emf.ecore.util.FeatureMap.Entry}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Mixed</em>' attribute list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Mixed</em>' attribute list.
* @see org.eclipse.bpmn.di.DIPackage#getDocumentRoot_Mixed()
* @model unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry" many="true"
* extendedMetaData="kind='elementWildcard' name=':mixed'"
* @generated
*/
FeatureMap getMixed();
/**
* Returns the value of the '<em><b>XMLNS Prefix Map</b></em>' map.
* The key is of type {@link java.lang.String},
* and the value is of type {@link java.lang.String},
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>XMLNS Prefix Map</em>' map isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>XMLNS Prefix Map</em>' map.
* @see org.eclipse.bpmn.di.DIPackage#getDocumentRoot_XMLNSPrefixMap()
* @model mapType="org.eclipse.emf.ecore.EStringToStringMapEntry<org.eclipse.emf.ecore.EString, org.eclipse.emf.ecore.EString>" transient="true"
* extendedMetaData="kind='attribute' name='xmlns:prefix'"
* @generated
*/
EMap<String, String> getXMLNSPrefixMap();
/**
* Returns the value of the '<em><b>XSI Schema Location</b></em>' map.
* The key is of type {@link java.lang.String},
* and the value is of type {@link java.lang.String},
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>XSI Schema Location</em>' map isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>XSI Schema Location</em>' map.
* @see org.eclipse.bpmn.di.DIPackage#getDocumentRoot_XSISchemaLocation()
* @model mapType="org.eclipse.emf.ecore.EStringToStringMapEntry<org.eclipse.emf.ecore.EString, org.eclipse.emf.ecore.EString>" transient="true"
* extendedMetaData="kind='attribute' name='xsi:schemaLocation'"
* @generated
*/
EMap<String, String> getXSISchemaLocation();
/**
* Returns the value of the '<em><b>Bendpoint</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Bendpoint</em>' containment reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Bendpoint</em>' containment reference.
* @see #setBendpoint(Bendpoint)
* @see org.eclipse.bpmn.di.DIPackage#getDocumentRoot_Bendpoint()
* @model containment="true" upper="-2" transient="true" volatile="true" derived="true"
* extendedMetaData="kind='element' name='bendpoint' namespace='##targetNamespace'"
* @generated
*/
Bendpoint getBendpoint();
/**
* Sets the value of the '{@link org.eclipse.bpmn.di.DocumentRoot#getBendpoint <em>Bendpoint</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Bendpoint</em>' containment reference.
* @see #getBendpoint()
* @generated
*/
void setBendpoint(Bendpoint value);
/**
* Returns the value of the '<em><b>Connector</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Connector</em>' containment reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Connector</em>' containment reference.
* @see #setConnector(Connector)
* @see org.eclipse.bpmn.di.DIPackage#getDocumentRoot_Connector()
* @model containment="true" upper="-2" transient="true" volatile="true" derived="true"
* extendedMetaData="kind='element' name='connector' namespace='##targetNamespace' affiliation='view'"
* @generated
*/
Connector getConnector();
/**
* Sets the value of the '{@link org.eclipse.bpmn.di.DocumentRoot#getConnector <em>Connector</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Connector</em>' containment reference.
* @see #getConnector()
* @generated
*/
void setConnector(Connector value);
/**
* Returns the value of the '<em><b>View</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>View</em>' containment reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>View</em>' containment reference.
* @see #setView(View)
* @see org.eclipse.bpmn.di.DIPackage#getDocumentRoot_View()
* @model containment="true" upper="-2" transient="true" volatile="true" derived="true"
* extendedMetaData="kind='element' name='view' namespace='##targetNamespace'"
* @generated
*/
View getView();
/**
* Sets the value of the '{@link org.eclipse.bpmn.di.DocumentRoot#getView <em>View</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>View</em>' containment reference.
* @see #getView()
* @generated
*/
void setView(View value);
/**
* Returns the value of the '<em><b>Diagram</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Diagram</em>' containment reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Diagram</em>' containment reference.
* @see #setDiagram(Diagram)
* @see org.eclipse.bpmn.di.DIPackage#getDocumentRoot_Diagram()
* @model containment="true" upper="-2" transient="true" volatile="true" derived="true"
* extendedMetaData="kind='element' name='diagram' namespace='##targetNamespace' affiliation='view'"
* @generated
*/
Diagram getDiagram();
/**
* Sets the value of the '{@link org.eclipse.bpmn.di.DocumentRoot#getDiagram <em>Diagram</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Diagram</em>' containment reference.
* @see #getDiagram()
* @generated
*/
void setDiagram(Diagram value);
/**
* Returns the value of the '<em><b>Node</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Node</em>' containment reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Node</em>' containment reference.
* @see #setNode(Node)
* @see org.eclipse.bpmn.di.DIPackage#getDocumentRoot_Node()
* @model containment="true" upper="-2" transient="true" volatile="true" derived="true"
* extendedMetaData="kind='element' name='node' namespace='##targetNamespace' affiliation='view'"
* @generated
*/
Node getNode();
/**
* Sets the value of the '{@link org.eclipse.bpmn.di.DocumentRoot#getNode <em>Node</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Node</em>' containment reference.
* @see #getNode()
* @generated
*/
void setNode(Node value);
/**
* Returns the value of the '<em><b>Style</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Style</em>' containment reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Style</em>' containment reference.
* @see #setStyle(Style)
* @see org.eclipse.bpmn.di.DIPackage#getDocumentRoot_Style()
* @model containment="true" upper="-2" transient="true" volatile="true" derived="true"
* extendedMetaData="kind='element' name='style' namespace='##targetNamespace'"
* @generated
*/
Style getStyle();
/**
* Sets the value of the '{@link org.eclipse.bpmn.di.DocumentRoot#getStyle <em>Style</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Style</em>' containment reference.
* @see #getStyle()
* @generated
*/
void setStyle(Style value);
} // DocumentRoot