Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
af3
kernel
Commits
99d4d644
Commit
99d4d644
authored
Jul 27, 2016
by
Vincent Aravantinos
Browse files
RED
refs 2490
parent
426d8698
Changes
4
Hide whitespace changes
Inline
Side-by-side
org.fortiss.tooling.base.ui/trunk/src/org/fortiss/tooling/base/ui/editpart/allocation/AllocationDiagramEditPartBase.java
View file @
99d4d644
...
...
@@ -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
{
...
...
org.fortiss.tooling.base.ui/trunk/src/org/fortiss/tooling/base/ui/editpart/allocation/AllocationElementEditPartBase.java
View file @
99d4d644
...
...
@@ -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 a
n
allocation connection this method has
* to be implemented. Otherwise return an empty list.
*
* @return a list of all outgoing connections of this element
...
...
org.fortiss.tooling.base.ui/trunk/src/org/fortiss/tooling/base/ui/editpart/allocation/AllocationPositionService.java
View file @
99d4d644
...
...
@@ -30,7 +30,7 @@ import org.eclipse.gef.RootEditPart;
* @author eder
* @author $Author: hoelzl $
* @version $Rev: 18709 $
* @ConQAT.Rating
YELLOW
Hash: 7
89A62CA87C2F52B82732A2BB0DCE1C2
* @ConQAT.Rating
GREEN
Hash: 7
BB37DFEC01E0B3D43CFB8CEC2C8D2D4
*/
public
class
AllocationPositionService
implements
IAllocationPositionService
{
/** Singleton instance. */
...
...
org.fortiss.tooling.base.ui/trunk/src/org/fortiss/tooling/base/ui/editpart/allocation/AllocationSubDiagramEditPartBase.java
View file @
99d4d644
...
...
@@ -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
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment