/******************************************************************************* * This program is 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: * Tomas Milata - initial API and implementation ******************************************************************************/ /** * This package provides implementation of connections in the Batch diagram. The * reason why this implementation is necessary is that standard Sapphire * connection framework in not expressive enough to cover all Batch diagram * needs. */ package org.jboss.tools.batch.ui.editor.internal.services.diagram.connection;