Skip to content
Snippets Groups Projects
Commit 46e09e2a authored by Simon Barner's avatar Simon Barner
Browse files

YELLOW

parent a86e5236
No related branches found
No related tags found
No related merge requests found
...@@ -32,19 +32,18 @@ import org.fortiss.tooling.base.model.layout.Points; ...@@ -32,19 +32,18 @@ import org.fortiss.tooling.base.model.layout.Points;
* @author hoelzl * @author hoelzl
* @author $Author$ * @author $Author$
* @version $Rev$ * @version $Rev$
* @ConQAT.Rating GREEN Hash: 227E9F825135F7AAB2B3C1B5B84BECB2 * @ConQAT.Rating YELLOW Hash: FC0C61F7FE7468FD3B96EE554E9C3817
*/ */
public final class PointsUtils { public final class PointsUtils {
/** /**
* Returns a {@link Points} layout data object with the given key. * @param * Returns a {@link Points} layout data object with the given key.
* layouted the layouted model element
* *
* @param layouted * @param layouted
* the layouted model element * the layouted model element
* @param key * @param key
* the layout key * the layout key
* @return the {@link Points} object stored under the layout key * @return the {@link Points} object stored under the layout key.
*/ */
public static Points getPoints(ILayoutedModelElement layouted, String key) { public static Points getPoints(ILayoutedModelElement layouted, String key) {
for(ILayoutData ld : layouted.getLayoutData()) { for(ILayoutData ld : layouted.getLayoutData()) {
......
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