org.eclipse.dd.di.DocumentRoot 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.EMap;
import org.eclipse.emf.ecore.EObject;
import org.eclipse.emf.ecore.util.FeatureMap;
/**
*
* A representation of the model object 'Document Root'.
*
*
*
* The following features are supported:
*
*
* - {@link org.eclipse.dd.di.DocumentRoot#getMixed Mixed}
* - {@link org.eclipse.dd.di.DocumentRoot#getXMLNSPrefixMap XMLNS Prefix Map}
* - {@link org.eclipse.dd.di.DocumentRoot#getXSISchemaLocation XSI Schema Location}
* - {@link org.eclipse.dd.di.DocumentRoot#getDiagramElement Diagram Element}
* - {@link org.eclipse.dd.di.DocumentRoot#getDiagram Diagram}
* - {@link org.eclipse.dd.di.DocumentRoot#getEdge Edge}
* - {@link org.eclipse.dd.di.DocumentRoot#getLabel Label}
* - {@link org.eclipse.dd.di.DocumentRoot#getLabeledEdge Labeled Edge}
* - {@link org.eclipse.dd.di.DocumentRoot#getLabeledShape Labeled Shape}
* - {@link org.eclipse.dd.di.DocumentRoot#getNode Node}
* - {@link org.eclipse.dd.di.DocumentRoot#getPlane Plane}
* - {@link org.eclipse.dd.di.DocumentRoot#getShape Shape}
* - {@link org.eclipse.dd.di.DocumentRoot#getStyle Style}
*
*
* @see org.eclipse.dd.di.DiPackage#getDocumentRoot()
* @model extendedMetaData="name='' kind='mixed'"
* @generated
*/
public interface DocumentRoot extends EObject {
/**
* Returns the value of the 'Mixed' attribute list.
* The list contents are of type {@link org.eclipse.emf.ecore.util.FeatureMap.Entry}.
*
*
* @return the value of the 'Mixed' attribute list.
* @see org.eclipse.dd.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 'XMLNS Prefix Map' map.
* The key is of type {@link java.lang.String},
* and the value is of type {@link java.lang.String},
*
*
* @return the value of the 'XMLNS Prefix Map' map.
* @see org.eclipse.dd.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 getXMLNSPrefixMap();
/**
* Returns the value of the 'XSI Schema Location' map.
* The key is of type {@link java.lang.String},
* and the value is of type {@link java.lang.String},
*
*
* @return the value of the 'XSI Schema Location' map.
* @see org.eclipse.dd.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 getXSISchemaLocation();
/**
* Returns the value of the 'Diagram Element' containment reference.
*
*
* @return the value of the 'Diagram Element' containment reference.
* @see #setDiagramElement(DiagramElement)
* @see org.eclipse.dd.di.DiPackage#getDocumentRoot_DiagramElement()
* @model containment="true" upper="-2" transient="true" volatile="true" derived="true"
* extendedMetaData="kind='element' name='DiagramElement' namespace='http://www.omg.org/spec/DD/20100524/DI'"
* @generated
*/
DiagramElement getDiagramElement();
/**
* Sets the value of the '{@link org.eclipse.dd.di.DocumentRoot#getDiagramElement Diagram Element}' containment reference.
*
*
* @param value the new value of the 'Diagram Element' containment reference.
* @see #getDiagramElement()
* @generated
*/
void setDiagramElement(DiagramElement value);
/**
* Returns the value of the 'Diagram' containment reference.
*
*
* @return the value of the 'Diagram' containment reference.
* @see #setDiagram(Diagram)
* @see org.eclipse.dd.di.DiPackage#getDocumentRoot_Diagram()
* @model containment="true" upper="-2" transient="true" volatile="true" derived="true"
* extendedMetaData="kind='element' name='Diagram' namespace='http://www.omg.org/spec/DD/20100524/DI'"
* @generated
*/
Diagram getDiagram();
/**
* Sets the value of the '{@link org.eclipse.dd.di.DocumentRoot#getDiagram Diagram}' containment reference.
*
*
* @param value the new value of the 'Diagram' containment reference.
* @see #getDiagram()
* @generated
*/
void setDiagram(Diagram value);
/**
* Returns the value of the 'Edge' containment reference.
*
*
* @return the value of the 'Edge' containment reference.
* @see #setEdge(Edge)
* @see org.eclipse.dd.di.DiPackage#getDocumentRoot_Edge()
* @model containment="true" upper="-2" transient="true" volatile="true" derived="true"
* extendedMetaData="kind='element' name='Edge' namespace='http://www.omg.org/spec/DD/20100524/DI'"
* @generated
*/
Edge getEdge();
/**
* Sets the value of the '{@link org.eclipse.dd.di.DocumentRoot#getEdge Edge}' containment reference.
*
*
* @param value the new value of the 'Edge' containment reference.
* @see #getEdge()
* @generated
*/
void setEdge(Edge value);
/**
* Returns the value of the 'Label' containment reference.
*
*
* @return the value of the 'Label' containment reference.
* @see #setLabel(Label)
* @see org.eclipse.dd.di.DiPackage#getDocumentRoot_Label()
* @model containment="true" upper="-2" transient="true" volatile="true" derived="true"
* extendedMetaData="kind='element' name='Label' namespace='http://www.omg.org/spec/DD/20100524/DI'"
* @generated
*/
Label getLabel();
/**
* Sets the value of the '{@link org.eclipse.dd.di.DocumentRoot#getLabel Label}' containment reference.
*
*
* @param value the new value of the 'Label' containment reference.
* @see #getLabel()
* @generated
*/
void setLabel(Label value);
/**
* Returns the value of the 'Labeled Edge' containment reference.
*
*
* @return the value of the 'Labeled Edge' containment reference.
* @see #setLabeledEdge(LabeledEdge)
* @see org.eclipse.dd.di.DiPackage#getDocumentRoot_LabeledEdge()
* @model containment="true" upper="-2" transient="true" volatile="true" derived="true"
* extendedMetaData="kind='element' name='LabeledEdge' namespace='http://www.omg.org/spec/DD/20100524/DI'"
* @generated
*/
LabeledEdge getLabeledEdge();
/**
* Sets the value of the '{@link org.eclipse.dd.di.DocumentRoot#getLabeledEdge Labeled Edge}' containment reference.
*
*
* @param value the new value of the 'Labeled Edge' containment reference.
* @see #getLabeledEdge()
* @generated
*/
void setLabeledEdge(LabeledEdge value);
/**
* Returns the value of the 'Labeled Shape' containment reference.
*
*
* @return the value of the 'Labeled Shape' containment reference.
* @see #setLabeledShape(LabeledShape)
* @see org.eclipse.dd.di.DiPackage#getDocumentRoot_LabeledShape()
* @model containment="true" upper="-2" transient="true" volatile="true" derived="true"
* extendedMetaData="kind='element' name='LabeledShape' namespace='http://www.omg.org/spec/DD/20100524/DI'"
* @generated
*/
LabeledShape getLabeledShape();
/**
* Sets the value of the '{@link org.eclipse.dd.di.DocumentRoot#getLabeledShape Labeled Shape}' containment reference.
*
*
* @param value the new value of the 'Labeled Shape' containment reference.
* @see #getLabeledShape()
* @generated
*/
void setLabeledShape(LabeledShape value);
/**
* Returns the value of the 'Node' containment reference.
*
*
* @return the value of the 'Node' containment reference.
* @see #setNode(Node)
* @see org.eclipse.dd.di.DiPackage#getDocumentRoot_Node()
* @model containment="true" upper="-2" transient="true" volatile="true" derived="true"
* extendedMetaData="kind='element' name='Node' namespace='http://www.omg.org/spec/DD/20100524/DI'"
* @generated
*/
Node getNode();
/**
* Sets the value of the '{@link org.eclipse.dd.di.DocumentRoot#getNode Node}' containment reference.
*
*
* @param value the new value of the 'Node' containment reference.
* @see #getNode()
* @generated
*/
void setNode(Node value);
/**
* Returns the value of the 'Plane' containment reference.
*
*
* @return the value of the 'Plane' containment reference.
* @see #setPlane(Plane)
* @see org.eclipse.dd.di.DiPackage#getDocumentRoot_Plane()
* @model containment="true" upper="-2" transient="true" volatile="true" derived="true"
* extendedMetaData="kind='element' name='Plane' namespace='http://www.omg.org/spec/DD/20100524/DI'"
* @generated
*/
Plane getPlane();
/**
* Sets the value of the '{@link org.eclipse.dd.di.DocumentRoot#getPlane Plane}' containment reference.
*
*
* @param value the new value of the 'Plane' containment reference.
* @see #getPlane()
* @generated
*/
void setPlane(Plane value);
/**
* Returns the value of the 'Shape' containment reference.
*
*
* @return the value of the 'Shape' containment reference.
* @see #setShape(Shape)
* @see org.eclipse.dd.di.DiPackage#getDocumentRoot_Shape()
* @model containment="true" upper="-2" transient="true" volatile="true" derived="true"
* extendedMetaData="kind='element' name='Shape' namespace='http://www.omg.org/spec/DD/20100524/DI'"
* @generated
*/
Shape getShape();
/**
* Sets the value of the '{@link org.eclipse.dd.di.DocumentRoot#getShape Shape}' containment reference.
*
*
* @param value the new value of the 'Shape' containment reference.
* @see #getShape()
* @generated
*/
void setShape(Shape value);
/**
* Returns the value of the 'Style' containment reference.
*
*
* @return the value of the 'Style' containment reference.
* @see #setStyle(Style)
* @see org.eclipse.dd.di.DiPackage#getDocumentRoot_Style()
* @model containment="true" upper="-2" transient="true" volatile="true" derived="true"
* extendedMetaData="kind='element' name='Style' namespace='http://www.omg.org/spec/DD/20100524/DI'"
* @generated
*/
Style getStyle();
/**
* Sets the value of the '{@link org.eclipse.dd.di.DocumentRoot#getStyle Style}' containment reference.
*
*
* @param value the new value of the 'Style' containment reference.
* @see #getStyle()
* @generated
*/
void setStyle(Style value);
} // DocumentRoot
© 2015 - 2025 Weber Informatics LLC | Privacy Policy