Skip to content
Snippets Groups Projects
Commit 99d4d644 authored by Vincent Aravantinos's avatar Vincent Aravantinos
Browse files

RED

refs 2490
parent 426d8698
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ import org.fortiss.tooling.base.ui.layout.RectangleGridLayoutDiagramConfiguratio
* @author eder
* @author $Author: hoelzl $
* @version $Rev: 18709 $
* @ConQAT.Rating YELLOW Hash: 251170408272D361554F4936273918D8
* @ConQAT.Rating GREEN Hash: 73346CF5CBAC03B32C7B1DFDC30AADA2
*/
public abstract class AllocationDiagramEditPartBase<T extends EObject> extends
GraphicalEditPartBase<T> implements NodeEditPart {
......
......@@ -58,7 +58,7 @@ import org.fortiss.tooling.kernel.ui.service.IModelElementHandlerService;
* @author eder
* @author $Author: hoelzl $
* @version $Rev: 18709 $
* @ConQAT.Rating YELLOW Hash: 1D4E7BC939285B0FE2F81A3D7415D74D
* @ConQAT.Rating GREEN Hash: 97CF53A8DC797205A14E4466EB56BF92
*/
public abstract class AllocationElementEditPartBase<T extends ILayoutedModelElement & INamedCommentedElement>
extends PositionedEditPartBase<T> {
......@@ -77,7 +77,7 @@ public abstract class AllocationElementEditPartBase<T extends ILayoutedModelElem
}
/**
* If the template parameter {@code T} is the source of a allocation connection this method has
* If the template parameter {@code T} is the source of an allocation connection this method has
* to be implemented. Otherwise return an empty list.
*
* @return a list of all outgoing connections of this element
......
......@@ -30,7 +30,7 @@ import org.eclipse.gef.RootEditPart;
* @author eder
* @author $Author: hoelzl $
* @version $Rev: 18709 $
* @ConQAT.Rating YELLOW Hash: 789A62CA87C2F52B82732A2BB0DCE1C2
* @ConQAT.Rating GREEN Hash: 7BB37DFEC01E0B3D43CFB8CEC2C8D2D4
*/
public class AllocationPositionService implements IAllocationPositionService {
/** Singleton instance. */
......
......@@ -72,7 +72,7 @@ import org.fortiss.tooling.kernel.utils.EcoreUtils;
* @author $Author: hoelzl $
* @version $Rev: 18709 $
* @param <T>
* @ConQAT.Rating YELLOW Hash: B9A12C505D87A9A40F698E6112AB664D
* @ConQAT.Rating GREEN Hash: CEE547DE8E92222EAAE1BD3287CBDC30
*/
public abstract class AllocationSubDiagramEditPartBase<T extends INamedCommentedElement> extends
GraphicalEditPartBase<T> implements NodeEditPart {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment