org.eclipse.dd.di.Edge 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.dd.dc.Point;
import org.eclipse.emf.common.util.EList;
/**
*
* A representation of the model object 'Edge'.
*
*
*
* The following features are supported:
*
*
* - {@link org.eclipse.dd.di.Edge#getSource Source}
* - {@link org.eclipse.dd.di.Edge#getTarget Target}
* - {@link org.eclipse.dd.di.Edge#getWaypoint Waypoint}
*
*
* @see org.eclipse.dd.di.DiPackage#getEdge()
* @model abstract="true"
* extendedMetaData="name='Edge' kind='elementOnly'"
* @generated
*/
public interface Edge extends DiagramElement {
/**
* Returns the value of the 'Source' reference.
*
*
* @return the value of the 'Source' reference.
* @see org.eclipse.dd.di.DiPackage#getEdge_Source()
* @model transient="true" changeable="false" derived="true" ordered="false"
* @generated
*/
DiagramElement getSource();
/**
* Returns the value of the 'Target' reference.
*
*
* @return the value of the 'Target' reference.
* @see org.eclipse.dd.di.DiPackage#getEdge_Target()
* @model transient="true" changeable="false" derived="true" ordered="false"
* @generated
*/
DiagramElement getTarget();
/**
* Returns the value of the 'Waypoint' containment reference list.
* The list contents are of type {@link org.eclipse.dd.dc.Point}.
*
*
* @return the value of the 'Waypoint' containment reference list.
* @see org.eclipse.dd.di.DiPackage#getEdge_Waypoint()
* @model containment="true" lower="2"
* extendedMetaData="kind='element' name='waypoint' namespace='http://www.omg.org/spec/DD/20100524/DI'"
* @generated
*/
EList getWaypoint();
} // Edge
© 2015 - 2025 Weber Informatics LLC | Privacy Policy