blob: 7d7e8102a2eb92cc138fa9b0fb3e0d72a4fbaef6 [file] [log] [blame]
/**
* Copyright (c) 2014 Fraunhofer FOKUS
* 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:
* Max Bureck
*/
package org.eclipse.upr.bpmnprof;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EObject;
import org.eclipse.uml2.uml.Element;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Base Element</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* <p>From package BPMNProfile::CoreStructure::Foundation.</p>
* <p>From package BPMNProfile::CoreStructure::Service.</p>
* <p>From package BPMNProfile::Collaboration::Conversation.</p>
* <p>From package BPMNProfile::CoreStructure.</p>
* <p>From package BPMNProfile::Process::Activities.</p>
* <!-- end-model-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.upr.bpmnprof.BaseElement#getId <em>Id</em>}</li>
* <li>{@link org.eclipse.upr.bpmnprof.BaseElement#getExtensionValues <em>Extension Values</em>}</li>
* <li>{@link org.eclipse.upr.bpmnprof.BaseElement#getBase_Element <em>Base Element</em>}</li>
* <li>{@link org.eclipse.upr.bpmnprof.BaseElement#getDocumentation <em>Documentation</em>}</li>
* <li>{@link org.eclipse.upr.bpmnprof.BaseElement#getExtensionDefinitions <em>Extension Definitions</em>}</li>
* <li>{@link org.eclipse.upr.bpmnprof.BaseElement#getOutgoing <em>Outgoing</em>}</li>
* <li>{@link org.eclipse.upr.bpmnprof.BaseElement#getIncoming <em>Incoming</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.upr.bpmnprof.BpmnprofPackage#getBaseElement()
* @model abstract="true"
* @generated
*/
public interface BaseElement extends EObject {
/**
* Returns the value of the '<em><b>Id</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Id</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Id</em>' attribute.
* @see #setId(String)
* @see org.eclipse.upr.bpmnprof.BpmnprofPackage#getBaseElement_Id()
* @model dataType="org.eclipse.uml2.types.String" ordered="false"
* @generated
*/
String getId();
/**
* Sets the value of the '{@link org.eclipse.upr.bpmnprof.BaseElement#getId <em>Id</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Id</em>' attribute.
* @see #getId()
* @generated
*/
void setId(String value);
/**
* Returns the value of the '<em><b>Extension Values</b></em>' reference list.
* The list contents are of type {@link org.eclipse.upr.bpmnprof.ExtensionAttributeValue}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Extension Values</em>' reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Extension Values</em>' reference list.
* @see org.eclipse.upr.bpmnprof.BpmnprofPackage#getBaseElement_ExtensionValues()
* @model required="true" ordered="false"
* @generated
*/
EList<ExtensionAttributeValue> getExtensionValues();
/**
* Returns the value of the '<em><b>Base Element</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Base Element</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Base Element</em>' reference.
* @see #setBase_Element(Element)
* @see org.eclipse.upr.bpmnprof.BpmnprofPackage#getBaseElement_Base_Element()
* @model required="true" ordered="false"
* @generated
*/
Element getBase_Element();
/**
* Sets the value of the '{@link org.eclipse.upr.bpmnprof.BaseElement#getBase_Element <em>Base Element</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Base Element</em>' reference.
* @see #getBase_Element()
* @generated
*/
void setBase_Element(Element value);
/**
* Returns the value of the '<em><b>Documentation</b></em>' reference list.
* The list contents are of type {@link org.eclipse.upr.bpmnprof.Documentation}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Documentation</em>' reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Documentation</em>' reference list.
* @see org.eclipse.upr.bpmnprof.BpmnprofPackage#getBaseElement_Documentation()
* @model required="true" transient="true" volatile="true" derived="true" ordered="false"
* @generated
*/
EList<Documentation> getDocumentation();
/**
* Returns the value of the '<em><b>Extension Definitions</b></em>' reference list.
* The list contents are of type {@link org.eclipse.upr.bpmnprof.ExtensionDefinition}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Extension Definitions</em>' reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Extension Definitions</em>' reference list.
* @see org.eclipse.upr.bpmnprof.BpmnprofPackage#getBaseElement_ExtensionDefinitions()
* @model required="true" transient="true" volatile="true" derived="true" ordered="false"
* @generated
*/
EList<ExtensionDefinition> getExtensionDefinitions();
/**
* Returns the value of the '<em><b>Outgoing</b></em>' reference.
* It is bidirectional and its opposite is '{@link org.eclipse.upr.bpmnprof.BPMNAssociation#getSourceRef <em>Source Ref</em>}'.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Outgoing</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Outgoing</em>' reference.
* @see #setOutgoing(BPMNAssociation)
* @see org.eclipse.upr.bpmnprof.BpmnprofPackage#getBaseElement_Outgoing()
* @see org.eclipse.upr.bpmnprof.BPMNAssociation#getSourceRef
* @model opposite="sourceRef" required="true" transient="true" volatile="true" derived="true" ordered="false"
* @generated
*/
BPMNAssociation getOutgoing();
/**
* Sets the value of the '{@link org.eclipse.upr.bpmnprof.BaseElement#getOutgoing <em>Outgoing</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Outgoing</em>' reference.
* @see #getOutgoing()
* @generated
*/
void setOutgoing(BPMNAssociation value);
/**
* Returns the value of the '<em><b>Incoming</b></em>' reference.
* It is bidirectional and its opposite is '{@link org.eclipse.upr.bpmnprof.BPMNAssociation#getTargetRef <em>Target Ref</em>}'.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Incoming</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Incoming</em>' reference.
* @see #setIncoming(BPMNAssociation)
* @see org.eclipse.upr.bpmnprof.BpmnprofPackage#getBaseElement_Incoming()
* @see org.eclipse.upr.bpmnprof.BPMNAssociation#getTargetRef
* @model opposite="targetRef" required="true" transient="true" volatile="true" derived="true" ordered="false"
* @generated
*/
BPMNAssociation getIncoming();
/**
* Sets the value of the '{@link org.eclipse.upr.bpmnprof.BaseElement#getIncoming <em>Incoming</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Incoming</em>' reference.
* @see #getIncoming()
* @generated
*/
void setIncoming(BPMNAssociation value);
} // BaseElement