You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ToscaDesigner/src/main/java/fr/softeam/toscadesigner/api/automatic/standard/staticdiagram/ServiceTemplateDiagram.java
* Tries to instantiate a {@link ServiceTemplateDiagram} proxy from a {@link StaticDiagram} stereotyped << ServiceTemplateDiagram >> checking its metaclass and its stereotype.
90
90
* <p>
91
91
* The method throws an {@link IllegalArgumentException} if the instantiation cannot be carried out.
92
+
* @throws IllegalArgumentException if the instantiation cannot be carried out.
92
93
* @param obj a {@link StaticDiagram}
93
94
* @return a {@link ServiceTemplateDiagram} proxy.
94
-
* @throws IllegalArgumentException if the instantiation cannot be carried out.
Copy file name to clipboardExpand all lines: ToscaDesigner/src/main/java/fr/softeam/toscadesigner/api/automatic/standard/staticdiagram/TopologyTemplateDiagram.java
* Tries to instantiate a {@link TopologyTemplateDiagram} proxy from a {@link StaticDiagram} stereotyped << TopologyTemplateDiagram >> checking its metaclass and its stereotype.
90
90
* <p>
91
91
* The method throws an {@link IllegalArgumentException} if the instantiation cannot be carried out.
92
+
* @throws IllegalArgumentException if the instantiation cannot be carried out.
92
93
* @param obj a {@link StaticDiagram}
93
94
* @return a {@link TopologyTemplateDiagram} proxy.
94
-
* @throws IllegalArgumentException if the instantiation cannot be carried out.
0 commit comments