Skip to content
Snippets Groups Projects
Commit 7745386c authored by Kevin Kassin's avatar Kevin Kassin
Browse files

Commit 26.7 20:30

removed connection anchor from model and regenerated model code
parent 2b3c8687
Branches
No related tags found
No related merge requests found
......@@ -26,7 +26,6 @@ import org.framed.iorm.model.Shape;
* <li>{@link org.framed.iorm.model.impl.RelationImpl#getTargetLabel <em>Target Label</em>}</li>
* <li>{@link org.framed.iorm.model.impl.RelationImpl#getReferencedRelation <em>Referenced Relation</em>}</li>
* <li>{@link org.framed.iorm.model.impl.RelationImpl#getReferencedRoles <em>Referenced Roles</em>}</li>
* <li>{@link org.framed.iorm.model.impl.RelationImpl#getConnectionAnchor <em>Connection Anchor</em>}</li>
* </ul>
*
* @generated
......@@ -143,22 +142,4 @@ public class RelationImpl extends ModelElementImpl implements Relation {
return (EList<Shape>) eGet(OrmPackage.Literals.RELATION__REFERENCED_ROLES, true);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public Shape getConnectionAnchor() {
return (Shape) eGet(OrmPackage.Literals.RELATION__CONNECTION_ANCHOR, true);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setConnectionAnchor(Shape newConnectionAnchor) {
eSet(OrmPackage.Literals.RELATION__CONNECTION_ANCHOR, newConnectionAnchor);
}
} //RelationImpl
......@@ -15,8 +15,6 @@ import org.framed.iorm.model.Type;
import org.framed.iorm.ui.literals.IdentifierLiterals;
import org.framed.iorm.ui.providers.FeatureProvider;
import org.framed.iorm.ui.util.ConnectionPatternUtil;
import org.framed.iorm.ui.util.GeneralUtil;
import org.framed.iorm.ui.util.PropertyUtil;
/**
* This graphiti custom feature is used to disabling the possibility of deleting connection decorators and the
......
......@@ -2,7 +2,6 @@ package org.framed.iorm.ui.pattern.connections.interrelationship;
import org.eclipse.graphiti.features.context.IAddContext;
import org.eclipse.graphiti.features.context.ICreateConnectionContext;
import org.eclipse.graphiti.mm.algorithms.Polygon;
import org.eclipse.graphiti.mm.algorithms.Polyline;
import org.eclipse.graphiti.mm.pictograms.Connection;
import org.eclipse.graphiti.mm.pictograms.ConnectionDecorator;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment