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/tosca/standard/attribute/TCapabilityDefinition.java
* The underlying {@link Attribute} represented by this proxy, never null.
47
+
* The underlying {@link Class} represented by this proxy, never null.
48
48
*/
49
-
@objid ("6c426833-4468-4e81-8fef-ea65cc4efb5b")
50
-
protectedfinalAttributeelt;
49
+
@objid ("8b3bf623-16c7-46e0-9bc1-0e58d9b3dcfc")
50
+
protectedfinalClasselt;
51
51
52
52
/**
53
-
* Tells whether a {@link TCapabilityType proxy} can be instantiated from a {@link MObject} checking it is a {@link Attribute} stereotyped << TCapabilityType >>.
53
+
* Tells whether a {@link TCapabilityType proxy} can be instantiated from a {@link MObject} checking it is a {@link Class} stereotyped << TCapabilityType >>.
54
54
* <p>
55
55
* The method returns <code>false</code> if the instantiation cannot be carried out.
56
56
* @param elt a model object
57
57
* @return <code>true</code> if the instantiation can be carried out else <code>false</code>.
* Tries to instantiate a {@link TCapabilityType} proxy from a {@link Attribute} stereotyped << TCapabilityType >> checking its metaclass and its stereotype.
77
+
* Tries to instantiate a {@link TCapabilityType} proxy from a {@link Class} stereotyped << TCapabilityType >> checking its metaclass and its stereotype.
78
78
* <p>
79
79
* The method returns <i>null</i> if the instantiation cannot be carried out.
80
-
* @param obj a Attribute
80
+
* @param obj a Class
81
81
* @return a {@link TCapabilityType} proxy or <i>null</i>.
* Tries to instantiate a {@link TCapabilityType} proxy from a {@link Attribute} stereotyped << TCapabilityType >> checking its metaclass and its stereotype.
89
+
* Tries to instantiate a {@link TCapabilityType} proxy from a {@link Class} stereotyped << TCapabilityType >> 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
-
* @param obj a {@link Attribute}
92
+
* @param obj a {@link Class}
93
93
* @return a {@link TCapabilityType} proxy.
94
94
* @throws IllegalArgumentException if the instantiation cannot be carried out.
Copy file name to clipboardExpand all lines: ToscaDesigner/src/main/java/fr/softeam/toscadesigner/handlers/commands/submodel/CreateServiceTemplateDigramCommand.java
Copy file name to clipboardExpand all lines: ToscaDesigner/src/main/java/fr/softeam/toscadesigner/handlers/propertypages/serviceTemplate/TCapabilityDefinitionPropertyPage.java
Copy file name to clipboardExpand all lines: ToscaDesigner/src/main/java/fr/softeam/toscadesigner/handlers/propertypages/types/TCapabilityTypePropertyPage.java
0 commit comments