If null is returned the caller will return null. * @return the {@link IInfrastructureVisitor} visitor or null. */ - @objid ("f1541e56-1d19-4231-b210-b059c9e54ea3") + @objid ("1e669054-23f9-4367-9e00-9531039ec95d") @Override public IInfrastructureVisitor getInfrastructureVisitor() { return this; diff --git a/ToscaDesigner/src/main/java/fr/softeam/toscadesigner/api/ToscaDesignerStereotypes.java b/src/main/java/fr/softeam/toscadesigner/api/ToscaDesignerStereotypes.java similarity index 100% rename from ToscaDesigner/src/main/java/fr/softeam/toscadesigner/api/ToscaDesignerStereotypes.java rename to src/main/java/fr/softeam/toscadesigner/api/ToscaDesignerStereotypes.java diff --git a/ToscaDesigner/src/main/java/fr/softeam/toscadesigner/api/automatic/standard/staticdiagram/ServiceTemplateDiagram.java b/src/main/java/fr/softeam/toscadesigner/api/automatic/standard/staticdiagram/ServiceTemplateDiagram.java similarity index 86% rename from ToscaDesigner/src/main/java/fr/softeam/toscadesigner/api/automatic/standard/staticdiagram/ServiceTemplateDiagram.java rename to src/main/java/fr/softeam/toscadesigner/api/automatic/standard/staticdiagram/ServiceTemplateDiagram.java index 48ac7a42..c19c70e5 100644 --- a/ToscaDesigner/src/main/java/fr/softeam/toscadesigner/api/automatic/standard/staticdiagram/ServiceTemplateDiagram.java +++ b/src/main/java/fr/softeam/toscadesigner/api/automatic/standard/staticdiagram/ServiceTemplateDiagram.java @@ -1,8 +1,8 @@ /* * WARNING: GENERATED FILE - DO NOT EDIT - * Module: ToscaDesigner v0.1.0 + * Module: ToscaDesigner v0.0.1 - * This file was generated on 22/05/2025 15:07 by Modelio Studio. + * This file was generated on 04/06/2025 19:56 by Modelio Studio. */ package fr.softeam.toscadesigner.api.automatic.standard.staticdiagram; @@ -27,15 +27,15 @@ *
Stereotype description:
*
null
true if the instantiation can be carried out else false.
*/
- @objid ("d575ca9f-3d9a-4bb6-bbba-6d114e5e145d")
+ @objid ("d16292c8-3019-42d0-b8cc-38f69a791997")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof StaticDiagram) && (ServiceTemplateDiagram.MdaTypes.STEREOTYPE_ELT!=null) && ((StaticDiagram) elt).isStereotyped(ServiceTemplateDiagram.MdaTypes.STEREOTYPE_ELT));
}
@@ -55,7 +55,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link ServiceTemplateDiagram} proxy on the created {@link StaticDiagram}.
*/
- @objid ("aa0727bb-bb41-4e97-88c6-509e829b39aa")
+ @objid ("52d36d90-44b9-43e8-bc03-06b378a5120b")
public static ServiceTemplateDiagram create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Standard.StaticDiagram");
e.getExtension().add(ServiceTemplateDiagram.MdaTypes.STEREOTYPE_ELT);
@@ -69,7 +69,7 @@ public static ServiceTemplateDiagram create(final IModelingSession session) {
* @param obj a StaticDiagram
* @return a {@link ServiceTemplateDiagram} proxy or null.
*/
- @objid ("3f2426bd-7de2-4b42-a5c3-32d0aabc528c")
+ @objid ("ad72f5ce-7fd5-4bb2-a484-d0f6b33214a6")
public static ServiceTemplateDiagram instantiate(final StaticDiagram obj) {
return ServiceTemplateDiagram.canInstantiate(obj) ? new ServiceTemplateDiagram(obj) : null;
}
@@ -82,7 +82,7 @@ public static ServiceTemplateDiagram instantiate(final StaticDiagram obj) {
* @return a {@link ServiceTemplateDiagram} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("16a6de64-8a24-4c16-b1ab-a0729e30e94d")
+ @objid ("b03e2724-e543-4e73-a60c-5e8ab412efba")
public static ServiceTemplateDiagram safeInstantiate(final StaticDiagram obj) throws IllegalArgumentException {
if (ServiceTemplateDiagram.canInstantiate(obj))
return new ServiceTemplateDiagram(obj);
@@ -90,7 +90,7 @@ public static ServiceTemplateDiagram safeInstantiate(final StaticDiagram obj) th
throw new IllegalArgumentException("ServiceTemplateDiagram: Cannot instantiate "+obj+": wrong element type or stereotype");
}
- @objid ("026c208b-3910-4692-8fcd-b375dc1c90e4")
+ @objid ("c92e976b-9688-466c-b643-89955f31c848")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -110,35 +110,35 @@ public boolean equals(final Object obj) {
* Get the underlying {@link StaticDiagram}.
* @return the StaticDiagram represented by this proxy, never null.
*/
- @objid ("c0b48f30-f215-43d2-a376-07bf81d5af46")
+ @objid ("7cf82b68-6cf8-4f2e-945d-3c303063fe58")
public StaticDiagram getElement() {
return this.elt;
}
- @objid ("33570c29-1920-4047-8910-3e96063a3686")
+ @objid ("0e7c58d6-1d14-4f3e-9f60-1214df811b2e")
@Override
public int hashCode() {
return 23 + ((this.elt == null) ? 0 : this.elt.hashCode());
}
- @objid ("a5e0cf94-dceb-4d03-b1a0-2ae64942297f")
+ @objid ("698a6aeb-35f5-4d83-af2e-0cdee42bf222")
protected ServiceTemplateDiagram(final StaticDiagram elt) {
this.elt = elt;
}
- @objid ("4b6fef3f-101c-4384-86b5-c7c7a22b250c")
+ @objid ("bf49f653-d496-42cd-ba78-614d977e32a0")
public static final class MdaTypes {
- @objid ("2eccd526-c2bc-4518-9d5d-3e2be2d3d42e")
+ @objid ("8e44a551-794e-45b8-ac7b-3f1796052a56")
public static Stereotype STEREOTYPE_ELT;
- @objid ("31a38581-3d1c-4f76-9761-9e1379168337")
+ @objid ("bb112b15-b771-4ea3-b6b2-655770d16fc8")
private static Stereotype MDAASSOCDEP;
- @objid ("37cbc3ca-cb26-4582-a825-8f215f61fb00")
+ @objid ("0777cf5d-5657-405d-bcca-160fdd737378")
private static TagType MDAASSOCDEP_ROLE;
- @objid ("df2b7ac6-0c03-4965-ad8a-aec28fd7ca4d")
+ @objid ("cc636657-6f9f-436b-96ce-c08f0fef593e")
public static void init(final IModelingSession session) throws MdaProxyException {
List Stereotype description:
*
null
true if the instantiation can be carried out else false.
*/
- @objid ("b6d846fd-525a-4272-b6c8-9249f4e1ac18")
+ @objid ("30bd79d6-be56-43de-a0f8-cc40b253f8b7")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof StaticDiagram) && (TopologyTemplateDiagram.MdaTypes.STEREOTYPE_ELT!=null) && ((StaticDiagram) elt).isStereotyped(TopologyTemplateDiagram.MdaTypes.STEREOTYPE_ELT));
}
@@ -55,7 +55,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link TopologyTemplateDiagram} proxy on the created {@link StaticDiagram}.
*/
- @objid ("786f8693-d5fc-477e-9ef1-fe7acc53052c")
+ @objid ("a25eee41-68b6-4649-8010-5f523dca679e")
public static TopologyTemplateDiagram create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Standard.StaticDiagram");
e.getExtension().add(TopologyTemplateDiagram.MdaTypes.STEREOTYPE_ELT);
@@ -69,7 +69,7 @@ public static TopologyTemplateDiagram create(final IModelingSession session) {
* @param obj a StaticDiagram
* @return a {@link TopologyTemplateDiagram} proxy or null.
*/
- @objid ("b8994dea-db34-4e92-8a2c-8543fbf43743")
+ @objid ("e2c68e01-3a4a-43b7-b667-ba157b86a1d7")
public static TopologyTemplateDiagram instantiate(final StaticDiagram obj) {
return TopologyTemplateDiagram.canInstantiate(obj) ? new TopologyTemplateDiagram(obj) : null;
}
@@ -82,7 +82,7 @@ public static TopologyTemplateDiagram instantiate(final StaticDiagram obj) {
* @return a {@link TopologyTemplateDiagram} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("165d68cf-34e0-4658-b6a8-1e69553618a9")
+ @objid ("a573d091-49fd-491a-a8d9-8fdcd7c70347")
public static TopologyTemplateDiagram safeInstantiate(final StaticDiagram obj) throws IllegalArgumentException {
if (TopologyTemplateDiagram.canInstantiate(obj))
return new TopologyTemplateDiagram(obj);
@@ -90,7 +90,7 @@ public static TopologyTemplateDiagram safeInstantiate(final StaticDiagram obj) t
throw new IllegalArgumentException("TopologyTemplateDiagram: Cannot instantiate "+obj+": wrong element type or stereotype");
}
- @objid ("ab877a35-e966-440f-aa94-1ff1de989d7b")
+ @objid ("5be8a0a5-0822-419c-a4f8-67f6a212bfd5")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -110,35 +110,35 @@ public boolean equals(final Object obj) {
* Get the underlying {@link StaticDiagram}.
* @return the StaticDiagram represented by this proxy, never null.
*/
- @objid ("c5959679-51f6-48c0-82ce-0fccfc9146af")
+ @objid ("86816552-0c84-4749-b483-4f3994e34adf")
public StaticDiagram getElement() {
return this.elt;
}
- @objid ("29606805-223d-4fdc-906d-aae4679a4e4f")
+ @objid ("757a4427-ae09-4d78-9e8e-d7f51dda195b")
@Override
public int hashCode() {
return 23 + ((this.elt == null) ? 0 : this.elt.hashCode());
}
- @objid ("0bf3c564-2ff9-4c47-9510-ab872fed4d0b")
+ @objid ("322ea37a-7865-46c5-9b44-fed377e08212")
protected TopologyTemplateDiagram(final StaticDiagram elt) {
this.elt = elt;
}
- @objid ("a75a5020-1077-4e84-8bb0-72f5c433615f")
+ @objid ("e791a951-6704-4db6-9cb2-ee29a3e3ebf5")
public static final class MdaTypes {
- @objid ("d0e72192-a010-4e6f-b606-06af7d7ac9c8")
+ @objid ("f4e60dad-db5a-4562-ae00-5540e5be6249")
public static Stereotype STEREOTYPE_ELT;
- @objid ("85cf4d05-212c-4e0c-90df-2cb1479608ca")
+ @objid ("39bc4b00-ccdd-47b2-a140-d0f6313ec0d8")
private static Stereotype MDAASSOCDEP;
- @objid ("ceb75425-b71b-4b85-a927-31b6b15ccd68")
+ @objid ("26ac5d2a-e8b2-433e-98a2-66e2ff0678e7")
private static TagType MDAASSOCDEP_ROLE;
- @objid ("40ca8b01-275a-4380-bebc-eef9d4667347")
+ @objid ("4f5cf2ec-bafc-47f7-abb1-f843ceb26504")
public static void init(final IModelingSession session) throws MdaProxyException {
List Stereotype description:
*
null
true if the instantiation can be carried out else false.
*/
- @objid ("393420d7-4a99-419f-a61e-0163498b8d53")
+ @objid ("33b42dc6-5074-475d-9b45-c73432c96903")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof StaticDiagram) && (ToscaDiagram.MdaTypes.STEREOTYPE_ELT!=null) && ((StaticDiagram) elt).isStereotyped(ToscaDiagram.MdaTypes.STEREOTYPE_ELT));
}
@@ -55,7 +55,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link ToscaDiagram} proxy on the created {@link StaticDiagram}.
*/
- @objid ("2fad92ac-b592-4d59-8f80-b94ad461e6bb")
+ @objid ("8470636f-593f-4299-af97-74d3e574516a")
public static ToscaDiagram create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Standard.StaticDiagram");
e.getExtension().add(ToscaDiagram.MdaTypes.STEREOTYPE_ELT);
@@ -69,7 +69,7 @@ public static ToscaDiagram create(final IModelingSession session) {
* @param obj a StaticDiagram
* @return a {@link ToscaDiagram} proxy or null.
*/
- @objid ("35fe1701-e6db-4605-abb1-86d0878381e0")
+ @objid ("fb739a0c-a514-44ad-8264-17c98a27033a")
public static ToscaDiagram instantiate(final StaticDiagram obj) {
return ToscaDiagram.canInstantiate(obj) ? new ToscaDiagram(obj) : null;
}
@@ -82,7 +82,7 @@ public static ToscaDiagram instantiate(final StaticDiagram obj) {
* @return a {@link ToscaDiagram} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("f05723b3-6712-4544-8a12-49c1498d05da")
+ @objid ("05e91b3b-5039-412d-bdd5-b858d1d66983")
public static ToscaDiagram safeInstantiate(final StaticDiagram obj) throws IllegalArgumentException {
if (ToscaDiagram.canInstantiate(obj))
return new ToscaDiagram(obj);
@@ -90,7 +90,7 @@ public static ToscaDiagram safeInstantiate(final StaticDiagram obj) throws Illeg
throw new IllegalArgumentException("ToscaDiagram: Cannot instantiate "+obj+": wrong element type or stereotype");
}
- @objid ("4a9b7fd0-ef7f-4c71-91f4-7b302ffcd3ef")
+ @objid ("6531ba85-c418-4079-9a89-f88c155e8bfd")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -110,36 +110,36 @@ public boolean equals(final Object obj) {
* Get the underlying {@link StaticDiagram}.
* @return the StaticDiagram represented by this proxy, never null.
*/
- @objid ("cf30515c-3833-4bba-8f0b-419abaea2ba9")
+ @objid ("2b8c2fda-43b0-42d5-8548-127b59754491")
public StaticDiagram getElement() {
return this.elt;
}
- @objid ("9f7f6cbe-c656-451d-9a74-699b39687797")
+ @objid ("d63837ea-4683-456f-b122-19a6882a80ff")
@Override
public int hashCode() {
return 23 + ((this.elt == null) ? 0 : this.elt.hashCode());
}
- @objid ("3fc0095e-d6fa-41ce-84d3-2a76d6ceb0e6")
+ @objid ("53890132-7df0-4568-8b5d-b2071a7c7f66")
protected ToscaDiagram(final StaticDiagram elt) {
this.elt = elt;
}
- @objid ("2ea70049-a79a-41f1-9653-1f0b748d8ae8")
+ @objid ("3e51c15c-a34c-4023-957c-a0832686e586")
public static final class MdaTypes {
- @objid ("99c40362-c15e-4511-be51-1e9dd6b8d169")
+ @objid ("f000739a-45b5-41c2-88df-d33a4f601fb4")
public static Stereotype STEREOTYPE_ELT;
- @objid ("e0ca74d3-ebd0-48a8-a6df-81d1c6e32afe")
+ @objid ("8c7725c4-ab29-46a4-b3e5-dc5b1ed6974d")
private static Stereotype MDAASSOCDEP;
- @objid ("e5187a68-4228-4251-80f9-39a8ecfb49d5")
+ @objid ("db545aa4-9978-4803-bbb0-c7dacf95d6e0")
private static TagType MDAASSOCDEP_ROLE;
- @objid ("4d146780-0e70-4bc5-b28a-d50a17f862a8")
- public static void init(final IModelingSession session) throws fr.softeam.toscadesigner.impl.MdaProxyException {
+ @objid ("46410e88-6302-4e67-89db-266466cd987c")
+ public static void init(final IModelingSession session) throws MdaProxyException {
List Stereotype description:
*
null
true if the instantiation can be carried out else false.
*/
- @objid ("b96b115c-8369-4a73-9e1a-4aeada2dd323")
+ @objid ("5f227fd1-ef4b-4595-9ced-fc68a517d1f8")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof ModelElement) && (ArtifactReferencesType.MdaTypes.STEREOTYPE_ELT!=null) && ((ModelElement) elt).isStereotyped(ArtifactReferencesType.MdaTypes.STEREOTYPE_ELT));
}
@@ -59,7 +59,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link ArtifactReferencesType} proxy on the created {@link ModelElement}.
*/
- @objid ("a974901d-20d3-47a1-8e16-8a8d4171854c")
+ @objid ("7dce4f85-0b54-49cd-9341-a2a3a14a49f5")
public static ArtifactReferencesType create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Infrastructure.ModelElement");
e.getExtension().add(ArtifactReferencesType.MdaTypes.STEREOTYPE_ELT);
@@ -73,7 +73,7 @@ public static ArtifactReferencesType create(final IModelingSession session) {
* @param obj a ModelElement
* @return a {@link ArtifactReferencesType} proxy or null.
*/
- @objid ("8ffe9eb6-b8e8-49c6-b556-220693ad0a5a")
+ @objid ("bc22060e-4135-46fd-a6fe-71bbb7bd699f")
public static ArtifactReferencesType instantiate(final ModelElement obj) {
return ArtifactReferencesType.canInstantiate(obj) ? new ArtifactReferencesType(obj) : null;
}
@@ -86,7 +86,7 @@ public static ArtifactReferencesType instantiate(final ModelElement obj) {
* @return a {@link ArtifactReferencesType} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("ab2eb08a-f2b9-474b-862c-398532ff1e19")
+ @objid ("8af5a57f-4076-4966-b2cf-7604013db9dd")
public static ArtifactReferencesType safeInstantiate(final ModelElement obj) throws IllegalArgumentException {
if (ArtifactReferencesType.canInstantiate(obj))
return new ArtifactReferencesType(obj);
@@ -100,7 +100,7 @@ public static ArtifactReferencesType safeInstantiate(final ModelElement obj) thr
* null
*
*/
- @objid ("fb5d607e-ca57-41cd-a50c-386ac788d2e6")
+ @objid ("9c80690e-dfbc-4986-9541-7bd0181bb369")
public void addArtifactReference(final TArtifactReference obj) {
if (obj != null) {
IModelingSession session = ModelingSessionRegistry.getSession(this.elt);
@@ -110,7 +110,7 @@ public void addArtifactReference(final TArtifactReference obj) {
}
}
- @objid ("4cffabf6-8fa7-4393-b5e7-5bbd6d7cc7e0")
+ @objid ("2743f9a7-f8c3-403e-97e9-b03c8ac58321")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -132,7 +132,7 @@ public boolean equals(final Object obj) {
* null
*
*/
- @objid ("3dea7bbb-604f-4df7-89c4-5e197040b272")
+ @objid ("0e7dfd17-9dad-406a-a808-e9488a02dc7e")
public ListStereotype description:
*
null
true if the instantiation can be carried out else false.
*/
- @objid ("6d96bd2d-a01a-4d98-9401-a8df80ca2647")
+ @objid ("4e817afb-56a5-4cd8-b40b-30509aae77c9")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof ModelElement) && (CapabilitiesType.MdaTypes.STEREOTYPE_ELT!=null) && ((ModelElement) elt).isStereotyped(CapabilitiesType.MdaTypes.STEREOTYPE_ELT));
}
@@ -65,7 +65,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link CapabilitiesType} proxy on the created {@link ModelElement}.
*/
- @objid ("6d9b5d7f-8b85-4556-919d-d05ab1d16402")
+ @objid ("31f0b7d8-9eb7-441b-a5b0-0e8e04854da4")
public static CapabilitiesType create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Infrastructure.ModelElement");
e.getExtension().add(CapabilitiesType.MdaTypes.STEREOTYPE_ELT);
@@ -79,7 +79,7 @@ public static CapabilitiesType create(final IModelingSession session) {
* @param obj a ModelElement
* @return a {@link CapabilitiesType} proxy or null.
*/
- @objid ("803d18f0-1868-4a78-9860-8085f261f141")
+ @objid ("74359b3e-37f4-4177-9295-23787022998c")
public static CapabilitiesType instantiate(final ModelElement obj) {
return CapabilitiesType.canInstantiate(obj) ? new CapabilitiesType(obj) : null;
}
@@ -92,7 +92,7 @@ public static CapabilitiesType instantiate(final ModelElement obj) {
* @return a {@link CapabilitiesType} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("8464dca0-8b77-4045-8437-42a937de1bb8")
+ @objid ("2cdd9bbf-60d9-41a2-9ac7-9f5070f72acd")
public static CapabilitiesType safeInstantiate(final ModelElement obj) throws IllegalArgumentException {
if (CapabilitiesType.canInstantiate(obj))
return new CapabilitiesType(obj);
@@ -106,7 +106,7 @@ public static CapabilitiesType safeInstantiate(final ModelElement obj) throws Il
* null
*
*/
- @objid ("4eed9a4f-719d-4038-ad17-587d3afa7ded")
+ @objid ("ee96d65b-c17a-41a9-ae65-5c57effe34fe")
public void addCapability(final TCapability obj) {
if (obj != null) {
IModelingSession session = ModelingSessionRegistry.getSession(this.elt);
@@ -116,7 +116,7 @@ public void addCapability(final TCapability obj) {
}
}
- @objid ("5fdaecc9-12be-46ef-8a91-ec8b3dc322cf")
+ @objid ("c9338e8d-6982-4b60-b676-724b8ccd8a4e")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -138,7 +138,7 @@ public boolean equals(final Object obj) {
* null
*
*/
- @objid ("4912e62b-85ce-40c7-8666-f7409395838e")
+ @objid ("89c7b6a9-dcde-4077-a96a-87b3c87e4834")
public ListProperty description:
*
null
Property description:
*
null
Stereotype description:
*
null
true if the instantiation can be carried out else false.
*/
- @objid ("9f540db8-579c-4fdb-912f-40df2e8a3e4d")
+ @objid ("3bedd957-087a-49e7-8a08-ed3c6bf7e120")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof ModelElement) && (CapabilitiesType1.MdaTypes.STEREOTYPE_ELT!=null) && ((ModelElement) elt).isStereotyped(CapabilitiesType1.MdaTypes.STEREOTYPE_ELT));
}
@@ -59,7 +59,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link CapabilitiesType1} proxy on the created {@link ModelElement}.
*/
- @objid ("6e3d8bf6-a9fe-4a93-ae53-92d3086964cc")
+ @objid ("5dbdbdd2-8b1d-461f-ae88-a03ddbaa08c3")
public static CapabilitiesType1 create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Infrastructure.ModelElement");
e.getExtension().add(CapabilitiesType1.MdaTypes.STEREOTYPE_ELT);
@@ -73,7 +73,7 @@ public static CapabilitiesType1 create(final IModelingSession session) {
* @param obj a ModelElement
* @return a {@link CapabilitiesType1} proxy or null.
*/
- @objid ("fe706181-2b9e-407f-b444-22c1af5f317b")
+ @objid ("39b5abc0-03b1-40e9-ba3b-a3c603cdb1b0")
public static CapabilitiesType1 instantiate(final ModelElement obj) {
return CapabilitiesType1.canInstantiate(obj) ? new CapabilitiesType1(obj) : null;
}
@@ -86,7 +86,7 @@ public static CapabilitiesType1 instantiate(final ModelElement obj) {
* @return a {@link CapabilitiesType1} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("2b642350-708f-4be3-8884-6e99d89ee15b")
+ @objid ("52f24f5e-299e-4b64-85ba-83cdd4ce5720")
public static CapabilitiesType1 safeInstantiate(final ModelElement obj) throws IllegalArgumentException {
if (CapabilitiesType1.canInstantiate(obj))
return new CapabilitiesType1(obj);
@@ -100,7 +100,7 @@ public static CapabilitiesType1 safeInstantiate(final ModelElement obj) throws I
* null
*
*/
- @objid ("c88322ed-89e1-420a-b7b8-fd9270c61ffd")
+ @objid ("2c6dd537-df62-4de1-800a-80407c52de84")
public void addCapability(final TCapabilityRef obj) {
if (obj != null) {
IModelingSession session = ModelingSessionRegistry.getSession(this.elt);
@@ -110,7 +110,7 @@ public void addCapability(final TCapabilityRef obj) {
}
}
- @objid ("ce285af9-2ac7-491c-920f-baaee9e57d4f")
+ @objid ("4bcd7a1f-ed42-467f-88f4-eed90cf1343f")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -132,7 +132,7 @@ public boolean equals(final Object obj) {
* null
*
*/
- @objid ("bd381b84-38cd-49c1-baae-c4168c07126a")
+ @objid ("0f9bbc66-f30d-4178-8442-899c95e93657")
public ListStereotype description:
*
null
true if the instantiation can be carried out else false.
*/
- @objid ("520dd298-ec1f-4114-9bcd-92f4a5db2c05")
+ @objid ("f0130b94-110c-4704-8580-f12ba93396cb")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof ModelElement) && (ConstraintType1.MdaTypes.STEREOTYPE_ELT!=null) && ((ModelElement) elt).isStereotyped(ConstraintType1.MdaTypes.STEREOTYPE_ELT));
}
@@ -54,7 +54,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link ConstraintType1} proxy on the created {@link ModelElement}.
*/
- @objid ("0e031ba2-91bb-4873-9b53-c709e8ca1498")
+ @objid ("3f2530eb-4d18-4ee2-8eae-af689ac36117")
public static ConstraintType1 create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Infrastructure.ModelElement");
e.getExtension().add(ConstraintType1.MdaTypes.STEREOTYPE_ELT);
@@ -68,7 +68,7 @@ public static ConstraintType1 create(final IModelingSession session) {
* @param obj a ModelElement
* @return a {@link ConstraintType1} proxy or null.
*/
- @objid ("ccceb10e-6fc3-4a40-be7a-688458c9f08c")
+ @objid ("b9f43b19-72ba-4e9a-9d1d-f03d8719476c")
public static ConstraintType1 instantiate(final ModelElement obj) {
return ConstraintType1.canInstantiate(obj) ? new ConstraintType1(obj) : null;
}
@@ -81,7 +81,7 @@ public static ConstraintType1 instantiate(final ModelElement obj) {
* @return a {@link ConstraintType1} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("2f4a8ecf-bb76-4c7c-bc50-8cb1243a3bb2")
+ @objid ("6b41caaf-a2d7-41ba-bdc8-a95ab1f91d4d")
public static ConstraintType1 safeInstantiate(final ModelElement obj) throws IllegalArgumentException {
if (ConstraintType1.canInstantiate(obj))
return new ConstraintType1(obj);
@@ -89,7 +89,7 @@ public static ConstraintType1 safeInstantiate(final ModelElement obj) throws Ill
throw new IllegalArgumentException("ConstraintType1: Cannot instantiate "+obj+": wrong element type or stereotype");
}
- @objid ("9e9fd34a-c6dd-44a9-b54d-8739d9eb173a")
+ @objid ("bf0a7689-114a-4eb5-bfbc-46d85232caf8")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -109,35 +109,35 @@ public boolean equals(final Object obj) {
* Get the underlying {@link ModelElement}.
* @return the ModelElement represented by this proxy, never null.
*/
- @objid ("31a7fa4a-140f-4f2b-bfe6-18230aaa8ce9")
+ @objid ("fb8a60db-1ab7-488d-83a0-dfff16dc8881")
public ModelElement getElement() {
return this.elt;
}
- @objid ("d1613910-3bf0-4bc3-a081-34162744747d")
+ @objid ("2ca2772f-0a03-4f8a-ab9c-8da2b0a1c0be")
@Override
public int hashCode() {
return 23 + ((this.elt == null) ? 0 : this.elt.hashCode());
}
- @objid ("1a908b49-ae3a-496f-aca8-0a7ed35c3b65")
+ @objid ("5db49c4c-e0b2-4b88-ae5a-98fc87fce0ba")
protected ConstraintType1(final ModelElement elt) {
this.elt = elt;
}
- @objid ("1400f529-92d2-4af1-99f1-2b58ade9ba04")
+ @objid ("09ba80bf-4290-4a09-9184-e2adb40080bf")
public static final class MdaTypes {
- @objid ("1bea9635-0784-45c8-9216-ad50d0f017f9")
+ @objid ("2cf979f5-f15b-43d0-af6b-f14b76464856")
public static Stereotype STEREOTYPE_ELT;
- @objid ("0fa5cd09-da91-4a7c-b6f4-e51e4cbad674")
+ @objid ("89b2ca51-af3c-4e24-94ac-06df6314b088")
private static Stereotype MDAASSOCDEP;
- @objid ("e5ba6934-cbcb-474d-8c59-b7319c8d4e83")
+ @objid ("60198d29-1472-4358-b51f-08bf01a7f4be")
private static TagType MDAASSOCDEP_ROLE;
- @objid ("4b9a88cb-7b10-41b8-b780-6aaa3112f428")
+ @objid ("4c99f04f-a2b7-4f46-8366-c78440503c22")
public static void init(final IModelingSession session) throws MdaProxyException {
List Stereotype description:
*
null
true if the instantiation can be carried out else false.
*/
- @objid ("52f47889-b6ac-430f-95dc-1787a37dff3c")
+ @objid ("eda64861-46ce-4f62-9ca5-e36f165fc7ac")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof ModelElement) && (DefinitionType.MdaTypes.STEREOTYPE_ELT!=null) && ((ModelElement) elt).isStereotyped(DefinitionType.MdaTypes.STEREOTYPE_ELT));
}
@@ -48,7 +48,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link DefinitionType} proxy on the created {@link ModelElement}.
*/
- @objid ("8c653ba5-f7f4-4456-9b15-f38f94cc77eb")
+ @objid ("39693ccf-7817-469a-926a-333b7a498b16")
public static DefinitionType create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Infrastructure.ModelElement");
e.getExtension().add(DefinitionType.MdaTypes.STEREOTYPE_ELT);
@@ -62,7 +62,7 @@ public static DefinitionType create(final IModelingSession session) {
* @param obj a ModelElement
* @return a {@link DefinitionType} proxy or null.
*/
- @objid ("f138598b-b3de-40b0-a6a1-fd616c160b4a")
+ @objid ("2b501ad2-421a-4972-bbd4-008adc2ac6dd")
public static DefinitionType instantiate(final ModelElement obj) {
return DefinitionType.canInstantiate(obj) ? new DefinitionType(obj) : null;
}
@@ -75,7 +75,7 @@ public static DefinitionType instantiate(final ModelElement obj) {
* @return a {@link DefinitionType} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("ba55d595-4224-42cc-b4ca-fafd77b35cbd")
+ @objid ("38c8cf4a-e429-46fe-9f97-e5fca33dc44f")
public static DefinitionType safeInstantiate(final ModelElement obj) throws IllegalArgumentException {
if (DefinitionType.canInstantiate(obj))
return new DefinitionType(obj);
@@ -83,7 +83,7 @@ public static DefinitionType safeInstantiate(final ModelElement obj) throws Ille
throw new IllegalArgumentException("DefinitionType: Cannot instantiate "+obj+": wrong element type or stereotype");
}
- @objid ("e63c4aad-401e-406d-8382-c61a80428b60")
+ @objid ("6807775a-400f-406e-91d4-8d38681bfb6d")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -103,36 +103,36 @@ public boolean equals(final Object obj) {
* Get the underlying {@link ModelElement}.
* @return the ModelElement represented by this proxy, never null.
*/
- @objid ("39e921f6-1568-403a-8745-f797aa5551a4")
+ @objid ("316629ed-caa3-485d-b030-af4ad6fc59c3")
@Override
public ModelElement getElement() {
return (ModelElement)super.getElement();
}
- @objid ("7173210b-723a-4a16-99cc-6162300a9a6f")
+ @objid ("ace27efc-8930-45d9-a4b1-bf75b35b277d")
@Override
public int hashCode() {
return 23 + ((this.elt == null) ? 0 : this.elt.hashCode());
}
- @objid ("b9ab197b-475c-443b-90e0-31a3c7697f90")
+ @objid ("f8cf8540-0e6c-4f80-9409-da34b0952b20")
protected DefinitionType(final ModelElement elt) {
super(elt);
}
- @objid ("aaf8c076-678d-4f56-843c-bd616baf6177")
+ @objid ("fe3f549d-c1a9-4444-8b2d-121f4cbcdd57")
public static final class MdaTypes {
- @objid ("53a7f362-7db5-4166-9c10-d8c22e3016fb")
+ @objid ("51b33712-1863-44fe-bc6d-762d86cbd7ca")
public static Stereotype STEREOTYPE_ELT;
- @objid ("15ccfabd-1b9b-4e9a-83d4-86de809912e8")
+ @objid ("c78b307f-5db5-4b49-abc4-0e9ad6da07e7")
private static Stereotype MDAASSOCDEP;
- @objid ("380bda90-44cd-4b99-a879-a5dc82466598")
+ @objid ("6c87e35d-7ed9-4be4-ac15-66cc8d41e4cd")
private static TagType MDAASSOCDEP_ROLE;
- @objid ("7e8f10e7-d16b-4c83-bcbe-6c4e5da79031")
+ @objid ("397be3ac-d053-41c3-9504-371a235af6b1")
public static void init(final IModelingSession session) throws MdaProxyException {
List Stereotype description:
*
null
true if the instantiation can be carried out else false.
*/
- @objid ("f457747b-9354-4f9a-8583-c242825c75ec")
+ @objid ("cf8378bd-6878-43ed-a9b1-2b19a1f5fb61")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof ModelElement) && (DocumentRoot.MdaTypes.STEREOTYPE_ELT!=null) && ((ModelElement) elt).isStereotyped(DocumentRoot.MdaTypes.STEREOTYPE_ELT));
}
@@ -54,7 +54,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link DocumentRoot} proxy on the created {@link ModelElement}.
*/
- @objid ("5c1eedf1-a62b-4c50-9190-a81616c26216")
+ @objid ("dd790b04-cc77-43c1-a42a-78424a4d32e9")
public static DocumentRoot create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Infrastructure.ModelElement");
e.getExtension().add(DocumentRoot.MdaTypes.STEREOTYPE_ELT);
@@ -68,7 +68,7 @@ public static DocumentRoot create(final IModelingSession session) {
* @param obj a ModelElement
* @return a {@link DocumentRoot} proxy or null.
*/
- @objid ("d41b611c-6d39-43e9-b7dc-97c38c37f702")
+ @objid ("ccb49a72-ce74-4f74-a80e-1b102003085d")
public static DocumentRoot instantiate(final ModelElement obj) {
return DocumentRoot.canInstantiate(obj) ? new DocumentRoot(obj) : null;
}
@@ -81,7 +81,7 @@ public static DocumentRoot instantiate(final ModelElement obj) {
* @return a {@link DocumentRoot} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("3732d9f9-a9c7-4d2e-8264-d58bf4eca28d")
+ @objid ("5699a573-499d-4c09-9a10-d7727f8e9f8e")
public static DocumentRoot safeInstantiate(final ModelElement obj) throws IllegalArgumentException {
if (DocumentRoot.canInstantiate(obj))
return new DocumentRoot(obj);
@@ -89,7 +89,7 @@ public static DocumentRoot safeInstantiate(final ModelElement obj) throws Illega
throw new IllegalArgumentException("DocumentRoot: Cannot instantiate "+obj+": wrong element type or stereotype");
}
- @objid ("81600ae2-d558-408e-8f88-7e66187b210f")
+ @objid ("0123e72c-620d-485e-897c-0ed53fa89620")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -109,35 +109,35 @@ public boolean equals(final Object obj) {
* Get the underlying {@link ModelElement}.
* @return the ModelElement represented by this proxy, never null.
*/
- @objid ("eb6626a8-8b03-41a5-85dd-b663f94a31d9")
+ @objid ("ead38324-b7ef-47c5-a9a4-0c605680275e")
public ModelElement getElement() {
return this.elt;
}
- @objid ("6591684c-a7db-4190-bcb4-cb2fb0a00fef")
+ @objid ("4b76a6cd-82d4-4843-bf3d-03d57a302141")
@Override
public int hashCode() {
return 23 + ((this.elt == null) ? 0 : this.elt.hashCode());
}
- @objid ("5dfe3790-52cf-4129-880a-667a24dbd6d1")
+ @objid ("0d681e55-786f-49e5-8923-24b76968afaf")
protected DocumentRoot(final ModelElement elt) {
this.elt = elt;
}
- @objid ("fceba24e-2e00-4753-aad9-3efe7f57d112")
+ @objid ("d302d99a-f742-44db-b416-f485f2e4d6b5")
public static final class MdaTypes {
- @objid ("69e76b29-b44a-4827-83b6-18f1f722688e")
+ @objid ("d7f46167-5fff-496b-b04e-16f197f09c87")
public static Stereotype STEREOTYPE_ELT;
- @objid ("62802d54-76c4-4624-ae7d-5fbe046439a0")
+ @objid ("445c87fb-d3e2-43af-9592-c41a0253d1ba")
private static Stereotype MDAASSOCDEP;
- @objid ("d4009ceb-dec0-4d6e-83a3-e9edc6ca0064")
+ @objid ("7f0f45c5-1ed7-497b-8403-ae46061e2b02")
private static TagType MDAASSOCDEP_ROLE;
- @objid ("36edd2c1-2d15-4c1c-b611-37c9ca21cfb0")
+ @objid ("635dcb4c-cdb4-4e5e-b028-adeaa8234b0d")
public static void init(final IModelingSession session) throws MdaProxyException {
List Stereotype description:
*
null
true if the instantiation can be carried out else false.
*/
- @objid ("b78f5c19-c24d-494e-9be6-18e9876dc726")
+ @objid ("6bd3e406-6207-48c5-b6da-1fb419e47c19")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof ModelElement) && (ExtensionType.MdaTypes.STEREOTYPE_ELT!=null) && ((ModelElement) elt).isStereotyped(ExtensionType.MdaTypes.STEREOTYPE_ELT));
}
@@ -59,7 +59,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link ExtensionType} proxy on the created {@link ModelElement}.
*/
- @objid ("4d853f17-0592-43f4-a35a-e04ed3d22c5b")
+ @objid ("fb74485f-7eb3-4979-80f9-1cfc9e4779d6")
public static ExtensionType create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Infrastructure.ModelElement");
e.getExtension().add(ExtensionType.MdaTypes.STEREOTYPE_ELT);
@@ -73,7 +73,7 @@ public static ExtensionType create(final IModelingSession session) {
* @param obj a ModelElement
* @return a {@link ExtensionType} proxy or null.
*/
- @objid ("64ef7d0f-23af-4427-9b7c-5d6398dba672")
+ @objid ("2e05c4b5-5373-43f6-ad20-47b631a3e1b6")
public static ExtensionType instantiate(final ModelElement obj) {
return ExtensionType.canInstantiate(obj) ? new ExtensionType(obj) : null;
}
@@ -86,7 +86,7 @@ public static ExtensionType instantiate(final ModelElement obj) {
* @return a {@link ExtensionType} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("74a21b16-da55-4767-93ff-002d676437b9")
+ @objid ("6d7ebf62-9443-457c-a07d-0f66241778e8")
public static ExtensionType safeInstantiate(final ModelElement obj) throws IllegalArgumentException {
if (ExtensionType.canInstantiate(obj))
return new ExtensionType(obj);
@@ -100,7 +100,7 @@ public static ExtensionType safeInstantiate(final ModelElement obj) throws Illeg
* null
*
*/
- @objid ("b6b0dbff-5b6e-41e7-a620-ac59eb7dd9de")
+ @objid ("f24986d4-d5b3-40de-8c15-d61faeffb1e6")
public void addExtension(final TExtension obj) {
if (obj != null) {
IModelingSession session = ModelingSessionRegistry.getSession(this.elt);
@@ -110,7 +110,7 @@ public void addExtension(final TExtension obj) {
}
}
- @objid ("a18c5168-e52b-4d05-87c4-f4dd6123037b")
+ @objid ("e08808d2-8e12-44d3-a367-6768c46ddfeb")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -130,7 +130,7 @@ public boolean equals(final Object obj) {
* Get the underlying {@link ModelElement}.
* @return the ModelElement represented by this proxy, never null.
*/
- @objid ("703c13b7-c255-4722-a7f4-eb25304de79d")
+ @objid ("239b21d2-1d2d-4bd5-9f15-24d6e7aebe6b")
public ModelElement getElement() {
return this.elt;
}
@@ -141,7 +141,7 @@ public ModelElement getElement() {
* null
*
*/
- @objid ("d8de1c25-e8dc-4b2b-8c38-ec3318a52905")
+ @objid ("5bb3ecd4-2fa4-480b-b1fc-a7e8f5d59ce0")
public ListStereotype description:
*
null
true if the instantiation can be carried out else false.
*/
- @objid ("64bd47a0-ca3b-41d7-93fb-a8855b2828f9")
+ @objid ("04faa6d1-91ab-4c8d-b8c8-61bf3d918d62")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof ModelElement) && (ImplementationArtifactType.MdaTypes.STEREOTYPE_ELT!=null) && ((ModelElement) elt).isStereotyped(ImplementationArtifactType.MdaTypes.STEREOTYPE_ELT));
}
@@ -48,7 +48,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link ImplementationArtifactType} proxy on the created {@link ModelElement}.
*/
- @objid ("da8c07f3-43b1-4361-9091-cde906ffaa27")
+ @objid ("34f808dc-d0b8-4d23-b858-51ee010c24f4")
public static ImplementationArtifactType create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Infrastructure.ModelElement");
e.getExtension().add(ImplementationArtifactType.MdaTypes.STEREOTYPE_ELT);
@@ -62,7 +62,7 @@ public static ImplementationArtifactType create(final IModelingSession session)
* @param obj a ModelElement
* @return a {@link ImplementationArtifactType} proxy or null.
*/
- @objid ("23005ef2-e8e5-482f-a1e3-41f3e5f2715b")
+ @objid ("70ea407b-95fa-4dd2-9ca1-5c78e365cdf0")
public static ImplementationArtifactType instantiate(final ModelElement obj) {
return ImplementationArtifactType.canInstantiate(obj) ? new ImplementationArtifactType(obj) : null;
}
@@ -75,7 +75,7 @@ public static ImplementationArtifactType instantiate(final ModelElement obj) {
* @return a {@link ImplementationArtifactType} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("cc60e65a-9767-43ab-960a-f89586d236ab")
+ @objid ("988136dd-8136-4469-9335-f6d2313114d3")
public static ImplementationArtifactType safeInstantiate(final ModelElement obj) throws IllegalArgumentException {
if (ImplementationArtifactType.canInstantiate(obj))
return new ImplementationArtifactType(obj);
@@ -83,7 +83,7 @@ public static ImplementationArtifactType safeInstantiate(final ModelElement obj)
throw new IllegalArgumentException("ImplementationArtifactType: Cannot instantiate "+obj+": wrong element type or stereotype");
}
- @objid ("9d482cc6-69b4-4cd5-b6c9-55bd132b00b4")
+ @objid ("8471b694-338c-4584-9997-dd1ecb9cc652")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -103,36 +103,36 @@ public boolean equals(final Object obj) {
* Get the underlying {@link ModelElement}.
* @return the ModelElement represented by this proxy, never null.
*/
- @objid ("7ea4e4f2-ce2f-4811-a474-ce7b112c51ec")
+ @objid ("9fa3620b-7937-4cd7-b9e7-b68037c53704")
@Override
public ModelElement getElement() {
return (ModelElement)super.getElement();
}
- @objid ("7fe7a386-178a-4477-be76-93c21a6bf1ef")
+ @objid ("859e7e96-99b0-4d9e-9f9b-98dd2303cc6f")
@Override
public int hashCode() {
return 23 + ((this.elt == null) ? 0 : this.elt.hashCode());
}
- @objid ("da4b935c-13f7-4d47-add8-3d4117dbe4fa")
+ @objid ("05bc3554-ce00-4881-bb68-55b17609da49")
protected ImplementationArtifactType(final ModelElement elt) {
super(elt);
}
- @objid ("12f806c1-90ed-4f15-a63a-2e725c16e545")
+ @objid ("6bdad285-8868-4510-9b6c-a4d6e0566487")
public static final class MdaTypes {
- @objid ("5d553690-3559-41af-b185-b0af21689127")
+ @objid ("b4252174-24c9-4674-99a4-666f792b43fb")
public static Stereotype STEREOTYPE_ELT;
- @objid ("92466022-c298-41c8-8b51-9aafe872d704")
+ @objid ("6a5ff0e0-714b-4471-8889-12f779406877")
private static Stereotype MDAASSOCDEP;
- @objid ("71039f61-00ec-458e-9a95-42f16df5b1dc")
+ @objid ("7017e9ed-9da0-4140-93e9-390008b0f25f")
private static TagType MDAASSOCDEP_ROLE;
- @objid ("3105a7bb-6af1-4be8-ba1a-75495bbd0fed")
+ @objid ("5d83882a-fd50-4fa2-821e-77627060628e")
public static void init(final IModelingSession session) throws MdaProxyException {
List Stereotype description:
*
null
true if the instantiation can be carried out else false.
*/
- @objid ("91be1970-ccc4-404a-b035-cb4d51e2482e")
+ @objid ("d6cf4910-5bd0-49d2-a2e7-1996542879fa")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof ModelElement) && (ImportElement.MdaTypes.STEREOTYPE_ELT!=null) && ((ModelElement) elt).isStereotyped(ImportElement.MdaTypes.STEREOTYPE_ELT));
}
@@ -65,7 +65,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link ImportElement} proxy on the created {@link ModelElement}.
*/
- @objid ("bc7ddfa2-201a-409a-b21d-c48fcf5c3675")
+ @objid ("83e81947-a700-4aa0-97b8-695fbfeb0acc")
public static ImportElement create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Infrastructure.ModelElement");
e.getExtension().add(ImportElement.MdaTypes.STEREOTYPE_ELT);
@@ -79,7 +79,7 @@ public static ImportElement create(final IModelingSession session) {
* @param obj a ModelElement
* @return a {@link ImportElement} proxy or null.
*/
- @objid ("2e772ae7-c46f-43d3-a218-dfbd9db5121a")
+ @objid ("b3475838-1232-4408-9b77-3998c3352bc0")
public static ImportElement instantiate(final ModelElement obj) {
return ImportElement.canInstantiate(obj) ? new ImportElement(obj) : null;
}
@@ -92,7 +92,7 @@ public static ImportElement instantiate(final ModelElement obj) {
* @return a {@link ImportElement} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("6808bb2d-5a94-48a2-a8d0-def45cb35688")
+ @objid ("2a72d446-29d1-4d04-b535-d8cb481a131a")
public static ImportElement safeInstantiate(final ModelElement obj) throws IllegalArgumentException {
if (ImportElement.canInstantiate(obj))
return new ImportElement(obj);
@@ -100,7 +100,7 @@ public static ImportElement safeInstantiate(final ModelElement obj) throws Illeg
throw new IllegalArgumentException("ImportElement: Cannot instantiate "+obj+": wrong element type or stereotype");
}
- @objid ("4d8725b5-479e-4e86-81a2-aeb37ccfa9ab")
+ @objid ("431cdc27-55ac-405b-a1ba-f76079724232")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -120,7 +120,7 @@ public boolean equals(final Object obj) {
* Get the underlying {@link ModelElement}.
* @return the ModelElement represented by this proxy, never null.
*/
- @objid ("c725a83a-e9e5-4f60-8443-68419200846f")
+ @objid ("43fab284-b7bb-453c-9813-173a87e2aa61")
public ModelElement getElement() {
return this.elt;
}
@@ -130,7 +130,7 @@ public ModelElement getElement() {
* Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Stereotype description:
*
null
true if the instantiation can be carried out else false.
*/
- @objid ("52c2a0d0-b2b1-494d-8e59-84ebda1e678d")
+ @objid ("8c4f071b-cafc-4648-9129-1d16f0473e32")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof ModelElement) && (InputParameterType1.MdaTypes.STEREOTYPE_ELT!=null) && ((ModelElement) elt).isStereotyped(InputParameterType1.MdaTypes.STEREOTYPE_ELT));
}
@@ -59,7 +59,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link InputParameterType1} proxy on the created {@link ModelElement}.
*/
- @objid ("f96fc1a3-b041-4bfb-8921-bbdc96d47937")
+ @objid ("c434dc4a-5095-4462-83dd-f1dbb32a5f43")
public static InputParameterType1 create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Infrastructure.ModelElement");
e.getExtension().add(InputParameterType1.MdaTypes.STEREOTYPE_ELT);
@@ -73,7 +73,7 @@ public static InputParameterType1 create(final IModelingSession session) {
* @param obj a ModelElement
* @return a {@link InputParameterType1} proxy or null.
*/
- @objid ("5c92b449-eb3d-49c6-a0d9-be5e324d4d07")
+ @objid ("3fcf0ef0-6b59-4671-a2d8-8c45eaf1f9bc")
public static InputParameterType1 instantiate(final ModelElement obj) {
return InputParameterType1.canInstantiate(obj) ? new InputParameterType1(obj) : null;
}
@@ -86,7 +86,7 @@ public static InputParameterType1 instantiate(final ModelElement obj) {
* @return a {@link InputParameterType1} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("0509a35b-6087-44fe-b909-44ef45f513fa")
+ @objid ("5126737d-d3d3-40a9-9501-443d18b8efcf")
public static InputParameterType1 safeInstantiate(final ModelElement obj) throws IllegalArgumentException {
if (InputParameterType1.canInstantiate(obj))
return new InputParameterType1(obj);
@@ -100,7 +100,7 @@ public static InputParameterType1 safeInstantiate(final ModelElement obj) throws
* null
*
*/
- @objid ("e63057a0-a55e-43e9-a38e-dfe81ce9d407")
+ @objid ("dc3f9897-47bf-4ed6-b8cf-770a1630188f")
public void addInputParameter(final TParameter obj) {
if (obj != null) {
IModelingSession session = ModelingSessionRegistry.getSession(this.elt);
@@ -110,7 +110,7 @@ public void addInputParameter(final TParameter obj) {
}
}
- @objid ("1b5febaf-faff-4795-9a4d-2bd92e5074af")
+ @objid ("15ce0f5d-fac0-4b6a-ab55-4e9d5de0a4dd")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -130,7 +130,7 @@ public boolean equals(final Object obj) {
* Get the underlying {@link ModelElement}.
* @return the ModelElement represented by this proxy, never null.
*/
- @objid ("e7ddfddb-9d81-49b9-8b9a-c4b98e0d5520")
+ @objid ("2200e0b3-ebf8-41ce-b839-2667b0fc14ff")
public ModelElement getElement() {
return this.elt;
}
@@ -141,7 +141,7 @@ public ModelElement getElement() {
* null
*
*/
- @objid ("361798b1-9ba4-45cd-b188-e1df495124e5")
+ @objid ("02acd718-6c8e-4373-bb62-54593e98d771")
public ListStereotype description:
*
null
true if the instantiation can be carried out else false.
*/
- @objid ("9e45a171-1cab-4b94-8c58-fea05dd6e041")
+ @objid ("600925a9-ff8b-4a36-9f84-91fb17df4111")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof ModelElement) && (InputParametersType.MdaTypes.STEREOTYPE_ELT!=null) && ((ModelElement) elt).isStereotyped(InputParametersType.MdaTypes.STEREOTYPE_ELT));
}
@@ -59,7 +59,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link InputParametersType} proxy on the created {@link ModelElement}.
*/
- @objid ("a5fae386-3252-4c7f-a0e3-d0665644a402")
+ @objid ("596f46f0-ea03-48c0-aead-0ef9b90084ed")
public static InputParametersType create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Infrastructure.ModelElement");
e.getExtension().add(InputParametersType.MdaTypes.STEREOTYPE_ELT);
@@ -73,7 +73,7 @@ public static InputParametersType create(final IModelingSession session) {
* @param obj a ModelElement
* @return a {@link InputParametersType} proxy or null.
*/
- @objid ("38b434cf-245b-466e-b574-45cce541031b")
+ @objid ("5dde8d5f-bf23-44d0-a4e3-967cb0391e98")
public static InputParametersType instantiate(final ModelElement obj) {
return InputParametersType.canInstantiate(obj) ? new InputParametersType(obj) : null;
}
@@ -86,7 +86,7 @@ public static InputParametersType instantiate(final ModelElement obj) {
* @return a {@link InputParametersType} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("6c27a0e6-a4ea-4cf8-9bb1-f0c012dd9bb1")
+ @objid ("d0d7f0dd-b75d-443e-a82d-4cd7fb963e6f")
public static InputParametersType safeInstantiate(final ModelElement obj) throws IllegalArgumentException {
if (InputParametersType.canInstantiate(obj))
return new InputParametersType(obj);
@@ -100,7 +100,7 @@ public static InputParametersType safeInstantiate(final ModelElement obj) throws
* null
*
*/
- @objid ("f56f5997-6711-4862-b14d-5dec147f65ed")
+ @objid ("f75dc324-9915-4df7-a386-b73134536235")
public void addInputParameter(final TParameter obj) {
if (obj != null) {
IModelingSession session = ModelingSessionRegistry.getSession(this.elt);
@@ -110,7 +110,7 @@ public void addInputParameter(final TParameter obj) {
}
}
- @objid ("06d6e935-5dcb-4419-95ef-daa8161810a9")
+ @objid ("832cdd01-a1d2-4ed6-9fcb-0ffa1a794d33")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -130,7 +130,7 @@ public boolean equals(final Object obj) {
* Get the underlying {@link ModelElement}.
* @return the ModelElement represented by this proxy, never null.
*/
- @objid ("b75a10e2-0b3f-4518-a756-f0fdb4b68b02")
+ @objid ("2c84efb7-a6a9-4c50-844d-e78c6662a2c5")
public ModelElement getElement() {
return this.elt;
}
@@ -141,7 +141,7 @@ public ModelElement getElement() {
* null
*
*/
- @objid ("52270d27-fb8b-4ae8-b832-045cf5cb6472")
+ @objid ("851eb6d6-d85e-4223-b8e3-8dc303e59784")
public ListStereotype description:
*
null
true if the instantiation can be carried out else false.
*/
- @objid ("39334bf9-37f9-4ed6-8a95-c83e32eb5380")
+ @objid ("489dddfe-a8f6-4040-8261-8d97c8201fc5")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof ModelElement) && (InterfaceType1.MdaTypes.STEREOTYPE_ELT!=null) && ((ModelElement) elt).isStereotyped(InterfaceType1.MdaTypes.STEREOTYPE_ELT));
}
@@ -59,7 +59,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link InterfaceType1} proxy on the created {@link ModelElement}.
*/
- @objid ("fd463282-befd-4d69-8b19-1ce36eabdfcf")
+ @objid ("659c50f3-33e9-4d65-bf29-f297c977ea7c")
public static InterfaceType1 create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Infrastructure.ModelElement");
e.getExtension().add(InterfaceType1.MdaTypes.STEREOTYPE_ELT);
@@ -73,7 +73,7 @@ public static InterfaceType1 create(final IModelingSession session) {
* @param obj a ModelElement
* @return a {@link InterfaceType1} proxy or null.
*/
- @objid ("38bc4a42-1628-4676-b00c-80d8281fe595")
+ @objid ("629e78b2-3600-45fa-84df-ee5abb5cd36f")
public static InterfaceType1 instantiate(final ModelElement obj) {
return InterfaceType1.canInstantiate(obj) ? new InterfaceType1(obj) : null;
}
@@ -86,7 +86,7 @@ public static InterfaceType1 instantiate(final ModelElement obj) {
* @return a {@link InterfaceType1} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("3f01029a-65e6-49d6-b0ee-7bcc899afb0f")
+ @objid ("9ec36437-5852-4d9b-952c-eed830982bc2")
public static InterfaceType1 safeInstantiate(final ModelElement obj) throws IllegalArgumentException {
if (InterfaceType1.canInstantiate(obj))
return new InterfaceType1(obj);
@@ -100,7 +100,7 @@ public static InterfaceType1 safeInstantiate(final ModelElement obj) throws Ille
* null
*
*/
- @objid ("b04ba7e1-e5a0-4080-b362-a5b92319179c")
+ @objid ("0d8cf2c5-3343-410d-940e-8d43c423b1ec")
public void addInterface(final TExportedInterface obj) {
if (obj != null) {
IModelingSession session = ModelingSessionRegistry.getSession(this.elt);
@@ -110,7 +110,7 @@ public void addInterface(final TExportedInterface obj) {
}
}
- @objid ("ee4964d1-9e9f-495e-a203-f8f4556c95a5")
+ @objid ("b21b5dea-3991-4bb4-b878-02ee2f887eb5")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -130,7 +130,7 @@ public boolean equals(final Object obj) {
* Get the underlying {@link ModelElement}.
* @return the ModelElement represented by this proxy, never null.
*/
- @objid ("b461ebdc-efde-46e6-bf3a-50715b17cd97")
+ @objid ("4f9cdcb1-07bc-48dc-b076-00cd5f0f25ff")
public ModelElement getElement() {
return this.elt;
}
@@ -141,7 +141,7 @@ public ModelElement getElement() {
* null
*
*/
- @objid ("63479430-bc5d-4aeb-89db-6fc8309e8514")
+ @objid ("4ccf583d-85ad-4f63-8ebf-1a2bb254794f")
public ListStereotype description:
*
null
true if the instantiation can be carried out else false.
*/
- @objid ("6056365e-02a6-4cc3-b4a0-2333912364be")
+ @objid ("9d076787-25d2-4d4e-9529-06529aef037c")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof ModelElement) && (InterfacesType.MdaTypes.STEREOTYPE_ELT!=null) && ((ModelElement) elt).isStereotyped(InterfacesType.MdaTypes.STEREOTYPE_ELT));
}
@@ -60,7 +60,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link InterfacesType} proxy on the created {@link ModelElement}.
*/
- @objid ("0e2919d8-77ba-4773-a1ce-cdd6afc772bf")
+ @objid ("4a920098-4c3a-4a92-b8eb-dd6019416295")
public static InterfacesType create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Infrastructure.ModelElement");
e.getExtension().add(InterfacesType.MdaTypes.STEREOTYPE_ELT);
@@ -74,7 +74,7 @@ public static InterfacesType create(final IModelingSession session) {
* @param obj a ModelElement
* @return a {@link InterfacesType} proxy or null.
*/
- @objid ("8637a69b-9e8f-4121-b86e-d0fe0b9e050f")
+ @objid ("93ab29d8-dd07-4013-a046-9c55da656668")
public static InterfacesType instantiate(final ModelElement obj) {
return InterfacesType.canInstantiate(obj) ? new InterfacesType(obj) : null;
}
@@ -87,7 +87,7 @@ public static InterfacesType instantiate(final ModelElement obj) {
* @return a {@link InterfacesType} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("6d6828ee-76c3-4c85-8844-8ecba4a660d5")
+ @objid ("d91eb87e-5889-4c9a-8fdd-50c8781b2a9f")
public static InterfacesType safeInstantiate(final ModelElement obj) throws IllegalArgumentException {
if (InterfacesType.canInstantiate(obj))
return new InterfacesType(obj);
@@ -101,7 +101,7 @@ public static InterfacesType safeInstantiate(final ModelElement obj) throws Ille
* null
*
*/
- @objid ("02cc3495-ddf4-482a-aec9-bdf258ce7157")
+ @objid ("d8215374-1298-4362-b9a2-9984f4f237be")
public void addInterface(final TInterface obj) {
if (obj != null) {
IModelingSession session = ModelingSessionRegistry.getSession(this.elt);
@@ -111,7 +111,7 @@ public void addInterface(final TInterface obj) {
}
}
- @objid ("35abbead-4f61-471b-8a2e-453415b50fb3")
+ @objid ("5e28fdc2-7160-4950-8d37-8294e37633c9")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -131,7 +131,7 @@ public boolean equals(final Object obj) {
* Get the underlying {@link ModelElement}.
* @return the ModelElement represented by this proxy, never null.
*/
- @objid ("610a4ec1-d780-4897-afcf-3b8f67665460")
+ @objid ("31947eb6-1632-44d6-afba-d1efafe09e7f")
public ModelElement getElement() {
return this.elt;
}
@@ -142,7 +142,7 @@ public ModelElement getElement() {
* null
*
*/
- @objid ("9aa22fea-855a-478f-940a-fcec7bb28218")
+ @objid ("42f321d5-c276-43f4-a813-1547a2e8c22e")
public ListStereotype description:
*
null
true if the instantiation can be carried out else false.
*/
- @objid ("f9223266-5d84-4b0c-b3f6-2b1d51a61056")
+ @objid ("99897dc0-0bd4-4bc1-82d9-6c701deb5edb")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof ModelElement) && (NodeOperationType.MdaTypes.STEREOTYPE_ELT!=null) && ((ModelElement) elt).isStereotyped(NodeOperationType.MdaTypes.STEREOTYPE_ELT));
}
@@ -65,7 +65,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link NodeOperationType} proxy on the created {@link ModelElement}.
*/
- @objid ("aaebc1e5-2eac-459c-8a7f-841278e37279")
+ @objid ("ff4d2d3c-b254-4081-bc9b-489dd63aec06")
public static NodeOperationType create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Infrastructure.ModelElement");
e.getExtension().add(NodeOperationType.MdaTypes.STEREOTYPE_ELT);
@@ -79,7 +79,7 @@ public static NodeOperationType create(final IModelingSession session) {
* @param obj a ModelElement
* @return a {@link NodeOperationType} proxy or null.
*/
- @objid ("4e962e32-d034-483d-b0ba-2e07c03bc140")
+ @objid ("7fb239b4-0a0b-44df-866c-c042c312a2fc")
public static NodeOperationType instantiate(final ModelElement obj) {
return NodeOperationType.canInstantiate(obj) ? new NodeOperationType(obj) : null;
}
@@ -92,7 +92,7 @@ public static NodeOperationType instantiate(final ModelElement obj) {
* @return a {@link NodeOperationType} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("100184ab-7686-48bf-818e-90271bafd24e")
+ @objid ("2f9f3a9a-c5ee-4fc0-aab6-55648c87dd2c")
public static NodeOperationType safeInstantiate(final ModelElement obj) throws IllegalArgumentException {
if (NodeOperationType.canInstantiate(obj))
return new NodeOperationType(obj);
@@ -100,7 +100,7 @@ public static NodeOperationType safeInstantiate(final ModelElement obj) throws I
throw new IllegalArgumentException("NodeOperationType: Cannot instantiate "+obj+": wrong element type or stereotype");
}
- @objid ("79512f89-3fe1-4418-a130-98c397a82ec2")
+ @objid ("f50fee27-65e6-45c2-b376-fa1d625f87f8")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -120,7 +120,7 @@ public boolean equals(final Object obj) {
* Get the underlying {@link ModelElement}.
* @return the ModelElement represented by this proxy, never null.
*/
- @objid ("fa3adbab-1ab2-48a8-9fb8-92eeb23addb5")
+ @objid ("ac79b241-cfab-4168-989a-937b1347a558")
public ModelElement getElement() {
return this.elt;
}
@@ -130,7 +130,7 @@ public ModelElement getElement() {
* Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Stereotype description:
*
null
true if the instantiation can be carried out else false.
*/
- @objid ("40cf74d2-2f11-425c-b0fc-f23e7dadddad")
+ @objid ("4296883d-b03c-4d64-8b95-a12f336fcb5c")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof ModelElement) && (NodeTypeReferenceType.MdaTypes.STEREOTYPE_ELT!=null) && ((ModelElement) elt).isStereotyped(NodeTypeReferenceType.MdaTypes.STEREOTYPE_ELT));
}
@@ -59,7 +59,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link NodeTypeReferenceType} proxy on the created {@link ModelElement}.
*/
- @objid ("0aee8d35-3a3f-4c17-b910-12820ca390d7")
+ @objid ("90d4c5e8-06d6-4910-ab3e-67662cc9fa69")
public static NodeTypeReferenceType create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Infrastructure.ModelElement");
e.getExtension().add(NodeTypeReferenceType.MdaTypes.STEREOTYPE_ELT);
@@ -73,7 +73,7 @@ public static NodeTypeReferenceType create(final IModelingSession session) {
* @param obj a ModelElement
* @return a {@link NodeTypeReferenceType} proxy or null.
*/
- @objid ("71d2014b-6af2-4578-b720-4be0f6104282")
+ @objid ("b2611f27-21ee-4153-b706-833ccffa99f4")
public static NodeTypeReferenceType instantiate(final ModelElement obj) {
return NodeTypeReferenceType.canInstantiate(obj) ? new NodeTypeReferenceType(obj) : null;
}
@@ -86,7 +86,7 @@ public static NodeTypeReferenceType instantiate(final ModelElement obj) {
* @return a {@link NodeTypeReferenceType} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("23b6a0f5-74a9-424d-b4b1-fd0d3d21e1ba")
+ @objid ("c598d4a3-01d6-4995-8c66-57143cf516b1")
public static NodeTypeReferenceType safeInstantiate(final ModelElement obj) throws IllegalArgumentException {
if (NodeTypeReferenceType.canInstantiate(obj))
return new NodeTypeReferenceType(obj);
@@ -94,7 +94,7 @@ public static NodeTypeReferenceType safeInstantiate(final ModelElement obj) thro
throw new IllegalArgumentException("NodeTypeReferenceType: Cannot instantiate "+obj+": wrong element type or stereotype");
}
- @objid ("f76a8012-a866-40fd-af3f-3ac36cb98171")
+ @objid ("e8584fb4-6fe3-42ad-92d2-e775e692ae04")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -114,7 +114,7 @@ public boolean equals(final Object obj) {
* Get the underlying {@link ModelElement}.
* @return the ModelElement represented by this proxy, never null.
*/
- @objid ("b80754c5-d363-4922-8b29-47024b94dc72")
+ @objid ("44fbc2c3-e073-4705-99cc-e50c6d1a05fe")
public ModelElement getElement() {
return this.elt;
}
@@ -124,7 +124,7 @@ public ModelElement getElement() {
* Property description:
*
null
Property description:
*
null
Stereotype description:
*
null
true if the instantiation can be carried out else false.
*/
- @objid ("66282d84-bc9d-4d5f-aafc-b6188e5ec015")
+ @objid ("995073e8-3393-4dfb-8fb1-7cb6ecf54179")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof ModelElement) && (OutputParametersType.MdaTypes.STEREOTYPE_ELT!=null) && ((ModelElement) elt).isStereotyped(OutputParametersType.MdaTypes.STEREOTYPE_ELT));
}
@@ -59,7 +59,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link OutputParametersType} proxy on the created {@link ModelElement}.
*/
- @objid ("d0eccb11-03ae-4794-a10f-9a4546311436")
+ @objid ("be16eda5-ac11-4d0c-a2b3-b9803c60dce5")
public static OutputParametersType create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Infrastructure.ModelElement");
e.getExtension().add(OutputParametersType.MdaTypes.STEREOTYPE_ELT);
@@ -73,7 +73,7 @@ public static OutputParametersType create(final IModelingSession session) {
* @param obj a ModelElement
* @return a {@link OutputParametersType} proxy or null.
*/
- @objid ("a90aa92a-d75c-4d32-9c91-71c54c550ba5")
+ @objid ("4ca31843-af3d-49d9-8532-bee67e9700bd")
public static OutputParametersType instantiate(final ModelElement obj) {
return OutputParametersType.canInstantiate(obj) ? new OutputParametersType(obj) : null;
}
@@ -86,7 +86,7 @@ public static OutputParametersType instantiate(final ModelElement obj) {
* @return a {@link OutputParametersType} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("9e201834-abb0-4d80-a448-344518f70cef")
+ @objid ("2c79f172-a089-4a08-8265-a168feaf5d2b")
public static OutputParametersType safeInstantiate(final ModelElement obj) throws IllegalArgumentException {
if (OutputParametersType.canInstantiate(obj))
return new OutputParametersType(obj);
@@ -100,7 +100,7 @@ public static OutputParametersType safeInstantiate(final ModelElement obj) throw
* null
*
*/
- @objid ("e1d84873-60d2-4d53-abcd-5076cb1118a0")
+ @objid ("75de10b2-849e-41f4-aafe-ee9fe0a1c471")
public void addOutputParameter(final TParameter obj) {
if (obj != null) {
IModelingSession session = ModelingSessionRegistry.getSession(this.elt);
@@ -110,7 +110,7 @@ public void addOutputParameter(final TParameter obj) {
}
}
- @objid ("5e2745c7-2504-4ff3-bff4-93bb8ca13652")
+ @objid ("5f5c7d52-13e6-4d9d-9b6e-b331ebc36394")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -130,7 +130,7 @@ public boolean equals(final Object obj) {
* Get the underlying {@link ModelElement}.
* @return the ModelElement represented by this proxy, never null.
*/
- @objid ("34d58105-e295-4e87-9a33-faa26309fc66")
+ @objid ("b4130091-4c60-4ded-a4a5-a5b2627eea2a")
public ModelElement getElement() {
return this.elt;
}
@@ -141,7 +141,7 @@ public ModelElement getElement() {
* null
*
*/
- @objid ("5f42f639-07a8-44ca-975a-f32cc9cf947e")
+ @objid ("fe5cff0d-55c6-4cb8-af5d-aacf4e7cd538")
public ListStereotype description:
*
null
true if the instantiation can be carried out else false.
*/
- @objid ("8bbd8dbf-e363-47ac-bf8f-8bab96c17b38")
+ @objid ("6f119e02-7327-418f-942a-ece18045238f")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof ModelElement) && (OutputParametersType1.MdaTypes.STEREOTYPE_ELT!=null) && ((ModelElement) elt).isStereotyped(OutputParametersType1.MdaTypes.STEREOTYPE_ELT));
}
@@ -59,7 +59,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link OutputParametersType1} proxy on the created {@link ModelElement}.
*/
- @objid ("3bf4f417-3963-4901-81e4-05e6e156bf57")
+ @objid ("81048a48-fc8d-4f10-a376-cab23de73644")
public static OutputParametersType1 create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Infrastructure.ModelElement");
e.getExtension().add(OutputParametersType1.MdaTypes.STEREOTYPE_ELT);
@@ -73,7 +73,7 @@ public static OutputParametersType1 create(final IModelingSession session) {
* @param obj a ModelElement
* @return a {@link OutputParametersType1} proxy or null.
*/
- @objid ("0fb5c7fd-40f3-4474-b1a0-5499aaf64985")
+ @objid ("afdbe78c-17ec-4a7c-b591-fcb0196fad11")
public static OutputParametersType1 instantiate(final ModelElement obj) {
return OutputParametersType1.canInstantiate(obj) ? new OutputParametersType1(obj) : null;
}
@@ -86,7 +86,7 @@ public static OutputParametersType1 instantiate(final ModelElement obj) {
* @return a {@link OutputParametersType1} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("97301845-eb64-40a6-b142-fbd7185701f9")
+ @objid ("1bccd74d-a257-4ab0-82a8-d173fcd6eb4f")
public static OutputParametersType1 safeInstantiate(final ModelElement obj) throws IllegalArgumentException {
if (OutputParametersType1.canInstantiate(obj))
return new OutputParametersType1(obj);
@@ -100,7 +100,7 @@ public static OutputParametersType1 safeInstantiate(final ModelElement obj) thro
* null
*
*/
- @objid ("f40a2ed2-b85a-41b9-a7e0-6a126988d7a1")
+ @objid ("5f094fab-fc56-4f2c-a4d0-aa83471df69b")
public void addOutputParameter(final TParameter obj) {
if (obj != null) {
IModelingSession session = ModelingSessionRegistry.getSession(this.elt);
@@ -110,7 +110,7 @@ public void addOutputParameter(final TParameter obj) {
}
}
- @objid ("c9e62bc7-4883-40d3-b2d1-afda49b13ceb")
+ @objid ("2bc9d50e-2809-4ccd-8207-60bc787e743d")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -130,7 +130,7 @@ public boolean equals(final Object obj) {
* Get the underlying {@link ModelElement}.
* @return the ModelElement represented by this proxy, never null.
*/
- @objid ("b473b4b0-23b7-48d9-8aa3-947e32ff8df5")
+ @objid ("752fc03a-45ed-46cd-8840-123c6c5597b5")
public ModelElement getElement() {
return this.elt;
}
@@ -141,7 +141,7 @@ public ModelElement getElement() {
* null
*
*/
- @objid ("67e8419d-0ccd-46ba-adf6-2d992832f476")
+ @objid ("cc60fa82-9865-47d0-87c7-0b6bb99beaa0")
public ListStereotype description:
*
null
true if the instantiation can be carried out else false.
*/
- @objid ("b7040669-876c-4056-bab5-f83f370475fa")
+ @objid ("ee95d3a2-05ad-436e-936b-7394cab821e5")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof ModelElement) && (PoliciesType.MdaTypes.STEREOTYPE_ELT!=null) && ((ModelElement) elt).isStereotyped(PoliciesType.MdaTypes.STEREOTYPE_ELT));
}
@@ -60,7 +60,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link PoliciesType} proxy on the created {@link ModelElement}.
*/
- @objid ("d5a4e460-b23c-4481-b509-456c8d9f6cb2")
+ @objid ("3513a8ab-14aa-453a-88fc-1b072bde4eb4")
public static PoliciesType create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Infrastructure.ModelElement");
e.getExtension().add(PoliciesType.MdaTypes.STEREOTYPE_ELT);
@@ -74,7 +74,7 @@ public static PoliciesType create(final IModelingSession session) {
* @param obj a ModelElement
* @return a {@link PoliciesType} proxy or null.
*/
- @objid ("cea71a6f-ddc1-4d4c-93d7-de7eec2d73b2")
+ @objid ("08d5bf99-431a-466d-bda5-f5424d04a028")
public static PoliciesType instantiate(final ModelElement obj) {
return PoliciesType.canInstantiate(obj) ? new PoliciesType(obj) : null;
}
@@ -87,7 +87,7 @@ public static PoliciesType instantiate(final ModelElement obj) {
* @return a {@link PoliciesType} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("3a78640d-e5a3-4e3c-9a5c-1b5dba57ebea")
+ @objid ("8a25eafe-454c-4e76-80ee-85d7a7731ca8")
public static PoliciesType safeInstantiate(final ModelElement obj) throws IllegalArgumentException {
if (PoliciesType.canInstantiate(obj))
return new PoliciesType(obj);
@@ -101,7 +101,7 @@ public static PoliciesType safeInstantiate(final ModelElement obj) throws Illega
* null
*
*/
- @objid ("12673837-3a63-4ecc-810a-3f92133541be")
+ @objid ("8628a70e-9fd5-424e-8a91-f550352070cc")
public void addPolicy(final TPolicy obj) {
if (obj != null) {
IModelingSession session = ModelingSessionRegistry.getSession(this.elt);
@@ -111,7 +111,7 @@ public void addPolicy(final TPolicy obj) {
}
}
- @objid ("3a811b79-d548-473d-9979-2fc7565bf906")
+ @objid ("9bfb4dc2-bb8e-4760-b63c-e54add06e980")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -131,7 +131,7 @@ public boolean equals(final Object obj) {
* Get the underlying {@link ModelElement}.
* @return the ModelElement represented by this proxy, never null.
*/
- @objid ("444ca424-e462-4130-92f2-4da338c8335d")
+ @objid ("2888abef-a53b-42f5-bb3b-ddbb493d3c9e")
public ModelElement getElement() {
return this.elt;
}
@@ -142,7 +142,7 @@ public ModelElement getElement() {
* null
*
*/
- @objid ("87b8c4be-b4ab-4a7f-aac6-0e4a98c2143b")
+ @objid ("b89e1761-1091-4e65-b300-8b5d109dd8c0")
public ListStereotype description:
*
null
true if the instantiation can be carried out else false.
*/
- @objid ("8a21f210-59df-4480-aed8-c75648f6fd59")
+ @objid ("c4eb3cb7-7c8b-48e4-9692-eeb715d0a11d")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof ModelElement) && (PoliciesType1.MdaTypes.STEREOTYPE_ELT!=null) && ((ModelElement) elt).isStereotyped(PoliciesType1.MdaTypes.STEREOTYPE_ELT));
}
@@ -60,7 +60,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link PoliciesType1} proxy on the created {@link ModelElement}.
*/
- @objid ("5ee164ea-1e00-4d7d-9dfa-abd5b3817006")
+ @objid ("5ffb5244-8af9-4b23-b9ec-6cf53986d953")
public static PoliciesType1 create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Infrastructure.ModelElement");
e.getExtension().add(PoliciesType1.MdaTypes.STEREOTYPE_ELT);
@@ -74,7 +74,7 @@ public static PoliciesType1 create(final IModelingSession session) {
* @param obj a ModelElement
* @return a {@link PoliciesType1} proxy or null.
*/
- @objid ("10a81995-6aba-447c-8b96-989e8aa7cba0")
+ @objid ("70ca1a64-147e-4899-aa10-640913cda415")
public static PoliciesType1 instantiate(final ModelElement obj) {
return PoliciesType1.canInstantiate(obj) ? new PoliciesType1(obj) : null;
}
@@ -87,7 +87,7 @@ public static PoliciesType1 instantiate(final ModelElement obj) {
* @return a {@link PoliciesType1} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("840e70eb-15d2-4ca2-a4e5-5a08c1188270")
+ @objid ("2175f427-08ca-46c4-937c-d544f9930af1")
public static PoliciesType1 safeInstantiate(final ModelElement obj) throws IllegalArgumentException {
if (PoliciesType1.canInstantiate(obj))
return new PoliciesType1(obj);
@@ -101,7 +101,7 @@ public static PoliciesType1 safeInstantiate(final ModelElement obj) throws Illeg
* null
*
*/
- @objid ("48200538-f80b-43c8-8b5f-d1a005797557")
+ @objid ("ba7d8b57-3ceb-4a4e-b717-de99c517d8a2")
public void addPolicy(final TPolicy obj) {
if (obj != null) {
IModelingSession session = ModelingSessionRegistry.getSession(this.elt);
@@ -111,7 +111,7 @@ public void addPolicy(final TPolicy obj) {
}
}
- @objid ("b00b65e7-6fa1-4d21-ad3c-7503f88b6dbf")
+ @objid ("21301e86-8f17-48e7-83fe-d9e7a33090a8")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -131,7 +131,7 @@ public boolean equals(final Object obj) {
* Get the underlying {@link ModelElement}.
* @return the ModelElement represented by this proxy, never null.
*/
- @objid ("8f2ebbf6-af9a-4265-a6cf-aa5140e87ddb")
+ @objid ("02f53342-24f4-4a40-b6cf-f18dd8015f48")
public ModelElement getElement() {
return this.elt;
}
@@ -142,7 +142,7 @@ public ModelElement getElement() {
* null
*
*/
- @objid ("eb382e97-7681-4272-9039-6b4e7f8c4344")
+ @objid ("c31f9473-466a-447f-8585-90d405e20333")
public ListStereotype description:
*
null
true if the instantiation can be carried out else false.
*/
- @objid ("52d941ee-5712-46e6-822b-26417202e588")
+ @objid ("7bb8df1f-a846-4d50-86fb-40d05af6212e")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof ModelElement) && (PropertiesDefinitionType.MdaTypes.STEREOTYPE_ELT!=null) && ((ModelElement) elt).isStereotyped(PropertiesDefinitionType.MdaTypes.STEREOTYPE_ELT));
}
@@ -68,7 +68,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link PropertiesDefinitionType} proxy on the created {@link ModelElement}.
*/
- @objid ("022cdca1-2307-4f9c-970f-66b0b3f8c8ae")
+ @objid ("e64df2a3-5d1e-4b4a-b239-1923a3661ee8")
public static PropertiesDefinitionType create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Infrastructure.ModelElement");
e.getExtension().add(PropertiesDefinitionType.MdaTypes.STEREOTYPE_ELT);
@@ -82,7 +82,7 @@ public static PropertiesDefinitionType create(final IModelingSession session) {
* @param obj a ModelElement
* @return a {@link PropertiesDefinitionType} proxy or null.
*/
- @objid ("1cb9e4c3-30f0-450a-9041-7d26652eacd1")
+ @objid ("afab9926-11d8-484a-a345-d089e63d10d8")
public static PropertiesDefinitionType instantiate(final ModelElement obj) {
return PropertiesDefinitionType.canInstantiate(obj) ? new PropertiesDefinitionType(obj) : null;
}
@@ -95,7 +95,7 @@ public static PropertiesDefinitionType instantiate(final ModelElement obj) {
* @return a {@link PropertiesDefinitionType} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("48d536b7-bd9d-4c87-87a3-f2327d0192d6")
+ @objid ("49bc6b63-a7e8-44bf-b1a1-baa8206ed471")
public static PropertiesDefinitionType safeInstantiate(final ModelElement obj) throws IllegalArgumentException {
if (PropertiesDefinitionType.canInstantiate(obj))
return new PropertiesDefinitionType(obj);
@@ -103,7 +103,7 @@ public static PropertiesDefinitionType safeInstantiate(final ModelElement obj) t
throw new IllegalArgumentException("PropertiesDefinitionType: Cannot instantiate "+obj+": wrong element type or stereotype");
}
- @objid ("d27c30ce-f966-4a1f-adb0-b877331d8d23")
+ @objid ("5623f470-8e23-4274-ada0-a6ec5333c93e")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -124,7 +124,7 @@ public boolean equals(final Object obj) {
* Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Stereotype description:
*
null
true if the instantiation can be carried out else false.
*/
- @objid ("e5ca749f-141c-4395-9c18-83e2e06fd894")
+ @objid ("a9aca97a-5866-4428-9a41-66b9009f771b")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof ModelElement) && (PropertiesType1.MdaTypes.STEREOTYPE_ELT!=null) && ((ModelElement) elt).isStereotyped(PropertiesType1.MdaTypes.STEREOTYPE_ELT));
}
@@ -62,7 +62,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link PropertiesType1} proxy on the created {@link ModelElement}.
*/
- @objid ("589a2e82-37f1-4281-b421-122b79c94840")
+ @objid ("b2419b7c-d544-4aba-8bef-e93b830654ac")
public static PropertiesType1 create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Infrastructure.ModelElement");
e.getExtension().add(PropertiesType1.MdaTypes.STEREOTYPE_ELT);
@@ -76,7 +76,7 @@ public static PropertiesType1 create(final IModelingSession session) {
* @param obj a ModelElement
* @return a {@link PropertiesType1} proxy or null.
*/
- @objid ("aad53a54-d591-42cd-b4f9-3c6acac85ce2")
+ @objid ("0b44a7ad-69ee-4c3e-a21d-16d8bd8b9f50")
public static PropertiesType1 instantiate(final ModelElement obj) {
return PropertiesType1.canInstantiate(obj) ? new PropertiesType1(obj) : null;
}
@@ -89,7 +89,7 @@ public static PropertiesType1 instantiate(final ModelElement obj) {
* @return a {@link PropertiesType1} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("358c23ec-9e77-41e7-8890-175e1df57ead")
+ @objid ("8dc80435-c9fa-4fd0-8f3d-cc95c066755d")
public static PropertiesType1 safeInstantiate(final ModelElement obj) throws IllegalArgumentException {
if (PropertiesType1.canInstantiate(obj))
return new PropertiesType1(obj);
@@ -97,7 +97,7 @@ public static PropertiesType1 safeInstantiate(final ModelElement obj) throws Ill
throw new IllegalArgumentException("PropertiesType1: Cannot instantiate "+obj+": wrong element type or stereotype");
}
- @objid ("d61504b9-5b05-4416-9df2-e3f11fd5c2f2")
+ @objid ("d475f3a9-094d-4665-8d89-796e75ac5db4")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -118,7 +118,7 @@ public boolean equals(final Object obj) {
* Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Stereotype description:
*
null
true if the instantiation can be carried out else false.
*/
- @objid ("0205e06d-45fe-4887-ac03-1cb83ad3ab45")
+ @objid ("524af4db-593c-4a66-9f45-e1586c01d0c0")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof ModelElement) && (PropertyConstraintsType.MdaTypes.STEREOTYPE_ELT!=null) && ((ModelElement) elt).isStereotyped(PropertyConstraintsType.MdaTypes.STEREOTYPE_ELT));
}
@@ -59,7 +59,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link PropertyConstraintsType} proxy on the created {@link ModelElement}.
*/
- @objid ("07a1518a-b81b-4760-b56d-490cf1e986e8")
+ @objid ("85c105eb-dbda-4dfe-b869-1d422c84b9ab")
public static PropertyConstraintsType create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Infrastructure.ModelElement");
e.getExtension().add(PropertyConstraintsType.MdaTypes.STEREOTYPE_ELT);
@@ -73,7 +73,7 @@ public static PropertyConstraintsType create(final IModelingSession session) {
* @param obj a ModelElement
* @return a {@link PropertyConstraintsType} proxy or null.
*/
- @objid ("ab1acc5f-486e-4593-a8e1-8391a3cfce69")
+ @objid ("411bad29-e136-48f9-bcdf-bd67881e7101")
public static PropertyConstraintsType instantiate(final ModelElement obj) {
return PropertyConstraintsType.canInstantiate(obj) ? new PropertyConstraintsType(obj) : null;
}
@@ -86,7 +86,7 @@ public static PropertyConstraintsType instantiate(final ModelElement obj) {
* @return a {@link PropertyConstraintsType} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("4c85312d-eb1a-410f-a072-2a42476d1c9b")
+ @objid ("02e1734c-bfae-41d5-a745-a61ebf385020")
public static PropertyConstraintsType safeInstantiate(final ModelElement obj) throws IllegalArgumentException {
if (PropertyConstraintsType.canInstantiate(obj))
return new PropertyConstraintsType(obj);
@@ -100,7 +100,7 @@ public static PropertyConstraintsType safeInstantiate(final ModelElement obj) th
* null
*
*/
- @objid ("4f543a37-4ae8-474b-8dbb-0de12db0a50d")
+ @objid ("53c22f1d-8af6-4bb8-a22e-e7084474a65d")
public void addPropertyConstraint(final TPropertyConstraint obj) {
if (obj != null) {
IModelingSession session = ModelingSessionRegistry.getSession(this.elt);
@@ -110,7 +110,7 @@ public void addPropertyConstraint(final TPropertyConstraint obj) {
}
}
- @objid ("986e2ea4-b52b-44ed-8b5b-3f8afe0fd284")
+ @objid ("32886959-4478-4cf6-ae7e-9abe5d58d872")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -130,7 +130,7 @@ public boolean equals(final Object obj) {
* Get the underlying {@link ModelElement}.
* @return the ModelElement represented by this proxy, never null.
*/
- @objid ("01736960-ce1d-487c-9bb7-5e1fb544e54d")
+ @objid ("b0083761-859a-4692-b729-d8ec93daaab5")
public ModelElement getElement() {
return this.elt;
}
@@ -141,7 +141,7 @@ public ModelElement getElement() {
* null
*
*/
- @objid ("24612632-c1df-4c30-a533-900fb621a634")
+ @objid ("cb2a03bd-e526-4c8d-bc94-7c67d0211628")
public ListStereotype description:
*
null
true if the instantiation can be carried out else false.
*/
- @objid ("80bd67f5-083a-4eae-ada7-c8cd4fe97f0e")
+ @objid ("92cfa084-ba37-413b-a36a-92f156cb1926")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof ModelElement) && (PropertyConstraintsType1.MdaTypes.STEREOTYPE_ELT!=null) && ((ModelElement) elt).isStereotyped(PropertyConstraintsType1.MdaTypes.STEREOTYPE_ELT));
}
@@ -59,7 +59,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link PropertyConstraintsType1} proxy on the created {@link ModelElement}.
*/
- @objid ("9f7534e7-f8a1-40a2-9ee9-d631131055ec")
+ @objid ("45394d59-890d-4cf8-83f8-b734ce7e3aaf")
public static PropertyConstraintsType1 create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Infrastructure.ModelElement");
e.getExtension().add(PropertyConstraintsType1.MdaTypes.STEREOTYPE_ELT);
@@ -73,7 +73,7 @@ public static PropertyConstraintsType1 create(final IModelingSession session) {
* @param obj a ModelElement
* @return a {@link PropertyConstraintsType1} proxy or null.
*/
- @objid ("bdab94c6-7bc6-476b-bc6e-ad958e4f0bdf")
+ @objid ("d6b10d57-f8f3-43e3-a59e-d9d6b5195359")
public static PropertyConstraintsType1 instantiate(final ModelElement obj) {
return PropertyConstraintsType1.canInstantiate(obj) ? new PropertyConstraintsType1(obj) : null;
}
@@ -86,7 +86,7 @@ public static PropertyConstraintsType1 instantiate(final ModelElement obj) {
* @return a {@link PropertyConstraintsType1} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("e4d2fd97-7eb0-4629-be4b-d7e8c0bd699d")
+ @objid ("568ab706-b68d-40f9-99d1-ba8ede214d79")
public static PropertyConstraintsType1 safeInstantiate(final ModelElement obj) throws IllegalArgumentException {
if (PropertyConstraintsType1.canInstantiate(obj))
return new PropertyConstraintsType1(obj);
@@ -100,7 +100,7 @@ public static PropertyConstraintsType1 safeInstantiate(final ModelElement obj) t
* null
*
*/
- @objid ("d2f63078-05cd-49c8-9a96-4210ebb76a8a")
+ @objid ("d81e352f-a786-41bb-a86a-0d08dd9284c0")
public void addPropertyConstraint(final TPropertyConstraint obj) {
if (obj != null) {
IModelingSession session = ModelingSessionRegistry.getSession(this.elt);
@@ -110,7 +110,7 @@ public void addPropertyConstraint(final TPropertyConstraint obj) {
}
}
- @objid ("1e15d3d4-3bd0-4d8a-9681-4f8833d5da1a")
+ @objid ("d8002eab-a86c-4721-94c3-c5aa3deee743")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -130,7 +130,7 @@ public boolean equals(final Object obj) {
* Get the underlying {@link ModelElement}.
* @return the ModelElement represented by this proxy, never null.
*/
- @objid ("aa2e9f34-b9a8-4cc2-ab25-bdde8b572a6c")
+ @objid ("afdfc1b5-525d-46c2-9046-1402d68bef38")
public ModelElement getElement() {
return this.elt;
}
@@ -141,7 +141,7 @@ public ModelElement getElement() {
* null
*
*/
- @objid ("b8f1cd54-3a14-4b4a-a679-197cc4b91700")
+ @objid ("e63309f6-f25e-44d4-9ef3-e6e4633862d9")
public ListStereotype description:
*
null
true if the instantiation can be carried out else false.
*/
- @objid ("19e5681d-640d-49dd-a1a8-346da0ba58ed")
+ @objid ("61995211-a0bb-44e2-9592-51a2933037cb")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof ModelElement) && (PropertyMappingsType.MdaTypes.STEREOTYPE_ELT!=null) && ((ModelElement) elt).isStereotyped(PropertyMappingsType.MdaTypes.STEREOTYPE_ELT));
}
@@ -59,7 +59,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link PropertyMappingsType} proxy on the created {@link ModelElement}.
*/
- @objid ("103d1be5-fb8a-4890-bcd5-e0333bc1edad")
+ @objid ("486cfc7d-c0b2-4ff6-8793-909c670dcd31")
public static PropertyMappingsType create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Infrastructure.ModelElement");
e.getExtension().add(PropertyMappingsType.MdaTypes.STEREOTYPE_ELT);
@@ -73,7 +73,7 @@ public static PropertyMappingsType create(final IModelingSession session) {
* @param obj a ModelElement
* @return a {@link PropertyMappingsType} proxy or null.
*/
- @objid ("a1d4edf0-8873-4a69-8efc-e65a8c1717ec")
+ @objid ("4dabd166-f33b-4019-8932-b482c85ee43d")
public static PropertyMappingsType instantiate(final ModelElement obj) {
return PropertyMappingsType.canInstantiate(obj) ? new PropertyMappingsType(obj) : null;
}
@@ -86,7 +86,7 @@ public static PropertyMappingsType instantiate(final ModelElement obj) {
* @return a {@link PropertyMappingsType} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("a592d5d2-f0cd-4259-98e1-ebe68815559c")
+ @objid ("bd44a742-836c-477d-8bbd-7cf95663e004")
public static PropertyMappingsType safeInstantiate(final ModelElement obj) throws IllegalArgumentException {
if (PropertyMappingsType.canInstantiate(obj))
return new PropertyMappingsType(obj);
@@ -100,7 +100,7 @@ public static PropertyMappingsType safeInstantiate(final ModelElement obj) throw
* null
*
*/
- @objid ("10832915-0eda-4109-b277-62961290620a")
+ @objid ("e32e5609-0147-4796-ab7e-3a0208c0beda")
public void addPropertyMapping(final TPropertyMapping obj) {
if (obj != null) {
IModelingSession session = ModelingSessionRegistry.getSession(this.elt);
@@ -110,7 +110,7 @@ public void addPropertyMapping(final TPropertyMapping obj) {
}
}
- @objid ("9aec42f5-b1ff-4283-84e0-6682f22f5eed")
+ @objid ("3ffb094c-102d-403c-9f43-8921f0d990a2")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -130,7 +130,7 @@ public boolean equals(final Object obj) {
* Get the underlying {@link ModelElement}.
* @return the ModelElement represented by this proxy, never null.
*/
- @objid ("3bf8d5d0-93cc-43da-be63-a0453a9a4675")
+ @objid ("86eb63d3-7fc3-4c3f-bb86-769fa7fd6ead")
public ModelElement getElement() {
return this.elt;
}
@@ -141,7 +141,7 @@ public ModelElement getElement() {
* null
*
*/
- @objid ("93c43a8a-87d8-4004-b120-f8385dccc2f1")
+ @objid ("130b209b-e65f-4c88-a454-840293c6cb7b")
public ListStereotype description:
*
null
true if the instantiation can be carried out else false.
*/
- @objid ("89a68762-cb89-4270-b38b-3a51c1b1cd12")
+ @objid ("83716c8f-af44-4e81-85b3-c25e8f9a67bf")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof ModelElement) && (RelationshipConstraintType.MdaTypes.STEREOTYPE_ELT!=null) && ((ModelElement) elt).isStereotyped(RelationshipConstraintType.MdaTypes.STEREOTYPE_ELT));
}
@@ -62,7 +62,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link RelationshipConstraintType} proxy on the created {@link ModelElement}.
*/
- @objid ("4eb31d56-9a75-4c16-b7a9-74d9aba4d110")
+ @objid ("68068fc0-33eb-472f-8172-af7525eb0a43")
public static RelationshipConstraintType create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Infrastructure.ModelElement");
e.getExtension().add(RelationshipConstraintType.MdaTypes.STEREOTYPE_ELT);
@@ -76,7 +76,7 @@ public static RelationshipConstraintType create(final IModelingSession session)
* @param obj a ModelElement
* @return a {@link RelationshipConstraintType} proxy or null.
*/
- @objid ("0c2c9201-c709-4eec-b977-5f21d122bbac")
+ @objid ("e4c12b10-a0df-4452-b29f-722457ac7e3c")
public static RelationshipConstraintType instantiate(final ModelElement obj) {
return RelationshipConstraintType.canInstantiate(obj) ? new RelationshipConstraintType(obj) : null;
}
@@ -89,7 +89,7 @@ public static RelationshipConstraintType instantiate(final ModelElement obj) {
* @return a {@link RelationshipConstraintType} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("da4a2a8b-5200-49f0-a681-c23783bc3b7f")
+ @objid ("c78c3a5e-d825-449c-94ba-15b01621672b")
public static RelationshipConstraintType safeInstantiate(final ModelElement obj) throws IllegalArgumentException {
if (RelationshipConstraintType.canInstantiate(obj))
return new RelationshipConstraintType(obj);
@@ -97,7 +97,7 @@ public static RelationshipConstraintType safeInstantiate(final ModelElement obj)
throw new IllegalArgumentException("RelationshipConstraintType: Cannot instantiate "+obj+": wrong element type or stereotype");
}
- @objid ("22298a21-349f-4664-a6df-9f85b58b0734")
+ @objid ("623e3535-c20c-4b61-919d-2ee77bc7911a")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -118,7 +118,7 @@ public boolean equals(final Object obj) {
* Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Stereotype description:
*
null
true if the instantiation can be carried out else false.
*/
- @objid ("499cadd2-3f4b-422a-b5d9-44a27c63f39e")
+ @objid ("53001339-5710-4894-a897-e5a206b48a7b")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof ModelElement) && (RelationshipConstraintsType.MdaTypes.STEREOTYPE_ELT!=null) && ((ModelElement) elt).isStereotyped(RelationshipConstraintsType.MdaTypes.STEREOTYPE_ELT));
}
@@ -59,7 +59,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link RelationshipConstraintsType} proxy on the created {@link ModelElement}.
*/
- @objid ("881745d4-d9cb-4ae8-9741-55774fa06b08")
+ @objid ("ff7925a6-d89a-4a62-89cf-316f401435c1")
public static RelationshipConstraintsType create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Infrastructure.ModelElement");
e.getExtension().add(RelationshipConstraintsType.MdaTypes.STEREOTYPE_ELT);
@@ -73,7 +73,7 @@ public static RelationshipConstraintsType create(final IModelingSession session)
* @param obj a ModelElement
* @return a {@link RelationshipConstraintsType} proxy or null.
*/
- @objid ("99347538-ac4d-4774-9564-dbf8b1d7f153")
+ @objid ("7ca5dba5-3b63-4505-9380-14585af68ed8")
public static RelationshipConstraintsType instantiate(final ModelElement obj) {
return RelationshipConstraintsType.canInstantiate(obj) ? new RelationshipConstraintsType(obj) : null;
}
@@ -86,7 +86,7 @@ public static RelationshipConstraintsType instantiate(final ModelElement obj) {
* @return a {@link RelationshipConstraintsType} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("f14b6225-abd9-4a27-8102-2e38bfeb5eaa")
+ @objid ("d7262cc3-4a23-4515-a78d-ddbb65000659")
public static RelationshipConstraintsType safeInstantiate(final ModelElement obj) throws IllegalArgumentException {
if (RelationshipConstraintsType.canInstantiate(obj))
return new RelationshipConstraintsType(obj);
@@ -100,7 +100,7 @@ public static RelationshipConstraintsType safeInstantiate(final ModelElement obj
* null
*
*/
- @objid ("aca40cd1-ad86-480f-a305-ee6c9ef85ff9")
+ @objid ("8b530c87-8a2c-4890-874e-c01ef2d44f91")
public void addRelationshipConstraint(final RelationshipConstraintType obj) {
if (obj != null) {
IModelingSession session = ModelingSessionRegistry.getSession(this.elt);
@@ -110,7 +110,7 @@ public void addRelationshipConstraint(final RelationshipConstraintType obj) {
}
}
- @objid ("e4d50752-08a1-46be-bc7d-c3be48099d36")
+ @objid ("9cc2b755-aadc-4589-ac3b-9a007b4b8422")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -130,7 +130,7 @@ public boolean equals(final Object obj) {
* Get the underlying {@link ModelElement}.
* @return the ModelElement represented by this proxy, never null.
*/
- @objid ("aba9227f-d4f0-492b-b6e3-a3a3d5c681fd")
+ @objid ("4144b38b-209d-4cd0-b404-15cf58562b10")
public ModelElement getElement() {
return this.elt;
}
@@ -141,7 +141,7 @@ public ModelElement getElement() {
* null
*
*/
- @objid ("e2149921-a30a-4b60-aed4-2669a1881691")
+ @objid ("1bb8f99a-ffdf-4425-8ece-a92578fddbef")
public ListStereotype description:
*
null
true if the instantiation can be carried out else false.
*/
- @objid ("d9ea390b-ffec-45b6-a255-d6726324b4fc")
+ @objid ("a3093d0a-181b-4375-9eb4-e84680433ec2")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof ModelElement) && (RelationshipOperationType.MdaTypes.STEREOTYPE_ELT!=null) && ((ModelElement) elt).isStereotyped(RelationshipOperationType.MdaTypes.STEREOTYPE_ELT));
}
@@ -65,7 +65,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link RelationshipOperationType} proxy on the created {@link ModelElement}.
*/
- @objid ("2618fbe8-d81d-4014-84b1-41886167a9e3")
+ @objid ("8ed53eb0-47ea-46b7-9483-78bb6d79f50e")
public static RelationshipOperationType create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Infrastructure.ModelElement");
e.getExtension().add(RelationshipOperationType.MdaTypes.STEREOTYPE_ELT);
@@ -79,7 +79,7 @@ public static RelationshipOperationType create(final IModelingSession session) {
* @param obj a ModelElement
* @return a {@link RelationshipOperationType} proxy or null.
*/
- @objid ("25d59866-ccca-4e5b-b4c0-55b0f4ad6e82")
+ @objid ("27cc5cb9-df13-41df-9635-0b1dbcf31562")
public static RelationshipOperationType instantiate(final ModelElement obj) {
return RelationshipOperationType.canInstantiate(obj) ? new RelationshipOperationType(obj) : null;
}
@@ -92,7 +92,7 @@ public static RelationshipOperationType instantiate(final ModelElement obj) {
* @return a {@link RelationshipOperationType} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("bdd3e6f3-27bd-481a-9224-253d9ae90cdb")
+ @objid ("04e8fe60-49f2-4571-afeb-1385985c7ddb")
public static RelationshipOperationType safeInstantiate(final ModelElement obj) throws IllegalArgumentException {
if (RelationshipOperationType.canInstantiate(obj))
return new RelationshipOperationType(obj);
@@ -100,7 +100,7 @@ public static RelationshipOperationType safeInstantiate(final ModelElement obj)
throw new IllegalArgumentException("RelationshipOperationType: Cannot instantiate "+obj+": wrong element type or stereotype");
}
- @objid ("85461b5d-87d8-498b-9842-f7f9f7586243")
+ @objid ("363488f2-5c70-41f2-b676-9bf2bac33ec2")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -120,7 +120,7 @@ public boolean equals(final Object obj) {
* Get the underlying {@link ModelElement}.
* @return the ModelElement represented by this proxy, never null.
*/
- @objid ("ad821a3c-6f1e-4a1c-989a-1005b05a8407")
+ @objid ("b91413d7-7d18-4f33-b86c-9f6f93ae6557")
public ModelElement getElement() {
return this.elt;
}
@@ -130,7 +130,7 @@ public ModelElement getElement() {
* Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Stereotype description:
*
null
true if the instantiation can be carried out else false.
*/
- @objid ("f432de86-b3ce-40a2-836c-d6dd8dea7d0f")
+ @objid ("e5948b66-147d-4973-961f-9f28880996be")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof ModelElement) && (RequirementsType1.MdaTypes.STEREOTYPE_ELT!=null) && ((ModelElement) elt).isStereotyped(RequirementsType1.MdaTypes.STEREOTYPE_ELT));
}
@@ -59,7 +59,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link RequirementsType1} proxy on the created {@link ModelElement}.
*/
- @objid ("7da12d89-a8bb-49f4-b15c-ccef06ce623b")
+ @objid ("ee41bcbd-997c-4c12-8672-4605f56c7d36")
public static RequirementsType1 create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Infrastructure.ModelElement");
e.getExtension().add(RequirementsType1.MdaTypes.STEREOTYPE_ELT);
@@ -73,7 +73,7 @@ public static RequirementsType1 create(final IModelingSession session) {
* @param obj a ModelElement
* @return a {@link RequirementsType1} proxy or null.
*/
- @objid ("1a9fcd11-9cb4-4cb5-8e09-efe94a506277")
+ @objid ("44f57659-7569-4ead-a307-7fb7f8de2adf")
public static RequirementsType1 instantiate(final ModelElement obj) {
return RequirementsType1.canInstantiate(obj) ? new RequirementsType1(obj) : null;
}
@@ -86,7 +86,7 @@ public static RequirementsType1 instantiate(final ModelElement obj) {
* @return a {@link RequirementsType1} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("4a1ba31f-818d-4431-8faf-7dc1e5f5db48")
+ @objid ("75356774-a36e-4c2c-9b97-ec2758c4e380")
public static RequirementsType1 safeInstantiate(final ModelElement obj) throws IllegalArgumentException {
if (RequirementsType1.canInstantiate(obj))
return new RequirementsType1(obj);
@@ -100,7 +100,7 @@ public static RequirementsType1 safeInstantiate(final ModelElement obj) throws I
* null
*
*/
- @objid ("89694d54-20fe-44d3-89c4-e212e5628dd1")
+ @objid ("d879ff89-ecfc-49a9-b2cc-bd4a6c97b84c")
public void addRequirement(final TRequirementRef obj) {
if (obj != null) {
IModelingSession session = ModelingSessionRegistry.getSession(this.elt);
@@ -110,7 +110,7 @@ public void addRequirement(final TRequirementRef obj) {
}
}
- @objid ("19742a67-a3f3-4fec-a1a8-c33cbd162b51")
+ @objid ("37e67af8-ece0-4f77-89dc-fd9ef71d89c4")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -130,7 +130,7 @@ public boolean equals(final Object obj) {
* Get the underlying {@link ModelElement}.
* @return the ModelElement represented by this proxy, never null.
*/
- @objid ("263c1c28-ebc4-47f3-9f6f-bacf4c668db4")
+ @objid ("0cb751b5-af1c-471e-9f64-d6a34704f3f5")
public ModelElement getElement() {
return this.elt;
}
@@ -141,7 +141,7 @@ public ModelElement getElement() {
* null
*
*/
- @objid ("732bfd81-801a-42b4-80d7-5818be7b3651")
+ @objid ("07d9017c-0777-4ce6-9367-085b1a33d447")
public ListStereotype description:
*
null
true if the instantiation can be carried out else false.
*/
- @objid ("5b80d4c5-e402-4e13-9d31-4f48ea027f03")
+ @objid ("c8689637-fbed-424f-b2ca-cc222f8b649f")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof ModelElement) && (SourceInterfacesType.MdaTypes.STEREOTYPE_ELT!=null) && ((ModelElement) elt).isStereotyped(SourceInterfacesType.MdaTypes.STEREOTYPE_ELT));
}
@@ -60,7 +60,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link SourceInterfacesType} proxy on the created {@link ModelElement}.
*/
- @objid ("07a357d8-9dca-4033-9264-118ffac738f5")
+ @objid ("2126f1f2-b7e1-45fc-9bb0-073fd3690f27")
public static SourceInterfacesType create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Infrastructure.ModelElement");
e.getExtension().add(SourceInterfacesType.MdaTypes.STEREOTYPE_ELT);
@@ -74,7 +74,7 @@ public static SourceInterfacesType create(final IModelingSession session) {
* @param obj a ModelElement
* @return a {@link SourceInterfacesType} proxy or null.
*/
- @objid ("2b7f4b88-6392-4c14-8695-240da2a5ae24")
+ @objid ("8bdb2ce4-d4c4-4dff-83c4-f5c160f90986")
public static SourceInterfacesType instantiate(final ModelElement obj) {
return SourceInterfacesType.canInstantiate(obj) ? new SourceInterfacesType(obj) : null;
}
@@ -87,7 +87,7 @@ public static SourceInterfacesType instantiate(final ModelElement obj) {
* @return a {@link SourceInterfacesType} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("e2436e91-c7ba-43ba-a9eb-22e185fe160b")
+ @objid ("36fbcbba-3c41-40e2-80f3-0b4d3e23a473")
public static SourceInterfacesType safeInstantiate(final ModelElement obj) throws IllegalArgumentException {
if (SourceInterfacesType.canInstantiate(obj))
return new SourceInterfacesType(obj);
@@ -101,7 +101,7 @@ public static SourceInterfacesType safeInstantiate(final ModelElement obj) throw
* null
*
*/
- @objid ("24836517-1a09-47c5-b30a-845b22c1fa83")
+ @objid ("15c2988f-9efb-44fb-8d5c-55b83766b146")
public void addInterface(final TInterface obj) {
if (obj != null) {
IModelingSession session = ModelingSessionRegistry.getSession(this.elt);
@@ -111,7 +111,7 @@ public void addInterface(final TInterface obj) {
}
}
- @objid ("82606594-4729-4bc4-b320-83c09997d550")
+ @objid ("f87cd8bc-0a92-4c1c-b0f8-1e8f711aa3d9")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -131,7 +131,7 @@ public boolean equals(final Object obj) {
* Get the underlying {@link ModelElement}.
* @return the ModelElement represented by this proxy, never null.
*/
- @objid ("1e3400f1-945b-4c56-b844-bd5e1ee80c8b")
+ @objid ("a8f7ca91-4db5-4aad-955c-6a919bba928e")
public ModelElement getElement() {
return this.elt;
}
@@ -142,7 +142,7 @@ public ModelElement getElement() {
* null
*
*/
- @objid ("49d115bc-c447-4ab9-9c9d-0bd30870d790")
+ @objid ("287a6273-7fec-42a1-835a-eab086e46799")
public ListStereotype description:
*
null
true if the instantiation can be carried out else false.
*/
- @objid ("e2bb4599-5d0a-4b14-92da-68b247d47ccd")
+ @objid ("6d4308e5-d57b-4500-8ebe-f44f3aae2476")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof ModelElement) && (TAppliesTo.MdaTypes.STEREOTYPE_ELT!=null) && ((ModelElement) elt).isStereotyped(TAppliesTo.MdaTypes.STEREOTYPE_ELT));
}
@@ -59,7 +59,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link TAppliesTo} proxy on the created {@link ModelElement}.
*/
- @objid ("e5447201-0c6a-48c5-9295-c30833a3992c")
+ @objid ("f194928f-c52a-4544-909e-c5e00b52dcc0")
public static TAppliesTo create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Infrastructure.ModelElement");
e.getExtension().add(TAppliesTo.MdaTypes.STEREOTYPE_ELT);
@@ -73,7 +73,7 @@ public static TAppliesTo create(final IModelingSession session) {
* @param obj a ModelElement
* @return a {@link TAppliesTo} proxy or null.
*/
- @objid ("0736d35d-e4af-4b14-9f0c-9dac31111656")
+ @objid ("ad5e0e3a-6dbe-4ca9-b84c-af162d27fd07")
public static TAppliesTo instantiate(final ModelElement obj) {
return TAppliesTo.canInstantiate(obj) ? new TAppliesTo(obj) : null;
}
@@ -86,7 +86,7 @@ public static TAppliesTo instantiate(final ModelElement obj) {
* @return a {@link TAppliesTo} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("85439abb-0b3e-4697-81dc-8d1c18379f91")
+ @objid ("91a6a936-df26-4826-8ff3-5fe3bc619797")
public static TAppliesTo safeInstantiate(final ModelElement obj) throws IllegalArgumentException {
if (TAppliesTo.canInstantiate(obj))
return new TAppliesTo(obj);
@@ -100,7 +100,7 @@ public static TAppliesTo safeInstantiate(final ModelElement obj) throws IllegalA
* null
*
*/
- @objid ("ecb4e8bf-36a1-4ea7-878d-b73758004e7b")
+ @objid ("1e1193c3-4c1d-40bf-ac6b-afdd120a0656")
public void addNodeTypeReference(final NodeTypeReferenceType obj) {
if (obj != null) {
IModelingSession session = ModelingSessionRegistry.getSession(this.elt);
@@ -110,7 +110,7 @@ public void addNodeTypeReference(final NodeTypeReferenceType obj) {
}
}
- @objid ("e307cbfa-fd58-4840-a368-1ba43716d3e5")
+ @objid ("c061becc-d2c4-4454-87e8-6f3584135f19")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -130,7 +130,7 @@ public boolean equals(final Object obj) {
* Get the underlying {@link ModelElement}.
* @return the ModelElement represented by this proxy, never null.
*/
- @objid ("61f9428f-146c-4406-99ce-30140f7bf92b")
+ @objid ("304551a9-f7c8-4288-97a2-3e7e4842f864")
public ModelElement getElement() {
return this.elt;
}
@@ -141,7 +141,7 @@ public ModelElement getElement() {
* null
*
*/
- @objid ("f1242455-ed26-440d-943d-1bd0be415dea")
+ @objid ("cbca6fd6-dbb3-43ac-a0b4-c3c8a8fb1838")
public ListStereotype description:
*
null
true if the instantiation can be carried out else false.
*/
- @objid ("ea67552f-4f23-4073-ab8a-969472b3fb3c")
+ @objid ("1083d954-3518-4483-a565-007bc616d1d0")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof ModelElement) && (TArtifactReference.MdaTypes.STEREOTYPE_ELT!=null) && ((ModelElement) elt).isStereotyped(TArtifactReference.MdaTypes.STEREOTYPE_ELT));
}
@@ -68,7 +68,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link TArtifactReference} proxy on the created {@link ModelElement}.
*/
- @objid ("fe6c67ab-21e6-426d-9641-d25c73864d10")
+ @objid ("50bc585f-1e45-446e-b93f-d9feceb2cd5f")
public static TArtifactReference create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Infrastructure.ModelElement");
e.getExtension().add(TArtifactReference.MdaTypes.STEREOTYPE_ELT);
@@ -82,7 +82,7 @@ public static TArtifactReference create(final IModelingSession session) {
* @param obj a ModelElement
* @return a {@link TArtifactReference} proxy or null.
*/
- @objid ("77669399-f110-43d0-8126-d20e7c7fdd81")
+ @objid ("6fc389cc-180a-4c96-bf8c-075d9075ca24")
public static TArtifactReference instantiate(final ModelElement obj) {
return TArtifactReference.canInstantiate(obj) ? new TArtifactReference(obj) : null;
}
@@ -95,7 +95,7 @@ public static TArtifactReference instantiate(final ModelElement obj) {
* @return a {@link TArtifactReference} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("acb06d77-eb7c-4db8-8d16-f777f1f421e4")
+ @objid ("af1b0069-e508-4d23-8625-ff26a9694f35")
public static TArtifactReference safeInstantiate(final ModelElement obj) throws IllegalArgumentException {
if (TArtifactReference.canInstantiate(obj))
return new TArtifactReference(obj);
@@ -103,7 +103,7 @@ public static TArtifactReference safeInstantiate(final ModelElement obj) throws
throw new IllegalArgumentException("TArtifactReference: Cannot instantiate "+obj+": wrong element type or stereotype");
}
- @objid ("85e075fb-3dfd-476f-ab5a-bdda39b09d63")
+ @objid ("abf186be-7ebb-4bbf-863e-7cd110cfaffa")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -123,7 +123,7 @@ public boolean equals(final Object obj) {
* Get the underlying {@link ModelElement}.
* @return the ModelElement represented by this proxy, never null.
*/
- @objid ("1fd748b8-407a-41a5-ac83-2c258e58008c")
+ @objid ("85deb584-07cb-4e61-b712-66ab04b0a4ba")
public ModelElement getElement() {
return this.elt;
}
@@ -133,7 +133,7 @@ public ModelElement getElement() {
* Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Stereotype description:
*
null
true if the instantiation can be carried out else false.
*/
- @objid ("a2a5e9cf-aa2e-45dc-83a0-165d7cf677b4")
+ @objid ("e72ac0a0-a352-485c-8f77-2bf6bb7e4a9f")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof ModelElement) && (TArtifactTemplate.MdaTypes.STEREOTYPE_ELT!=null) && ((ModelElement) elt).isStereotyped(TArtifactTemplate.MdaTypes.STEREOTYPE_ELT));
}
@@ -56,7 +56,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link TArtifactTemplate} proxy on the created {@link ModelElement}.
*/
- @objid ("d2bd5d01-8413-4f0e-96de-cab0122f1f53")
+ @objid ("fc2071c6-9886-4016-8519-f24e90580a48")
public static TArtifactTemplate create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Infrastructure.ModelElement");
e.getExtension().add(TArtifactTemplate.MdaTypes.STEREOTYPE_ELT);
@@ -70,7 +70,7 @@ public static TArtifactTemplate create(final IModelingSession session) {
* @param obj a ModelElement
* @return a {@link TArtifactTemplate} proxy or null.
*/
- @objid ("c7c45f4b-e4dc-4af1-994b-189286649c44")
+ @objid ("dca271af-d855-483e-94f6-3860621bd854")
public static TArtifactTemplate instantiate(final ModelElement obj) {
return TArtifactTemplate.canInstantiate(obj) ? new TArtifactTemplate(obj) : null;
}
@@ -83,7 +83,7 @@ public static TArtifactTemplate instantiate(final ModelElement obj) {
* @return a {@link TArtifactTemplate} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("7ed198ad-b062-4e04-a933-7c09b41f0c74")
+ @objid ("a0bd1458-204a-4d87-97fe-5809b32e43cf")
public static TArtifactTemplate safeInstantiate(final ModelElement obj) throws IllegalArgumentException {
if (TArtifactTemplate.canInstantiate(obj))
return new TArtifactTemplate(obj);
@@ -91,7 +91,7 @@ public static TArtifactTemplate safeInstantiate(final ModelElement obj) throws I
throw new IllegalArgumentException("TArtifactTemplate: Cannot instantiate "+obj+": wrong element type or stereotype");
}
- @objid ("75efb7ea-a1a5-4630-a09e-4477802c516d")
+ @objid ("8614254f-db37-4694-80e0-a7939a937854")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -112,7 +112,7 @@ public boolean equals(final Object obj) {
* Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Stereotype description:
*
null
true if the instantiation can be carried out else false.
*/
- @objid ("1a688f2d-4d60-4c70-8475-11f3326e66e7")
+ @objid ("0cca18bf-764b-4f0a-97ed-a51d620562cf")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof ModelElement) && (TCapabilityRef.MdaTypes.STEREOTYPE_ELT!=null) && ((ModelElement) elt).isStereotyped(TCapabilityRef.MdaTypes.STEREOTYPE_ELT));
}
@@ -62,7 +62,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link TCapabilityRef} proxy on the created {@link ModelElement}.
*/
- @objid ("bcee3f17-12d1-4fc9-99f7-9b8683c969ed")
+ @objid ("4f91839d-23e3-4f11-9d7a-07c752ddbc9b")
public static TCapabilityRef create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Infrastructure.ModelElement");
e.getExtension().add(TCapabilityRef.MdaTypes.STEREOTYPE_ELT);
@@ -76,7 +76,7 @@ public static TCapabilityRef create(final IModelingSession session) {
* @param obj a ModelElement
* @return a {@link TCapabilityRef} proxy or null.
*/
- @objid ("8fc4eeb1-f419-4834-96e3-29a87f268c5b")
+ @objid ("6f9782fb-96b1-41c8-a309-3171d98f2a0f")
public static TCapabilityRef instantiate(final ModelElement obj) {
return TCapabilityRef.canInstantiate(obj) ? new TCapabilityRef(obj) : null;
}
@@ -89,7 +89,7 @@ public static TCapabilityRef instantiate(final ModelElement obj) {
* @return a {@link TCapabilityRef} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("a8514c71-e0db-44c1-bfbe-a69f0d56c16b")
+ @objid ("a5d7ba21-b9fd-44cb-be93-859abd3267f0")
public static TCapabilityRef safeInstantiate(final ModelElement obj) throws IllegalArgumentException {
if (TCapabilityRef.canInstantiate(obj))
return new TCapabilityRef(obj);
@@ -97,7 +97,7 @@ public static TCapabilityRef safeInstantiate(final ModelElement obj) throws Ille
throw new IllegalArgumentException("TCapabilityRef: Cannot instantiate "+obj+": wrong element type or stereotype");
}
- @objid ("c84b5a6f-d133-4a95-bc56-0d366555022e")
+ @objid ("ab074420-98fa-43fc-b41b-db6a221b2b77")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -117,7 +117,7 @@ public boolean equals(final Object obj) {
* Get the underlying {@link ModelElement}.
* @return the ModelElement represented by this proxy, never null.
*/
- @objid ("959235f5-e78f-4897-b7eb-087a79c7004f")
+ @objid ("d29c1016-8575-46e3-beba-89fe783a3d29")
public ModelElement getElement() {
return this.elt;
}
@@ -127,7 +127,7 @@ public ModelElement getElement() {
* Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Stereotype description:
*
null
true if the instantiation can be carried out else false.
*/
- @objid ("9f014675-c291-4b20-9bfb-5d951854c92f")
+ @objid ("4a88877d-5b10-4119-9289-09e84d6a4aa9")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof ModelElement) && (TCondition.MdaTypes.STEREOTYPE_ELT!=null) && ((ModelElement) elt).isStereotyped(TCondition.MdaTypes.STEREOTYPE_ELT));
}
@@ -62,7 +62,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link TCondition} proxy on the created {@link ModelElement}.
*/
- @objid ("5e768d09-515d-43de-a89b-92bfd5cab966")
+ @objid ("641049b5-3ca5-4e12-b7ed-1be490bed617")
public static TCondition create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Infrastructure.ModelElement");
e.getExtension().add(TCondition.MdaTypes.STEREOTYPE_ELT);
@@ -76,7 +76,7 @@ public static TCondition create(final IModelingSession session) {
* @param obj a ModelElement
* @return a {@link TCondition} proxy or null.
*/
- @objid ("8818386d-a082-436e-8620-15f34525f932")
+ @objid ("84546f72-0d4f-46ac-9af1-9baf9ba14933")
public static TCondition instantiate(final ModelElement obj) {
return TCondition.canInstantiate(obj) ? new TCondition(obj) : null;
}
@@ -89,7 +89,7 @@ public static TCondition instantiate(final ModelElement obj) {
* @return a {@link TCondition} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("612faf8f-9ff5-4e16-a25c-8e4c8b0e8eb9")
+ @objid ("61f8d88f-6869-4f25-9476-fddabd28532b")
public static TCondition safeInstantiate(final ModelElement obj) throws IllegalArgumentException {
if (TCondition.canInstantiate(obj))
return new TCondition(obj);
@@ -97,7 +97,7 @@ public static TCondition safeInstantiate(final ModelElement obj) throws IllegalA
throw new IllegalArgumentException("TCondition: Cannot instantiate "+obj+": wrong element type or stereotype");
}
- @objid ("7e0e1f84-ff9b-473b-a781-065335d2bcdf")
+ @objid ("eb89a41b-650f-421f-9ecd-092c5e639792")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -118,7 +118,7 @@ public boolean equals(final Object obj) {
* Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Stereotype description:
*
null
true if the instantiation can be carried out else false.
*/
- @objid ("26ee2c8e-9c50-4c9b-b4d1-e51eb2ad9569")
+ @objid ("b66940bd-0e56-4f1d-ba73-ec663354a57e")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof ModelElement) && (TConstraint.MdaTypes.STEREOTYPE_ELT!=null) && ((ModelElement) elt).isStereotyped(TConstraint.MdaTypes.STEREOTYPE_ELT));
}
@@ -62,7 +62,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link TConstraint} proxy on the created {@link ModelElement}.
*/
- @objid ("cf241401-bb96-4c24-919c-77c66f3345d2")
+ @objid ("c354315e-32fc-4abc-b8eb-6981712354f9")
public static TConstraint create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Infrastructure.ModelElement");
e.getExtension().add(TConstraint.MdaTypes.STEREOTYPE_ELT);
@@ -76,7 +76,7 @@ public static TConstraint create(final IModelingSession session) {
* @param obj a ModelElement
* @return a {@link TConstraint} proxy or null.
*/
- @objid ("2f59b921-bf05-49ab-8a2e-d535af2b0215")
+ @objid ("7682ff37-6924-4e0a-8e7f-4959a08936ba")
public static TConstraint instantiate(final ModelElement obj) {
return TConstraint.canInstantiate(obj) ? new TConstraint(obj) : null;
}
@@ -89,7 +89,7 @@ public static TConstraint instantiate(final ModelElement obj) {
* @return a {@link TConstraint} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("71c2ff70-0dfa-4833-b73c-b2ae33251406")
+ @objid ("9b02e469-8414-42a0-ac89-1d3477c4d34a")
public static TConstraint safeInstantiate(final ModelElement obj) throws IllegalArgumentException {
if (TConstraint.canInstantiate(obj))
return new TConstraint(obj);
@@ -97,7 +97,7 @@ public static TConstraint safeInstantiate(final ModelElement obj) throws Illegal
throw new IllegalArgumentException("TConstraint: Cannot instantiate "+obj+": wrong element type or stereotype");
}
- @objid ("f8273b4e-8994-4f74-934b-b13cad4efd68")
+ @objid ("ed7a7096-61d4-4a63-b9d7-5267cd3bf45e")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -118,7 +118,7 @@ public boolean equals(final Object obj) {
* Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Stereotype description:
*
null
true if the instantiation can be carried out else false.
*/
- @objid ("f8bfb82a-70b4-43f9-bd50-64cc98169499")
+ @objid ("ca432bba-b853-4fa9-b342-29988d5076fd")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof ModelElement) && (TDefinitions.MdaTypes.STEREOTYPE_ELT!=null) && ((ModelElement) elt).isStereotyped(TDefinitions.MdaTypes.STEREOTYPE_ELT));
}
@@ -104,7 +104,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link TDefinitions} proxy on the created {@link ModelElement}.
*/
- @objid ("84a00c95-7757-4bba-bf3a-b9b3f073493c")
+ @objid ("ee3cb9cb-d5e4-49a6-916c-0c364bbe3dd8")
public static TDefinitions create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Infrastructure.ModelElement");
e.getExtension().add(TDefinitions.MdaTypes.STEREOTYPE_ELT);
@@ -118,7 +118,7 @@ public static TDefinitions create(final IModelingSession session) {
* @param obj a ModelElement
* @return a {@link TDefinitions} proxy or null.
*/
- @objid ("7dcfa726-5ef3-4187-85c8-65cf79826dc5")
+ @objid ("c4ff27be-3dcd-41b1-a571-7062da79b9a9")
public static TDefinitions instantiate(final ModelElement obj) {
return TDefinitions.canInstantiate(obj) ? new TDefinitions(obj) : null;
}
@@ -131,7 +131,7 @@ public static TDefinitions instantiate(final ModelElement obj) {
* @return a {@link TDefinitions} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("a8397eaa-1cb2-4157-92ee-62bda62d0934")
+ @objid ("ad333ca2-1705-47c0-91b6-abac6362a113")
public static TDefinitions safeInstantiate(final ModelElement obj) throws IllegalArgumentException {
if (TDefinitions.canInstantiate(obj))
return new TDefinitions(obj);
@@ -139,7 +139,7 @@ public static TDefinitions safeInstantiate(final ModelElement obj) throws Illega
throw new IllegalArgumentException("TDefinitions: Cannot instantiate "+obj+": wrong element type or stereotype");
}
- @objid ("47cc65b9-ae3b-4719-b6af-2e8e4262839b")
+ @objid ("cd72a25a-a532-4e19-aad6-5fd14f48245d")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -160,7 +160,7 @@ public boolean equals(final Object obj) {
* Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Stereotype description:
*
null
true if the instantiation can be carried out else false.
*/
- @objid ("bbde4d83-2dbc-40cc-96cf-978a4881cf35")
+ @objid ("83abf26b-6419-41dd-bd5a-809d6d301295")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof ModelElement) && (TEntityTemplate.MdaTypes.STEREOTYPE_ELT!=null) && ((ModelElement) elt).isStereotyped(TEntityTemplate.MdaTypes.STEREOTYPE_ELT));
}
@@ -65,7 +65,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link TEntityTemplate} proxy on the created {@link ModelElement}.
*/
- @objid ("1da83523-a9bd-49c3-afdb-785e0117fad9")
+ @objid ("dd73f260-656e-4e1d-aa59-26d181d493d8")
public static TEntityTemplate create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Infrastructure.ModelElement");
e.getExtension().add(TEntityTemplate.MdaTypes.STEREOTYPE_ELT);
@@ -79,7 +79,7 @@ public static TEntityTemplate create(final IModelingSession session) {
* @param obj a ModelElement
* @return a {@link TEntityTemplate} proxy or null.
*/
- @objid ("73b96675-21f9-42a1-aba2-69e31e21be5e")
+ @objid ("8bd16378-ab84-4727-a084-c80dc2d941d8")
public static TEntityTemplate instantiate(final ModelElement obj) {
return TEntityTemplate.canInstantiate(obj) ? new TEntityTemplate(obj) : null;
}
@@ -92,7 +92,7 @@ public static TEntityTemplate instantiate(final ModelElement obj) {
* @return a {@link TEntityTemplate} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("fd1bca2a-f580-4e36-85d8-77ec69032186")
+ @objid ("3eef92f5-5e47-454e-b8dd-7d472d20e03d")
public static TEntityTemplate safeInstantiate(final ModelElement obj) throws IllegalArgumentException {
if (TEntityTemplate.canInstantiate(obj))
return new TEntityTemplate(obj);
@@ -100,7 +100,7 @@ public static TEntityTemplate safeInstantiate(final ModelElement obj) throws Ill
throw new IllegalArgumentException("TEntityTemplate: Cannot instantiate "+obj+": wrong element type or stereotype");
}
- @objid ("ae39acda-f82f-4dc7-8984-4f83846dc84e")
+ @objid ("1757a8f7-8a24-415b-89d8-c3cf3dafb108")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -121,7 +121,7 @@ public boolean equals(final Object obj) {
* Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Stereotype description:
*
null
true if the instantiation can be carried out else false.
*/
- @objid ("506707ea-3ba8-41e9-b7b8-7e406decf6ec")
+ @objid ("26da2a17-3309-4075-ba33-b0f8472403d1")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof ModelElement) && (TExportedInterface.MdaTypes.STEREOTYPE_ELT!=null) && ((ModelElement) elt).isStereotyped(TExportedInterface.MdaTypes.STEREOTYPE_ELT));
}
@@ -59,7 +59,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link TExportedInterface} proxy on the created {@link ModelElement}.
*/
- @objid ("bdb3681d-0d3a-4793-865c-9ff0361f1fff")
+ @objid ("1e9a9472-797a-4f4c-9e4f-74bd4bee6e42")
public static TExportedInterface create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Infrastructure.ModelElement");
e.getExtension().add(TExportedInterface.MdaTypes.STEREOTYPE_ELT);
@@ -73,7 +73,7 @@ public static TExportedInterface create(final IModelingSession session) {
* @param obj a ModelElement
* @return a {@link TExportedInterface} proxy or null.
*/
- @objid ("02fa49f4-da8c-486b-95a0-7e02599c5716")
+ @objid ("ed17607d-0423-4545-b063-02b0f9b75194")
public static TExportedInterface instantiate(final ModelElement obj) {
return TExportedInterface.canInstantiate(obj) ? new TExportedInterface(obj) : null;
}
@@ -86,7 +86,7 @@ public static TExportedInterface instantiate(final ModelElement obj) {
* @return a {@link TExportedInterface} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("1f4fbc56-d7d4-4a77-8a8e-3b5f2c32338b")
+ @objid ("415ad566-813f-4eca-a8a7-773f3c0095fa")
public static TExportedInterface safeInstantiate(final ModelElement obj) throws IllegalArgumentException {
if (TExportedInterface.canInstantiate(obj))
return new TExportedInterface(obj);
@@ -100,7 +100,7 @@ public static TExportedInterface safeInstantiate(final ModelElement obj) throws
* null
*
*/
- @objid ("484cb12f-1a2e-4102-80ec-8bf56898689b")
+ @objid ("dd004110-7485-4e71-8185-a98878d341d0")
public void addOperation(final TExportedOperation obj) {
if (obj != null) {
IModelingSession session = ModelingSessionRegistry.getSession(this.elt);
@@ -110,7 +110,7 @@ public void addOperation(final TExportedOperation obj) {
}
}
- @objid ("44234df2-918d-4756-bf9d-11d189fbfe8b")
+ @objid ("23f6817a-ad13-4888-8610-1efd46f61ed4")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -130,7 +130,7 @@ public boolean equals(final Object obj) {
* Get the underlying {@link ModelElement}.
* @return the ModelElement represented by this proxy, never null.
*/
- @objid ("7d1f7e27-cb2b-487f-bd49-4cff7c8cefde")
+ @objid ("79e609cc-0ad6-417d-a07e-570f6a28993f")
public ModelElement getElement() {
return this.elt;
}
@@ -141,7 +141,7 @@ public ModelElement getElement() {
* null
*
*/
- @objid ("cf271e02-2c08-4895-9d43-0d97db67de13")
+ @objid ("e896170c-9f08-445b-ae3f-af46619e3044")
public ListStereotype description:
*
null
true if the instantiation can be carried out else false.
*/
- @objid ("260b24cf-00e1-4a28-a98f-4d59e3bccee1")
+ @objid ("d1199b3c-d5c9-4b7d-a952-8c735c332452")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof ModelElement) && (TExportedOperation.MdaTypes.STEREOTYPE_ELT!=null) && ((ModelElement) elt).isStereotyped(TExportedOperation.MdaTypes.STEREOTYPE_ELT));
}
@@ -65,7 +65,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link TExportedOperation} proxy on the created {@link ModelElement}.
*/
- @objid ("4bef5209-462c-4b12-abf4-ca4c85baf3db")
+ @objid ("fffcd212-235f-41fc-b538-1943a13ce3b6")
public static TExportedOperation create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Infrastructure.ModelElement");
e.getExtension().add(TExportedOperation.MdaTypes.STEREOTYPE_ELT);
@@ -79,7 +79,7 @@ public static TExportedOperation create(final IModelingSession session) {
* @param obj a ModelElement
* @return a {@link TExportedOperation} proxy or null.
*/
- @objid ("dcf773b1-0c2d-47be-9b16-7eb3b42d5c0d")
+ @objid ("4f4fa64d-20f6-4057-a445-69647a70d7b5")
public static TExportedOperation instantiate(final ModelElement obj) {
return TExportedOperation.canInstantiate(obj) ? new TExportedOperation(obj) : null;
}
@@ -92,7 +92,7 @@ public static TExportedOperation instantiate(final ModelElement obj) {
* @return a {@link TExportedOperation} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("e008a49e-6ef3-4723-9a4d-410190887df4")
+ @objid ("b0dc97e8-27f9-4938-8803-19bfc0b22bf3")
public static TExportedOperation safeInstantiate(final ModelElement obj) throws IllegalArgumentException {
if (TExportedOperation.canInstantiate(obj))
return new TExportedOperation(obj);
@@ -100,7 +100,7 @@ public static TExportedOperation safeInstantiate(final ModelElement obj) throws
throw new IllegalArgumentException("TExportedOperation: Cannot instantiate "+obj+": wrong element type or stereotype");
}
- @objid ("4e52e301-9244-4fe8-b6a5-330fe4f02ead")
+ @objid ("1d492b13-9239-4a3e-b3ca-41b6ae694663")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -120,7 +120,7 @@ public boolean equals(final Object obj) {
* Get the underlying {@link ModelElement}.
* @return the ModelElement represented by this proxy, never null.
*/
- @objid ("832f0865-ce77-4042-a9ca-9894f55258a1")
+ @objid ("e48e7ba5-c0cc-4c3d-aa40-c3b8398d80f8")
public ModelElement getElement() {
return this.elt;
}
@@ -130,7 +130,7 @@ public ModelElement getElement() {
* Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Stereotype description:
*
null
true if the instantiation can be carried out else false.
*/
- @objid ("07e97c4b-cad7-4b01-b912-474e9d6304c3")
+ @objid ("cd8674ac-e2ba-4738-89c5-bd1ebb512e4e")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof ModelElement) && (TExtensibleElements.MdaTypes.STEREOTYPE_ELT!=null) && ((ModelElement) elt).isStereotyped(TExtensibleElements.MdaTypes.STEREOTYPE_ELT));
}
@@ -68,7 +68,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link TExtensibleElements} proxy on the created {@link ModelElement}.
*/
- @objid ("ff0402f2-ad4b-42ec-aedc-2f38063c2968")
+ @objid ("fc85eeb9-b7ad-42e5-9b63-8b1f9dc9f3af")
public static TExtensibleElements create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Infrastructure.ModelElement");
e.getExtension().add(TExtensibleElements.MdaTypes.STEREOTYPE_ELT);
@@ -82,7 +82,7 @@ public static TExtensibleElements create(final IModelingSession session) {
* @param obj a ModelElement
* @return a {@link TExtensibleElements} proxy or null.
*/
- @objid ("33644179-5fa8-4470-8238-df3ac700ea90")
+ @objid ("039c5c8e-9771-459e-bf5e-b395d0768eb6")
public static TExtensibleElements instantiate(final ModelElement obj) {
return TExtensibleElements.canInstantiate(obj) ? new TExtensibleElements(obj) : null;
}
@@ -95,7 +95,7 @@ public static TExtensibleElements instantiate(final ModelElement obj) {
* @return a {@link TExtensibleElements} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("1461566e-9abf-45d3-8bc2-13ab88d896a1")
+ @objid ("f705a930-9392-45a2-9f93-821fa601c493")
public static TExtensibleElements safeInstantiate(final ModelElement obj) throws IllegalArgumentException {
if (TExtensibleElements.canInstantiate(obj))
return new TExtensibleElements(obj);
@@ -109,7 +109,7 @@ public static TExtensibleElements safeInstantiate(final ModelElement obj) throws
* null
*
*/
- @objid ("cdbf2090-64fe-48c8-bbc8-d7cb57b31f7f")
+ @objid ("a5643ecd-4b38-407e-a641-cf2f5b202925")
public void addDocumentation(final TDocumentation obj) {
if (obj != null) {
IModelingSession session = ModelingSessionRegistry.getSession(this.elt);
@@ -119,7 +119,7 @@ public void addDocumentation(final TDocumentation obj) {
}
}
- @objid ("a7b7494f-3332-49b6-9290-c50238e9fe56")
+ @objid ("f8dd4958-238f-4ea5-91ed-63252602aad9")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -140,7 +140,7 @@ public boolean equals(final Object obj) {
* Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Stereotype description:
*
null
true if the instantiation can be carried out else false.
*/
- @objid ("dd7a7af5-c9fe-4368-b086-b6a39d728270")
+ @objid ("0ea903c4-1ff4-407e-99cb-16bb69fb0783")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof ModelElement) && (TExtension.MdaTypes.STEREOTYPE_ELT!=null) && ((ModelElement) elt).isStereotyped(TExtension.MdaTypes.STEREOTYPE_ELT));
}
@@ -56,7 +56,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link TExtension} proxy on the created {@link ModelElement}.
*/
- @objid ("71f408ac-e7e6-4178-8885-a09f13dc1b32")
+ @objid ("68d83588-0c86-4716-9ecd-4d053e4dc3f1")
public static TExtension create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Infrastructure.ModelElement");
e.getExtension().add(TExtension.MdaTypes.STEREOTYPE_ELT);
@@ -70,7 +70,7 @@ public static TExtension create(final IModelingSession session) {
* @param obj a ModelElement
* @return a {@link TExtension} proxy or null.
*/
- @objid ("6182d568-6938-4cc9-9404-d940aaa5d7aa")
+ @objid ("c55fa138-8d73-4577-9823-077e1989ca0d")
public static TExtension instantiate(final ModelElement obj) {
return TExtension.canInstantiate(obj) ? new TExtension(obj) : null;
}
@@ -83,7 +83,7 @@ public static TExtension instantiate(final ModelElement obj) {
* @return a {@link TExtension} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("192092bb-9a7a-4676-83fa-062c72a9d5a5")
+ @objid ("a9fcb4b9-aac2-4295-a9bd-af93dda3f0d7")
public static TExtension safeInstantiate(final ModelElement obj) throws IllegalArgumentException {
if (TExtension.canInstantiate(obj))
return new TExtension(obj);
@@ -91,7 +91,7 @@ public static TExtension safeInstantiate(final ModelElement obj) throws IllegalA
throw new IllegalArgumentException("TExtension: Cannot instantiate "+obj+": wrong element type or stereotype");
}
- @objid ("b2578821-f4e4-4ff1-881e-513395f21cb1")
+ @objid ("7e49c301-bfb6-4773-80a9-230bbae94429")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -111,7 +111,7 @@ public boolean equals(final Object obj) {
* Get the underlying {@link ModelElement}.
* @return the ModelElement represented by this proxy, never null.
*/
- @objid ("3a6ea643-7730-4b24-858a-65e9618db869")
+ @objid ("8c6d1dbc-e267-42cc-92f8-1d62d19534af")
@Override
public ModelElement getElement() {
return (ModelElement)super.getElement();
@@ -122,7 +122,7 @@ public ModelElement getElement() {
* Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Stereotype description:
*
null
true if the instantiation can be carried out else false.
*/
- @objid ("88e1c7f6-baa7-4cbf-9184-f67df7b9037f")
+ @objid ("d29a4225-26a1-4910-af60-19523010813e")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof ModelElement) && (TExtensions.MdaTypes.STEREOTYPE_ELT!=null) && ((ModelElement) elt).isStereotyped(TExtensions.MdaTypes.STEREOTYPE_ELT));
}
@@ -48,7 +48,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link TExtensions} proxy on the created {@link ModelElement}.
*/
- @objid ("230b4c11-adf2-4a49-8175-00045b09e824")
+ @objid ("a988bf24-bf37-4651-a749-51a9f7930dbe")
public static TExtensions create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Infrastructure.ModelElement");
e.getExtension().add(TExtensions.MdaTypes.STEREOTYPE_ELT);
@@ -62,7 +62,7 @@ public static TExtensions create(final IModelingSession session) {
* @param obj a ModelElement
* @return a {@link TExtensions} proxy or null.
*/
- @objid ("492a5df1-512f-43b1-94b3-3d168a7060ad")
+ @objid ("fdff45e1-e419-4b22-a93a-b68bffe87cb1")
public static TExtensions instantiate(final ModelElement obj) {
return TExtensions.canInstantiate(obj) ? new TExtensions(obj) : null;
}
@@ -75,7 +75,7 @@ public static TExtensions instantiate(final ModelElement obj) {
* @return a {@link TExtensions} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("e6aa57ed-bfc6-444d-9993-2b09f21840d1")
+ @objid ("68470e4e-db70-49ef-883a-f8af27cbdb9f")
public static TExtensions safeInstantiate(final ModelElement obj) throws IllegalArgumentException {
if (TExtensions.canInstantiate(obj))
return new TExtensions(obj);
@@ -83,7 +83,7 @@ public static TExtensions safeInstantiate(final ModelElement obj) throws Illegal
throw new IllegalArgumentException("TExtensions: Cannot instantiate "+obj+": wrong element type or stereotype");
}
- @objid ("e88cb9ee-ba4e-42dd-8dc9-a991bd2e4d1f")
+ @objid ("c9184137-7063-4a58-b75a-d46a5a872996")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -103,36 +103,36 @@ public boolean equals(final Object obj) {
* Get the underlying {@link ModelElement}.
* @return the ModelElement represented by this proxy, never null.
*/
- @objid ("ee611263-75ed-45e2-83e2-2d3c87173e54")
+ @objid ("3d0380dc-ab24-4344-a4ed-e84afbd6dbd4")
@Override
public ModelElement getElement() {
return (ModelElement)super.getElement();
}
- @objid ("960bb1c1-0832-4127-b7b2-4ed54ef4033b")
+ @objid ("24b82290-329c-4b12-b95d-527422c18877")
@Override
public int hashCode() {
return 23 + ((this.elt == null) ? 0 : this.elt.hashCode());
}
- @objid ("d56c6f24-25d6-436f-8a54-39fd45998963")
+ @objid ("6d45d701-77e6-4c2b-b146-0e3be5d59462")
protected TExtensions(final ModelElement elt) {
super(elt);
}
- @objid ("52a30eef-2612-4066-8055-2f3030985e82")
+ @objid ("d19ca841-0b39-47ff-9677-d9790932571a")
public static final class MdaTypes {
- @objid ("bcf8fcb5-3291-410c-ab4c-e27aed0bddbd")
+ @objid ("63b9841c-8c46-443f-aa91-48fa2f5aed39")
public static Stereotype STEREOTYPE_ELT;
- @objid ("2c28a0e7-e488-4ec7-89d9-c8caa2f5d650")
+ @objid ("8a7c2ceb-3337-44d0-974c-796ffea6287b")
private static Stereotype MDAASSOCDEP;
- @objid ("f35ba6d6-ca53-4b18-a164-656b5f8b037f")
+ @objid ("dbde4948-49fc-4fa9-95cf-f56020f5164b")
private static TagType MDAASSOCDEP_ROLE;
- @objid ("82f641fd-04f9-43c7-a9e7-6a39f84065fb")
+ @objid ("789a2705-c3f2-4b39-a90b-e15f43bcd387")
public static void init(final IModelingSession session) throws MdaProxyException {
List Stereotype description:
*
null
true if the instantiation can be carried out else false.
*/
- @objid ("cec772e9-f4d8-4386-846a-0c70ee92f6d7")
+ @objid ("845e52fe-c7d6-47d9-85d3-42706525796e")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof ModelElement) && (TImplementationArtifact.MdaTypes.STEREOTYPE_ELT!=null) && ((ModelElement) elt).isStereotyped(TImplementationArtifact.MdaTypes.STEREOTYPE_ELT));
}
@@ -62,7 +62,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link TImplementationArtifact} proxy on the created {@link ModelElement}.
*/
- @objid ("93936923-8010-4831-af10-569594732b42")
+ @objid ("8bda9366-6f4c-433c-8ead-8d6649e1426d")
public static TImplementationArtifact create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Infrastructure.ModelElement");
e.getExtension().add(TImplementationArtifact.MdaTypes.STEREOTYPE_ELT);
@@ -76,7 +76,7 @@ public static TImplementationArtifact create(final IModelingSession session) {
* @param obj a ModelElement
* @return a {@link TImplementationArtifact} proxy or null.
*/
- @objid ("b2f54286-2ef1-467d-beef-6e91127ba162")
+ @objid ("0f49d9fe-574b-4d9d-9370-91b926a49221")
public static TImplementationArtifact instantiate(final ModelElement obj) {
return TImplementationArtifact.canInstantiate(obj) ? new TImplementationArtifact(obj) : null;
}
@@ -89,7 +89,7 @@ public static TImplementationArtifact instantiate(final ModelElement obj) {
* @return a {@link TImplementationArtifact} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("a3e3b74b-e001-4f07-b767-214a960f52ea")
+ @objid ("b5a8dfeb-f4f1-4a1c-bcc1-e05e999568f4")
public static TImplementationArtifact safeInstantiate(final ModelElement obj) throws IllegalArgumentException {
if (TImplementationArtifact.canInstantiate(obj))
return new TImplementationArtifact(obj);
@@ -97,7 +97,7 @@ public static TImplementationArtifact safeInstantiate(final ModelElement obj) th
throw new IllegalArgumentException("TImplementationArtifact: Cannot instantiate "+obj+": wrong element type or stereotype");
}
- @objid ("06bd61c5-bfd0-4673-a8f5-0e2922a96929")
+ @objid ("47abc782-ab51-4467-b04c-083330cce57a")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -118,7 +118,7 @@ public boolean equals(final Object obj) {
* Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Stereotype description:
*
null
true if the instantiation can be carried out else false.
*/
- @objid ("a4611536-13f9-457c-afd3-bbd585556a48")
+ @objid ("ee23b056-0449-4322-9a1b-d673947f2fae")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof ModelElement) && (TImplementationArtifacts.MdaTypes.STEREOTYPE_ELT!=null) && ((ModelElement) elt).isStereotyped(TImplementationArtifacts.MdaTypes.STEREOTYPE_ELT));
}
@@ -54,7 +54,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link TImplementationArtifacts} proxy on the created {@link ModelElement}.
*/
- @objid ("fb26ed22-9046-4d1a-aa17-c12d729e509c")
+ @objid ("10856bc8-d9c3-4389-8b89-49f70ef0c08b")
public static TImplementationArtifacts create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Infrastructure.ModelElement");
e.getExtension().add(TImplementationArtifacts.MdaTypes.STEREOTYPE_ELT);
@@ -68,7 +68,7 @@ public static TImplementationArtifacts create(final IModelingSession session) {
* @param obj a ModelElement
* @return a {@link TImplementationArtifacts} proxy or null.
*/
- @objid ("bf135b11-6f07-474f-9262-62c591ca8f1b")
+ @objid ("8a1f91c3-da8e-427d-ad3f-3e651265f19b")
public static TImplementationArtifacts instantiate(final ModelElement obj) {
return TImplementationArtifacts.canInstantiate(obj) ? new TImplementationArtifacts(obj) : null;
}
@@ -81,7 +81,7 @@ public static TImplementationArtifacts instantiate(final ModelElement obj) {
* @return a {@link TImplementationArtifacts} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("4b189d31-b852-4e14-8c27-19913a2ecc3e")
+ @objid ("099d0a16-45ce-4027-bd5c-4f45be33f284")
public static TImplementationArtifacts safeInstantiate(final ModelElement obj) throws IllegalArgumentException {
if (TImplementationArtifacts.canInstantiate(obj))
return new TImplementationArtifacts(obj);
@@ -89,7 +89,7 @@ public static TImplementationArtifacts safeInstantiate(final ModelElement obj) t
throw new IllegalArgumentException("TImplementationArtifacts: Cannot instantiate "+obj+": wrong element type or stereotype");
}
- @objid ("d1104843-171c-4df0-863a-a75560e50721")
+ @objid ("3ac47c9e-0209-47e4-b56e-2bd50f3049cf")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -109,35 +109,35 @@ public boolean equals(final Object obj) {
* Get the underlying {@link ModelElement}.
* @return the ModelElement represented by this proxy, never null.
*/
- @objid ("f664e7ec-978a-42e7-8488-b27823e8f734")
+ @objid ("ea19b07e-6f0c-46f2-870d-1f1a5ec96a3a")
public ModelElement getElement() {
return this.elt;
}
- @objid ("bdab55ad-5878-47be-9c62-d8525caf1d18")
+ @objid ("909dc623-a470-43e5-a610-4c9e5734b5da")
@Override
public int hashCode() {
return 23 + ((this.elt == null) ? 0 : this.elt.hashCode());
}
- @objid ("2216868a-abe1-43bf-a960-5f0caeb3b229")
+ @objid ("3695aa31-f58b-4fed-9751-4c1a5136e45e")
protected TImplementationArtifacts(final ModelElement elt) {
this.elt = elt;
}
- @objid ("02a58cbc-6bbd-4f84-89b5-a88535e44f65")
+ @objid ("a1a99b86-08a6-4ad4-945e-14290276dcde")
public static final class MdaTypes {
- @objid ("9532a33b-3bb2-4cf9-8707-4f1fe0a0837f")
+ @objid ("780ac2cc-fbe2-4631-aca8-c1b41162c1e7")
public static Stereotype STEREOTYPE_ELT;
- @objid ("9bdd0577-d431-4e35-8f3c-ce5d1c3e14ad")
+ @objid ("7a51d9d2-e748-45ca-bba1-b0be520b0cd1")
private static Stereotype MDAASSOCDEP;
- @objid ("07fc7eb7-e49c-434a-bd54-65e30d467031")
+ @objid ("127fcd51-9564-4445-b729-3774d48435e6")
private static TagType MDAASSOCDEP_ROLE;
- @objid ("49d3b03c-ec54-4c4f-ac46-9123b9247b85")
+ @objid ("32eb8b2e-91d7-444a-a8f7-8c023c428696")
public static void init(final IModelingSession session) throws MdaProxyException {
List Stereotype description:
*
null
true if the instantiation can be carried out else false.
*/
- @objid ("5d785014-1e17-41e5-94cb-19ebbabba3c8")
+ @objid ("d360ac78-5877-4647-b863-de2738b2a6e8")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof ModelElement) && (TPropertyConstraint.MdaTypes.STEREOTYPE_ELT!=null) && ((ModelElement) elt).isStereotyped(TPropertyConstraint.MdaTypes.STEREOTYPE_ELT));
}
@@ -48,7 +48,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link TPropertyConstraint} proxy on the created {@link ModelElement}.
*/
- @objid ("01e3bd44-642d-49c3-8b26-dc620603a919")
+ @objid ("0d54793c-a9a8-4344-8833-fbc94850305c")
public static TPropertyConstraint create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Infrastructure.ModelElement");
e.getExtension().add(TPropertyConstraint.MdaTypes.STEREOTYPE_ELT);
@@ -62,7 +62,7 @@ public static TPropertyConstraint create(final IModelingSession session) {
* @param obj a ModelElement
* @return a {@link TPropertyConstraint} proxy or null.
*/
- @objid ("49e43836-bb98-49d9-92e2-ab207cb65014")
+ @objid ("759b1c0b-b6ab-4252-b76a-68bb42585788")
public static TPropertyConstraint instantiate(final ModelElement obj) {
return TPropertyConstraint.canInstantiate(obj) ? new TPropertyConstraint(obj) : null;
}
@@ -75,7 +75,7 @@ public static TPropertyConstraint instantiate(final ModelElement obj) {
* @return a {@link TPropertyConstraint} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("7ab9a3f1-7faf-48b7-9487-5a00a1560fd9")
+ @objid ("6d12cbb8-8fb2-48da-8d45-2e44e03af30d")
public static TPropertyConstraint safeInstantiate(final ModelElement obj) throws IllegalArgumentException {
if (TPropertyConstraint.canInstantiate(obj))
return new TPropertyConstraint(obj);
@@ -83,7 +83,7 @@ public static TPropertyConstraint safeInstantiate(final ModelElement obj) throws
throw new IllegalArgumentException("TPropertyConstraint: Cannot instantiate "+obj+": wrong element type or stereotype");
}
- @objid ("a66eb6ee-9bab-4d65-8d4f-ae3d069d0cea")
+ @objid ("041cb7c9-ec66-4f72-bb6c-ee8c6492e86c")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -103,36 +103,36 @@ public boolean equals(final Object obj) {
* Get the underlying {@link ModelElement}.
* @return the ModelElement represented by this proxy, never null.
*/
- @objid ("f2decafb-8371-47ea-b5e9-74699a215f6b")
+ @objid ("9e264a84-63a1-4366-b1de-c7251e086ab8")
@Override
public ModelElement getElement() {
return (ModelElement)super.getElement();
}
- @objid ("dc5bd917-7080-4c39-a085-4bfed371390b")
+ @objid ("078246c6-7fda-4632-8b9c-1c5531117cea")
@Override
public int hashCode() {
return 23 + ((this.elt == null) ? 0 : this.elt.hashCode());
}
- @objid ("e8f8627c-a05b-4c51-9e30-6a55ff623d56")
+ @objid ("b5ff1b2c-61ee-40ad-9cb2-ae112b7f34ca")
protected TPropertyConstraint(final ModelElement elt) {
super(elt);
}
- @objid ("1375dca8-66c7-4307-bf50-b7f3fc71f66c")
+ @objid ("a0c1c0ab-f1ec-4a12-a133-c61715b01228")
public static final class MdaTypes {
- @objid ("3f851e5d-8a88-4ba4-a0d8-0d5efba534f2")
+ @objid ("7dc4fe36-4828-4f5c-8dbd-ca00819d184b")
public static Stereotype STEREOTYPE_ELT;
- @objid ("bcedf428-ae62-42e4-b7b3-dcdcd5a9cf19")
+ @objid ("3078d92a-fb66-4a3f-b6a7-c5c9287fb035")
private static Stereotype MDAASSOCDEP;
- @objid ("d2669389-6c77-4451-9688-593eb7d2154e")
+ @objid ("dea85a27-451d-44f3-9b39-d2610d2804e4")
private static TagType MDAASSOCDEP_ROLE;
- @objid ("15b4b7d7-bd69-4284-b329-9134f00cdc88")
+ @objid ("11049410-11d5-4d2f-ad41-7c47c1806505")
public static void init(final IModelingSession session) throws MdaProxyException {
List Stereotype description:
*
null
true if the instantiation can be carried out else false.
*/
- @objid ("d404b267-bed4-43e4-9626-e03ed6671841")
+ @objid ("a9428510-4060-4a38-8440-9cf148732b11")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof ModelElement) && (TPropertyMapping.MdaTypes.STEREOTYPE_ELT!=null) && ((ModelElement) elt).isStereotyped(TPropertyMapping.MdaTypes.STEREOTYPE_ELT));
}
@@ -65,7 +65,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link TPropertyMapping} proxy on the created {@link ModelElement}.
*/
- @objid ("dbad9bef-bdca-482d-a5de-99dc149e9793")
+ @objid ("cb176866-44d3-4ab0-aed7-ed831c18ff5a")
public static TPropertyMapping create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Infrastructure.ModelElement");
e.getExtension().add(TPropertyMapping.MdaTypes.STEREOTYPE_ELT);
@@ -79,7 +79,7 @@ public static TPropertyMapping create(final IModelingSession session) {
* @param obj a ModelElement
* @return a {@link TPropertyMapping} proxy or null.
*/
- @objid ("a86a3d79-0c36-42c1-aa77-bcbf04f564be")
+ @objid ("205293d9-7333-433d-804f-a457fb639a25")
public static TPropertyMapping instantiate(final ModelElement obj) {
return TPropertyMapping.canInstantiate(obj) ? new TPropertyMapping(obj) : null;
}
@@ -92,7 +92,7 @@ public static TPropertyMapping instantiate(final ModelElement obj) {
* @return a {@link TPropertyMapping} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("9e3d7736-6149-4a11-9eda-690dfca5cebf")
+ @objid ("7e8a97aa-345c-43fb-83ad-0ccd5decca63")
public static TPropertyMapping safeInstantiate(final ModelElement obj) throws IllegalArgumentException {
if (TPropertyMapping.canInstantiate(obj))
return new TPropertyMapping(obj);
@@ -100,7 +100,7 @@ public static TPropertyMapping safeInstantiate(final ModelElement obj) throws Il
throw new IllegalArgumentException("TPropertyMapping: Cannot instantiate "+obj+": wrong element type or stereotype");
}
- @objid ("ac721195-77b9-4ab0-a6f0-b5934dded629")
+ @objid ("6486672e-ea73-4b03-adf7-5393f0c964ef")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -120,7 +120,7 @@ public boolean equals(final Object obj) {
* Get the underlying {@link ModelElement}.
* @return the ModelElement represented by this proxy, never null.
*/
- @objid ("19694bc3-ba8e-4a4e-a40f-d5b076144ca9")
+ @objid ("b27c5dd8-7656-46e4-a682-c8674f6576c1")
public ModelElement getElement() {
return this.elt;
}
@@ -130,7 +130,7 @@ public ModelElement getElement() {
* Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Stereotype description:
*
null
true if the instantiation can be carried out else false.
*/
- @objid ("54d703ea-0089-46c7-ae2f-f4d820794b9e")
+ @objid ("4dbe9415-e9db-45e3-8aab-0809e5924335")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof ModelElement) && (TRequirementRef.MdaTypes.STEREOTYPE_ELT!=null) && ((ModelElement) elt).isStereotyped(TRequirementRef.MdaTypes.STEREOTYPE_ELT));
}
@@ -62,7 +62,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link TRequirementRef} proxy on the created {@link ModelElement}.
*/
- @objid ("381f9f4b-a71d-47ab-bb64-107971323eff")
+ @objid ("62ed09c7-bd28-4793-a172-67233d51709a")
public static TRequirementRef create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Infrastructure.ModelElement");
e.getExtension().add(TRequirementRef.MdaTypes.STEREOTYPE_ELT);
@@ -76,7 +76,7 @@ public static TRequirementRef create(final IModelingSession session) {
* @param obj a ModelElement
* @return a {@link TRequirementRef} proxy or null.
*/
- @objid ("c90b89d0-f31e-41e1-aca5-52a89b201618")
+ @objid ("5cd0d3fd-f62b-463e-82f1-a9b90863404f")
public static TRequirementRef instantiate(final ModelElement obj) {
return TRequirementRef.canInstantiate(obj) ? new TRequirementRef(obj) : null;
}
@@ -89,7 +89,7 @@ public static TRequirementRef instantiate(final ModelElement obj) {
* @return a {@link TRequirementRef} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("8967727c-c5ae-4b8a-9f43-2d5f73f9e056")
+ @objid ("3110efb1-e676-456a-9387-b0d85d9d0d77")
public static TRequirementRef safeInstantiate(final ModelElement obj) throws IllegalArgumentException {
if (TRequirementRef.canInstantiate(obj))
return new TRequirementRef(obj);
@@ -97,7 +97,7 @@ public static TRequirementRef safeInstantiate(final ModelElement obj) throws Ill
throw new IllegalArgumentException("TRequirementRef: Cannot instantiate "+obj+": wrong element type or stereotype");
}
- @objid ("682111f9-4aec-43f4-a7ca-d8ad46bd63d9")
+ @objid ("b849c30e-8173-4a09-9b36-e71730a34520")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -117,7 +117,7 @@ public boolean equals(final Object obj) {
* Get the underlying {@link ModelElement}.
* @return the ModelElement represented by this proxy, never null.
*/
- @objid ("81fc4632-58de-436e-902a-221afb2adf80")
+ @objid ("d3a9bce7-e354-42b4-9bf4-48079b951b5c")
public ModelElement getElement() {
return this.elt;
}
@@ -127,7 +127,7 @@ public ModelElement getElement() {
* Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Stereotype description:
*
null
true if the instantiation can be carried out else false.
*/
- @objid ("17478273-a23d-4979-a0f7-892ebcc46372")
+ @objid ("4db627f2-6a4b-421b-a7e3-929d2f79c0c3")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof ModelElement) && (TargetInterfacesType.MdaTypes.STEREOTYPE_ELT!=null) && ((ModelElement) elt).isStereotyped(TargetInterfacesType.MdaTypes.STEREOTYPE_ELT));
}
@@ -60,7 +60,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link TargetInterfacesType} proxy on the created {@link ModelElement}.
*/
- @objid ("dce99ba9-73c1-4292-9eb6-fe3781a72dad")
+ @objid ("cbdcf27f-d183-4ac9-9c7e-bcf150d9dc16")
public static TargetInterfacesType create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Infrastructure.ModelElement");
e.getExtension().add(TargetInterfacesType.MdaTypes.STEREOTYPE_ELT);
@@ -74,7 +74,7 @@ public static TargetInterfacesType create(final IModelingSession session) {
* @param obj a ModelElement
* @return a {@link TargetInterfacesType} proxy or null.
*/
- @objid ("94ccf84a-be48-4259-8e38-657a8979207a")
+ @objid ("78f4dc44-2684-49f0-b5d9-d5671cdbcc40")
public static TargetInterfacesType instantiate(final ModelElement obj) {
return TargetInterfacesType.canInstantiate(obj) ? new TargetInterfacesType(obj) : null;
}
@@ -87,7 +87,7 @@ public static TargetInterfacesType instantiate(final ModelElement obj) {
* @return a {@link TargetInterfacesType} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("91487ea1-d959-4be3-a9b3-3df6f6e0d26c")
+ @objid ("7e31da92-6d4a-4614-8561-8a48f2f0b01a")
public static TargetInterfacesType safeInstantiate(final ModelElement obj) throws IllegalArgumentException {
if (TargetInterfacesType.canInstantiate(obj))
return new TargetInterfacesType(obj);
@@ -101,7 +101,7 @@ public static TargetInterfacesType safeInstantiate(final ModelElement obj) throw
* null
*
*/
- @objid ("e4e34d5b-c4ee-42bf-b5dc-b642590e8e3d")
+ @objid ("6b3ab4a0-8701-4050-b34e-f40cbcfa5b63")
public void addInterface(final TInterface obj) {
if (obj != null) {
IModelingSession session = ModelingSessionRegistry.getSession(this.elt);
@@ -111,7 +111,7 @@ public void addInterface(final TInterface obj) {
}
}
- @objid ("8e742607-f6fa-4fcd-b204-26a381c49de0")
+ @objid ("b40752dd-1279-47f7-98ff-97f88496e7e2")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -131,7 +131,7 @@ public boolean equals(final Object obj) {
* Get the underlying {@link ModelElement}.
* @return the ModelElement represented by this proxy, never null.
*/
- @objid ("4d3c14e1-7953-4a7f-bcd9-1da5389e71e4")
+ @objid ("e8e4aacf-fd67-41f2-b6d0-320de5dfe69b")
public ModelElement getElement() {
return this.elt;
}
@@ -142,7 +142,7 @@ public ModelElement getElement() {
* null
*
*/
- @objid ("534f5397-7ab3-4ebb-a88f-ee2fdc115ce3")
+ @objid ("68ed0291-c58d-4279-a6fa-81d14a2c853f")
public ListStereotype description:
*
null
true if the instantiation can be carried out else false.
*/
- @objid ("866788c0-cace-472b-acf4-7fddccee6142")
+ @objid ("02689049-4037-4e9a-89cd-ad284f57bff9")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof ModelElement) && (ToscaElement.MdaTypes.STEREOTYPE_ELT!=null) && ((ModelElement) elt).isStereotyped(ToscaElement.MdaTypes.STEREOTYPE_ELT));
}
@@ -54,7 +54,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link ToscaElement} proxy on the created {@link ModelElement}.
*/
- @objid ("27bb98fd-2657-4f57-ae1a-418a8fbb5167")
+ @objid ("e8269bec-fa57-4215-949f-1417cd3d9045")
public static ToscaElement create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Infrastructure.ModelElement");
e.getExtension().add(ToscaElement.MdaTypes.STEREOTYPE_ELT);
@@ -68,7 +68,7 @@ public static ToscaElement create(final IModelingSession session) {
* @param obj a ModelElement
* @return a {@link ToscaElement} proxy or null.
*/
- @objid ("6eeb633d-01b0-4505-ab29-1cfa54717778")
+ @objid ("0f3690bb-4eb9-4792-893a-29643b57eeff")
public static ToscaElement instantiate(final ModelElement obj) {
return ToscaElement.canInstantiate(obj) ? new ToscaElement(obj) : null;
}
@@ -81,7 +81,7 @@ public static ToscaElement instantiate(final ModelElement obj) {
* @return a {@link ToscaElement} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("82cb9e41-aaf1-42bb-9245-1c5c96b6e5dc")
+ @objid ("01efe137-eec2-45d8-9a45-49aea5cf27bf")
public static ToscaElement safeInstantiate(final ModelElement obj) throws IllegalArgumentException {
if (ToscaElement.canInstantiate(obj))
return new ToscaElement(obj);
@@ -89,7 +89,7 @@ public static ToscaElement safeInstantiate(final ModelElement obj) throws Illega
throw new IllegalArgumentException("ToscaElement: Cannot instantiate "+obj+": wrong element type or stereotype");
}
- @objid ("9d6bbadb-dba5-43a9-bf32-3a8efbb8e4ab")
+ @objid ("c7aa558d-cf5b-4043-9a91-a48e1313cb71")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -109,35 +109,35 @@ public boolean equals(final Object obj) {
* Get the underlying {@link ModelElement}.
* @return the ModelElement represented by this proxy, never null.
*/
- @objid ("6e597123-9e4f-44d8-b747-3ed2565d2077")
+ @objid ("f90814a1-aa1d-4947-bd45-f16aa73645e0")
public ModelElement getElement() {
return this.elt;
}
- @objid ("3ae23a49-9185-4cb8-b716-55500ce9c5d8")
+ @objid ("40e2e483-0bd1-40b6-8ff7-d3ac3b9eed5c")
@Override
public int hashCode() {
return 23 + ((this.elt == null) ? 0 : this.elt.hashCode());
}
- @objid ("22b1686a-c35d-42ca-8546-e3d3135074c9")
+ @objid ("f199e00d-8f81-43aa-aea1-5e4cb95b96f7")
protected ToscaElement(final ModelElement elt) {
this.elt = elt;
}
- @objid ("737184ef-854b-4455-ac6a-d815c4391895")
+ @objid ("0e1d6c61-eec2-48f1-9b08-e6f895ce8eaf")
public static final class MdaTypes {
- @objid ("aeb6762c-7d61-4911-855a-5832b5192e08")
+ @objid ("a9904cba-970e-470d-be6b-01a6bd107f87")
public static Stereotype STEREOTYPE_ELT;
- @objid ("6cc93311-517b-45df-9e0d-bbfdfe3dc9ea")
+ @objid ("32fb8617-9ead-49ad-a5b1-582e4aaffd39")
private static Stereotype MDAASSOCDEP;
- @objid ("66863e31-2a86-4dcb-aae8-dc1a6c583cf8")
+ @objid ("fc15978a-744a-4b2d-bfe1-13cb671211bb")
private static TagType MDAASSOCDEP_ROLE;
- @objid ("6927c6ec-753f-4bd6-a2d5-0e3df2a74f00")
+ @objid ("0f32ec63-e431-4071-8a9c-a07428480ecf")
public static void init(final IModelingSession session) throws MdaProxyException {
List Stereotype description:
*
null
true if the instantiation can be carried out else false.
*/
- @objid ("e75b8a2f-66e6-4f54-b901-c1cb4b9d4596")
+ @objid ("f1a613de-e854-4778-a235-9aaaca1bba2a")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof Association) && (TRelationshipTemplate.MdaTypes.STEREOTYPE_ELT!=null) && ((Association) elt).isStereotyped(TRelationshipTemplate.MdaTypes.STEREOTYPE_ELT));
}
@@ -56,7 +56,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link TRelationshipTemplate} proxy on the created {@link Association}.
*/
- @objid ("1cd442b6-a2f8-44db-b2f0-06114da78b59")
+ @objid ("3ef8dc89-888b-4d95-8b43-7c2d9077a72e")
public static TRelationshipTemplate create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Standard.Association");
e.getExtension().add(TRelationshipTemplate.MdaTypes.STEREOTYPE_ELT);
@@ -70,7 +70,7 @@ public static TRelationshipTemplate create(final IModelingSession session) {
* @param obj a Association
* @return a {@link TRelationshipTemplate} proxy or null.
*/
- @objid ("9ed2706c-9698-4a04-8e32-04b0c1ba1e28")
+ @objid ("f000049b-6eb6-4d14-aa83-225f37aab2ce")
public static TRelationshipTemplate instantiate(final Association obj) {
return TRelationshipTemplate.canInstantiate(obj) ? new TRelationshipTemplate(obj) : null;
}
@@ -83,7 +83,7 @@ public static TRelationshipTemplate instantiate(final Association obj) {
* @return a {@link TRelationshipTemplate} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("f1fd339d-1416-4732-a698-4455add21b98")
+ @objid ("42c95f52-f3c3-4701-88f1-a414b1f8b4fb")
public static TRelationshipTemplate safeInstantiate(final Association obj) throws IllegalArgumentException {
if (TRelationshipTemplate.canInstantiate(obj))
return new TRelationshipTemplate(obj);
@@ -91,7 +91,7 @@ public static TRelationshipTemplate safeInstantiate(final Association obj) throw
throw new IllegalArgumentException("TRelationshipTemplate: Cannot instantiate "+obj+": wrong element type or stereotype");
}
- @objid ("c2121ca7-d75e-4a21-b814-db8aa50c23c9")
+ @objid ("57e9e643-5d07-406c-a65b-9bb53933627a")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -111,7 +111,7 @@ public boolean equals(final Object obj) {
* Get the underlying {@link Association}.
* @return the Association represented by this proxy, never null.
*/
- @objid ("79f7dc2e-b974-469d-8291-6f7937aac3c8")
+ @objid ("5df51685-5f56-412c-b2ce-a545257dedb5")
@Override
public Association getElement() {
return (Association)super.getElement();
@@ -123,7 +123,7 @@ public Association getElement() {
* null
*
*/
- @objid ("e258c525-24b8-4728-99a3-4290947f3d04")
+ @objid ("d5a1e7c1-a480-4b14-810d-f47c50bc9775")
public RelationshipConstraintsType getRelationshipConstraints() {
for (Dependency d : this.elt.getDependsOnDependency()) {
if (d.isStereotyped(TRelationshipTemplate.MdaTypes.MDAASSOCDEP)
@@ -141,7 +141,7 @@ public RelationshipConstraintsType getRelationshipConstraints() {
* null
*
*/
- @objid ("3ad7b2f3-49a0-49bb-a6f2-92453f0f4b28")
+ @objid ("4a78b858-8fc8-4fce-837b-6c04fffe324f")
public TRelationshipType getRelationshipType() {
for (Dependency d : this.elt.getDependsOnDependency()) {
if (d.isStereotyped(TRelationshipTemplate.MdaTypes.MDAASSOCDEP)
@@ -153,7 +153,7 @@ public TRelationshipType getRelationshipType() {
return null;
}
- @objid ("98fa89b6-4fb9-42ba-8086-d34decad022a")
+ @objid ("f2eb55ae-3a65-4ee9-9106-70e5c82ddf76")
@Override
public int hashCode() {
return 23 + ((this.elt == null) ? 0 : this.elt.hashCode());
@@ -166,7 +166,7 @@ public int hashCode() {
* null
*
*/
- @objid ("c1f04873-1733-49dd-ac02-ed21f1b49095")
+ @objid ("f7430372-a8d2-4961-953b-a8d5ebd6bd50")
public void setRelationshipConstraints(final RelationshipConstraintsType obj) {
Dependency dep = null;
for (Dependency d : this.elt.getDependsOnDependency())
@@ -193,7 +193,7 @@ public void setRelationshipConstraints(final RelationshipConstraintsType obj) {
* null
*
*/
- @objid ("5f451824-c1ce-44a2-89aa-9143ba17df08")
+ @objid ("3c3e659c-859e-442f-9bbe-02e0cce75cdd")
public void setRelationshipType(final TRelationshipType obj) {
Dependency dep = null;
for (Dependency d : this.elt.getDependsOnDependency())
@@ -214,23 +214,23 @@ public void setRelationshipType(final TRelationshipType obj) {
}
- @objid ("3aec2591-7705-48f3-b3de-d92b4e884679")
+ @objid ("0c69efc4-aa80-4a8f-a762-adaa3c0b2f48")
protected TRelationshipTemplate(final Association elt) {
super(elt);
}
- @objid ("3788d86d-c414-4caf-bb62-a34b08f5e4b1")
+ @objid ("8add93be-5eab-491d-99e2-b591d1b5748f")
public static final class MdaTypes {
- @objid ("ee5300c0-211e-4bca-9efc-932505725246")
+ @objid ("d4e282b2-8f28-4076-a73d-2cd0ab337dc9")
public static Stereotype STEREOTYPE_ELT;
- @objid ("7dfd716e-0849-46a1-afdc-62b8656dfedc")
+ @objid ("8c4b372c-6d5c-4004-8cd8-36ad3db2b2f3")
private static Stereotype MDAASSOCDEP;
- @objid ("f8c9383c-ac8b-42fd-96e0-26586e332b28")
+ @objid ("806b2350-cc42-4a0a-9422-01f248b94417")
private static TagType MDAASSOCDEP_ROLE;
- @objid ("417a5213-da0f-4092-b8f3-0c3b0097bb7d")
+ @objid ("06fca5bc-17c2-4a2e-b081-f1a90d880ccb")
public static void init(final IModelingSession session) throws MdaProxyException {
List Stereotype description:
*
null
true if the instantiation can be carried out else false.
*/
- @objid ("490a99de-357e-4c1c-b4ed-ac628753f406")
+ @objid ("da8dd452-5fba-4357-be37-b2bc8dd7094a")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof AssociationEnd) && (TRelationshipTemplateEnd.MdaTypes.STEREOTYPE_ELT!=null) && ((AssociationEnd) elt).isStereotyped(TRelationshipTemplateEnd.MdaTypes.STEREOTYPE_ELT));
}
@@ -55,7 +55,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link TRelationshipTemplateEnd} proxy on the created {@link AssociationEnd}.
*/
- @objid ("7c6bf785-601e-4b7f-ad98-421f04044021")
+ @objid ("4ecc8ae0-fd50-435c-a9b5-80190ecc6a7e")
public static TRelationshipTemplateEnd create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Standard.AssociationEnd");
e.getExtension().add(TRelationshipTemplateEnd.MdaTypes.STEREOTYPE_ELT);
@@ -69,7 +69,7 @@ public static TRelationshipTemplateEnd create(final IModelingSession session) {
* @param obj a AssociationEnd
* @return a {@link TRelationshipTemplateEnd} proxy or null.
*/
- @objid ("3ce5ae38-6dc8-4f06-9d90-3e344163bc55")
+ @objid ("0adb1bfa-9b3f-40ef-b733-b91d4a24104b")
public static TRelationshipTemplateEnd instantiate(final AssociationEnd obj) {
return TRelationshipTemplateEnd.canInstantiate(obj) ? new TRelationshipTemplateEnd(obj) : null;
}
@@ -82,7 +82,7 @@ public static TRelationshipTemplateEnd instantiate(final AssociationEnd obj) {
* @return a {@link TRelationshipTemplateEnd} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("2bcc2433-30e7-4a37-96d5-c14ea934a9c4")
+ @objid ("9d477c4a-5abc-4ea8-8be5-6e3fb2a0a0c0")
public static TRelationshipTemplateEnd safeInstantiate(final AssociationEnd obj) throws IllegalArgumentException {
if (TRelationshipTemplateEnd.canInstantiate(obj))
return new TRelationshipTemplateEnd(obj);
@@ -90,7 +90,7 @@ public static TRelationshipTemplateEnd safeInstantiate(final AssociationEnd obj)
throw new IllegalArgumentException("TRelationshipTemplateEnd: Cannot instantiate "+obj+": wrong element type or stereotype");
}
- @objid ("d59abe4a-9a98-44f9-ba07-f40d81a71bdd")
+ @objid ("aa74ce23-1165-4148-b051-0061e9aba577")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -110,35 +110,35 @@ public boolean equals(final Object obj) {
* Get the underlying {@link AssociationEnd}.
* @return the AssociationEnd represented by this proxy, never null.
*/
- @objid ("9c55a0f4-2c24-4210-9c2a-856ef8579744")
+ @objid ("dc0fbc49-cd81-4c98-b297-6cf296f5b063")
public AssociationEnd getElement() {
return this.elt;
}
- @objid ("a102f11d-0047-428d-bfe8-e6f54a61c6c7")
+ @objid ("82ba50d3-4ccf-43c7-b165-11acc268f4c3")
@Override
public int hashCode() {
return 23 + ((this.elt == null) ? 0 : this.elt.hashCode());
}
- @objid ("58e3380a-2972-4475-9676-268155dc7d43")
+ @objid ("26545453-8548-4fb3-9883-8c7595a14f79")
protected TRelationshipTemplateEnd(final AssociationEnd elt) {
this.elt = elt;
}
- @objid ("e9b70c56-bbb5-48da-bb63-dccc857a6a89")
+ @objid ("ecc6236e-5af5-44d5-80ee-e633631fb989")
public static final class MdaTypes {
- @objid ("3e26f7c0-bbb1-4dcf-a8d0-46b2de12b668")
+ @objid ("b1a155bd-a576-4bfb-8db5-4a1f74ef75b4")
public static Stereotype STEREOTYPE_ELT;
- @objid ("b6f9a357-99aa-4543-893f-fe4489f71919")
+ @objid ("4a954019-a6bd-4947-bc50-40858fe9a151")
private static Stereotype MDAASSOCDEP;
- @objid ("df1188b8-00a1-4ab3-8e2a-106ca731c817")
+ @objid ("4400a498-09d9-4578-81a9-71453d71bee9")
private static TagType MDAASSOCDEP_ROLE;
- @objid ("7ee47fc6-14a6-45c1-859e-d0d6f8ae6b2c")
+ @objid ("8a2d9c99-40f3-4245-a703-aacd8cd58def")
public static void init(final IModelingSession session) throws MdaProxyException {
List Stereotype description:
*
null
true if the instantiation can be carried out else false.
*/
- @objid ("0ad5a6c9-1011-4617-a637-c1a571aeecb1")
+ @objid ("cc1d2da4-5048-461f-8cb9-04ef65fa7303")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof Attribute) && (Metadata.MdaTypes.STEREOTYPE_ELT!=null) && ((Attribute) elt).isStereotyped(Metadata.MdaTypes.STEREOTYPE_ELT));
}
@@ -55,7 +55,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link Metadata} proxy on the created {@link Attribute}.
*/
- @objid ("651c4a86-57d7-4561-865e-51862e50bd44")
+ @objid ("551f5623-7c2f-4ec7-830c-54d607caa27c")
public static Metadata create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Standard.Attribute");
e.getExtension().add(Metadata.MdaTypes.STEREOTYPE_ELT);
@@ -69,7 +69,7 @@ public static Metadata create(final IModelingSession session) {
* @param obj a Attribute
* @return a {@link Metadata} proxy or null.
*/
- @objid ("2a52d87e-20a9-4017-a6be-2a15eeb76f09")
+ @objid ("ac5786fc-9ad5-4f89-8c5e-f0315e9cf59a")
public static Metadata instantiate(final Attribute obj) {
return Metadata.canInstantiate(obj) ? new Metadata(obj) : null;
}
@@ -82,7 +82,7 @@ public static Metadata instantiate(final Attribute obj) {
* @return a {@link Metadata} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("290b2c73-5497-4cd7-b8b6-c3d26acd6e46")
+ @objid ("ae680df1-2968-4717-97ce-f61226645d88")
public static Metadata safeInstantiate(final Attribute obj) throws IllegalArgumentException {
if (Metadata.canInstantiate(obj))
return new Metadata(obj);
@@ -90,7 +90,7 @@ public static Metadata safeInstantiate(final Attribute obj) throws IllegalArgume
throw new IllegalArgumentException("Metadata: Cannot instantiate "+obj+": wrong element type or stereotype");
}
- @objid ("ab1d51e5-441e-474c-b645-4753294b8a5a")
+ @objid ("f2d0a371-c98f-4eea-8377-2753f97b5862")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -110,35 +110,35 @@ public boolean equals(final Object obj) {
* Get the underlying {@link Attribute}.
* @return the Attribute represented by this proxy, never null.
*/
- @objid ("d8f62f74-0749-45ce-a8ac-80312076548d")
+ @objid ("e02f0608-407a-4173-ab69-aebe71c7be79")
public Attribute getElement() {
return this.elt;
}
- @objid ("48ad79cb-d4c3-40e6-95cb-d4f52fc6c43b")
+ @objid ("794b4687-ef15-4bb0-9ae6-6dea47288d6a")
@Override
public int hashCode() {
return 23 + ((this.elt == null) ? 0 : this.elt.hashCode());
}
- @objid ("1eed1584-ebfb-4317-8f4a-007301344e2a")
+ @objid ("caff2158-ade6-4bc6-a93d-99bcf1d7c3d2")
protected Metadata(final Attribute elt) {
this.elt = elt;
}
- @objid ("3b63361a-9704-494a-80fd-454a58f8afbd")
+ @objid ("13759997-2850-4f17-81eb-ccf3f96bcaaf")
public static final class MdaTypes {
- @objid ("3d0b9832-0815-4d0e-9d59-8b646b34bda4")
+ @objid ("d864b21d-2043-4dbd-9197-bd0e9163945b")
public static Stereotype STEREOTYPE_ELT;
- @objid ("470049e1-dc76-4404-bd6d-1ee5645f4a31")
+ @objid ("a2c7ad5a-3508-4927-a468-523d98a8563d")
private static Stereotype MDAASSOCDEP;
- @objid ("55c0de8f-204f-4d5d-8c28-bd71c587e315")
+ @objid ("a22dba7b-a0a9-46c2-ae0f-19b9a4988d7b")
private static TagType MDAASSOCDEP_ROLE;
- @objid ("d8fb8223-f943-4b98-84a8-3c83876d65b3")
+ @objid ("ab1d778f-9654-43c0-9c14-c01e31b58d1c")
public static void init(final IModelingSession session) throws MdaProxyException {
List Stereotype description:
*
null
true if the instantiation can be carried out else false.
*/
- @objid ("eac44333-65e5-438a-937e-fd5b1db88853")
+ @objid ("75215cde-df48-49c2-a34f-0037ecfde3a9")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof Class) && (CapabilityStereotype.MdaTypes.STEREOTYPE_ELT!=null) && ((Class) elt).isStereotyped(CapabilityStereotype.MdaTypes.STEREOTYPE_ELT));
}
@@ -55,7 +55,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link CapabilityStereotype} proxy on the created {@link Class}.
*/
- @objid ("31c66142-084d-445c-8299-abec07d07a12")
+ @objid ("ae5a3043-fbcf-4177-868e-3429566af5cb")
public static CapabilityStereotype create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Standard.Class");
e.getExtension().add(CapabilityStereotype.MdaTypes.STEREOTYPE_ELT);
@@ -69,7 +69,7 @@ public static CapabilityStereotype create(final IModelingSession session) {
* @param obj a Class
* @return a {@link CapabilityStereotype} proxy or null.
*/
- @objid ("fc7ecbab-d601-4cdd-bc61-a609df13293d")
+ @objid ("5e95a7bb-0723-476c-b4bd-33c324f94c37")
public static CapabilityStereotype instantiate(final Class obj) {
return CapabilityStereotype.canInstantiate(obj) ? new CapabilityStereotype(obj) : null;
}
@@ -82,7 +82,7 @@ public static CapabilityStereotype instantiate(final Class obj) {
* @return a {@link CapabilityStereotype} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("781da072-0e68-4a13-b6ae-ebe7d66c534f")
+ @objid ("05bf88bc-6769-47ee-881e-f3759d8f6ddc")
public static CapabilityStereotype safeInstantiate(final Class obj) throws IllegalArgumentException {
if (CapabilityStereotype.canInstantiate(obj))
return new CapabilityStereotype(obj);
@@ -90,7 +90,7 @@ public static CapabilityStereotype safeInstantiate(final Class obj) throws Illeg
throw new IllegalArgumentException("CapabilityStereotype: Cannot instantiate "+obj+": wrong element type or stereotype");
}
- @objid ("2cf84b2e-11d5-4bae-8a6c-db0896254f15")
+ @objid ("f98264d7-9f1a-41ad-98bb-7b0d04f247e5")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -110,35 +110,35 @@ public boolean equals(final Object obj) {
* Get the underlying {@link Class}.
* @return the Class represented by this proxy, never null.
*/
- @objid ("059a5683-b019-4f9a-bdfb-48c2e8b1fd5c")
+ @objid ("192a81ed-9710-4aa6-a7d5-f65591c15b6a")
public Class getElement() {
return this.elt;
}
- @objid ("050347ed-cd41-41a6-9a6a-8cb84b9226b3")
+ @objid ("9c5579cb-1a82-4ad7-8e30-36336fa8ac27")
@Override
public int hashCode() {
return 23 + ((this.elt == null) ? 0 : this.elt.hashCode());
}
- @objid ("8982d705-b8ad-46d2-8f05-5662076f2e5b")
+ @objid ("a31ec409-d68e-4f38-a2b6-14e7c34ace18")
protected CapabilityStereotype(final Class elt) {
this.elt = elt;
}
- @objid ("55a49bc8-116f-4c52-92b4-8d0a55872bf5")
+ @objid ("6dabe0d2-08ba-40c8-a5bf-d4aa85b5860d")
public static final class MdaTypes {
- @objid ("d39212fa-d88a-4c7e-bf31-c1c54438243d")
+ @objid ("ad7c5cc3-31a0-42f6-b100-8a84cf92f838")
public static Stereotype STEREOTYPE_ELT;
- @objid ("c5075896-a40b-4ac8-b2e9-f0b2fac5bd12")
+ @objid ("180d558f-a5df-4c3d-92e6-b0c5595e250d")
private static Stereotype MDAASSOCDEP;
- @objid ("5e6373cb-99c8-474d-9a96-c08c6ae446d1")
+ @objid ("ab279724-951e-4ac8-977f-f952e0898dbb")
private static TagType MDAASSOCDEP_ROLE;
- @objid ("c10a1538-165c-47c7-96ee-04e59d4a0d9b")
+ @objid ("45ab9b78-2d43-461a-9365-42a490570526")
public static void init(final IModelingSession session) throws MdaProxyException {
List Stereotype description:
*
null
true if the instantiation can be carried out else false.
*/
- @objid ("2a7fc59f-c722-431c-bb31-eb62d4110f47")
+ @objid ("2dd91b64-7f9f-4c01-b4b2-723462246531")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof Class) && (ConstraintsType.MdaTypes.STEREOTYPE_ELT!=null) && ((Class) elt).isStereotyped(ConstraintsType.MdaTypes.STEREOTYPE_ELT));
}
@@ -55,7 +55,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link ConstraintsType} proxy on the created {@link Class}.
*/
- @objid ("4f7f40a5-8234-4404-a25e-a7592e7e4ac2")
+ @objid ("3d0db251-3690-4fa8-bd4c-c1ed9f84400d")
public static ConstraintsType create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Standard.Class");
e.getExtension().add(ConstraintsType.MdaTypes.STEREOTYPE_ELT);
@@ -69,7 +69,7 @@ public static ConstraintsType create(final IModelingSession session) {
* @param obj a Class
* @return a {@link ConstraintsType} proxy or null.
*/
- @objid ("505873a5-d4d3-412a-929c-f778c7fb14b2")
+ @objid ("e4369ed6-d1b2-498a-9ef4-7429acc10b98")
public static ConstraintsType instantiate(final Class obj) {
return ConstraintsType.canInstantiate(obj) ? new ConstraintsType(obj) : null;
}
@@ -82,7 +82,7 @@ public static ConstraintsType instantiate(final Class obj) {
* @return a {@link ConstraintsType} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("5e73d1d3-35c6-489f-9e04-76143cb47237")
+ @objid ("1e241d37-4435-43b8-b026-cda902a4c5ba")
public static ConstraintsType safeInstantiate(final Class obj) throws IllegalArgumentException {
if (ConstraintsType.canInstantiate(obj))
return new ConstraintsType(obj);
@@ -90,7 +90,7 @@ public static ConstraintsType safeInstantiate(final Class obj) throws IllegalArg
throw new IllegalArgumentException("ConstraintsType: Cannot instantiate "+obj+": wrong element type or stereotype");
}
- @objid ("45273e57-a1fa-486d-b2b2-49ff8c419b6f")
+ @objid ("29482c99-b4b1-40b9-99c4-1edc0edee355")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -110,35 +110,35 @@ public boolean equals(final Object obj) {
* Get the underlying {@link Class}.
* @return the Class represented by this proxy, never null.
*/
- @objid ("7295b963-8e37-41e7-9514-e74ce2ac5d67")
+ @objid ("cfd6dead-25e4-4168-8d4a-43262ccf6440")
public Class getElement() {
return this.elt;
}
- @objid ("612e7b90-898e-468f-b488-d6df06d9964f")
+ @objid ("71f3e1a2-621e-454a-b8dd-44fa50bd312c")
@Override
public int hashCode() {
return 23 + ((this.elt == null) ? 0 : this.elt.hashCode());
}
- @objid ("b25993b0-74c7-472f-a15c-9565a5c3d792")
+ @objid ("f185e9c0-7b38-45ff-b80e-62b1b8053324")
protected ConstraintsType(final Class elt) {
this.elt = elt;
}
- @objid ("93f058b5-7a02-47bf-9cdf-c2141383fce2")
+ @objid ("acf64539-ea46-4265-bac3-4a080f06b2bc")
public static final class MdaTypes {
- @objid ("27651070-e4ac-44f6-98ea-497e8d65be72")
+ @objid ("b7572c8c-65c2-49b4-bf67-83d864c45dab")
public static Stereotype STEREOTYPE_ELT;
- @objid ("f528455c-554a-4746-aad0-1dca5a949b32")
+ @objid ("1bdf87ae-076e-4a06-bff9-95ddf67ec6cf")
private static Stereotype MDAASSOCDEP;
- @objid ("0f8f5369-a0ea-4a7d-bf87-5dab9226f2ae")
+ @objid ("ad1d9004-352b-4f66-a8ee-ea306d32c0e1")
private static TagType MDAASSOCDEP_ROLE;
- @objid ("bf037a4d-2756-4541-9bb2-0c418f68941f")
+ @objid ("4029d3ec-cecb-47a9-9298-3a70e7ede49f")
public static void init(final IModelingSession session) throws MdaProxyException {
List Stereotype description:
*
null
true if the instantiation can be carried out else false.
*/
- @objid ("3e25338b-215b-4a36-b952-6a0d159d6c42")
+ @objid ("568e3d3e-abc7-4503-bd28-602177889c80")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof Class) && (InstanceStateType.MdaTypes.STEREOTYPE_ELT!=null) && ((Class) elt).isStereotyped(InstanceStateType.MdaTypes.STEREOTYPE_ELT));
}
@@ -60,7 +60,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link InstanceStateType} proxy on the created {@link Class}.
*/
- @objid ("e5023625-da77-4a57-b55a-20ecb2b4aa15")
+ @objid ("0b3ff283-cb42-42e4-b84c-7617eb9b0a8f")
public static InstanceStateType create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Standard.Class");
e.getExtension().add(InstanceStateType.MdaTypes.STEREOTYPE_ELT);
@@ -74,7 +74,7 @@ public static InstanceStateType create(final IModelingSession session) {
* @param obj a Class
* @return a {@link InstanceStateType} proxy or null.
*/
- @objid ("1c763218-2a90-45f8-b8bf-081dcb03002c")
+ @objid ("3ac56ba5-9e3a-4a50-86d0-aeed1a284a3d")
public static InstanceStateType instantiate(final Class obj) {
return InstanceStateType.canInstantiate(obj) ? new InstanceStateType(obj) : null;
}
@@ -87,7 +87,7 @@ public static InstanceStateType instantiate(final Class obj) {
* @return a {@link InstanceStateType} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("ba1bbc58-488f-46d6-b094-43658309482f")
+ @objid ("5de2c530-c5a8-4c89-babe-a8357469cd79")
public static InstanceStateType safeInstantiate(final Class obj) throws IllegalArgumentException {
if (InstanceStateType.canInstantiate(obj))
return new InstanceStateType(obj);
@@ -95,7 +95,7 @@ public static InstanceStateType safeInstantiate(final Class obj) throws IllegalA
throw new IllegalArgumentException("InstanceStateType: Cannot instantiate "+obj+": wrong element type or stereotype");
}
- @objid ("ee550506-46ac-4672-a4b0-cd5805dac159")
+ @objid ("72da4b53-27cd-448c-8922-974f27a1c7cf")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -115,7 +115,7 @@ public boolean equals(final Object obj) {
* Get the underlying {@link Class}.
* @return the Class represented by this proxy, never null.
*/
- @objid ("33e4579a-892a-42c9-9e1e-6054787e7ab1")
+ @objid ("c2df2eea-8068-4e85-94cf-bbfc6c664bbc")
public Class getElement() {
return this.elt;
}
@@ -125,7 +125,7 @@ public Class getElement() {
* Property description:
*
null
Property description:
*
null
Stereotype description:
*
null
true if the instantiation can be carried out else false.
*/
- @objid ("ff28a9d6-6352-4483-9acf-a5471a5331bf")
+ @objid ("097775cf-98c3-48f3-bf8a-2850cdd49ed2")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof Class) && (RequirementsType.MdaTypes.STEREOTYPE_ELT!=null) && ((Class) elt).isStereotyped(RequirementsType.MdaTypes.STEREOTYPE_ELT));
}
@@ -54,7 +54,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link RequirementsType} proxy on the created {@link Class}.
*/
- @objid ("2deae527-5f71-43a1-96d0-9ee3120e02c2")
+ @objid ("66598258-d2e4-41c9-858d-2bcf6fda0787")
public static RequirementsType create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Standard.Class");
e.getExtension().add(RequirementsType.MdaTypes.STEREOTYPE_ELT);
@@ -68,7 +68,7 @@ public static RequirementsType create(final IModelingSession session) {
* @param obj a Class
* @return a {@link RequirementsType} proxy or null.
*/
- @objid ("b826d60e-768a-4a81-86aa-ddbc3143f0f7")
+ @objid ("c8fad1de-053b-4534-b5f7-48f000c68bce")
public static RequirementsType instantiate(final Class obj) {
return RequirementsType.canInstantiate(obj) ? new RequirementsType(obj) : null;
}
@@ -81,7 +81,7 @@ public static RequirementsType instantiate(final Class obj) {
* @return a {@link RequirementsType} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("c6c217a2-c041-4f6d-a9b9-813ef952e496")
+ @objid ("33033d2f-3647-4445-b7ee-31265bd7efaf")
public static RequirementsType safeInstantiate(final Class obj) throws IllegalArgumentException {
if (RequirementsType.canInstantiate(obj))
return new RequirementsType(obj);
@@ -95,7 +95,7 @@ public static RequirementsType safeInstantiate(final Class obj) throws IllegalAr
* null
*
*/
- @objid ("687f8d24-d443-47b0-bf13-d26be653031b")
+ @objid ("f73e98d3-c96a-4d68-9b51-7ad5436c796c")
public void addRequirements(final TRequirement obj) {
if (obj != null) {
IModelingSession session = ModelingSessionRegistry.getSession(this.elt);
@@ -105,7 +105,7 @@ public void addRequirements(final TRequirement obj) {
}
}
- @objid ("26bd31b6-b039-4071-8e91-5f2f0f0170d9")
+ @objid ("b70fa4a5-4470-4a81-8b12-9ae128057371")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -125,7 +125,7 @@ public boolean equals(final Object obj) {
* Get the underlying {@link Class}.
* @return the Class represented by this proxy, never null.
*/
- @objid ("bc862076-b561-47a8-96fd-fb347e270ce6")
+ @objid ("847409a0-8a43-498d-8a6f-f89333716c20")
@Override
public Class getElement() {
return (Class)super.getElement();
@@ -137,7 +137,7 @@ public Class getElement() {
* null
*
*/
- @objid ("9ce6feff-be18-47af-8e4f-4a20af0b4cc4")
+ @objid ("3b74bf02-d872-4c89-95af-470abb708c5d")
public ListStereotype description:
*
null
true if the instantiation can be carried out else false.
*/
- @objid ("40ac5d81-c3d5-4fe6-9633-e4032effc761")
+ @objid ("89ba9b5e-8cbf-4846-bf36-bc14a265dd71")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof Class) && (TArtifactType.MdaTypes.STEREOTYPE_ELT!=null) && ((Class) elt).isStereotyped(TArtifactType.MdaTypes.STEREOTYPE_ELT));
}
@@ -49,7 +49,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link TArtifactType} proxy on the created {@link Class}.
*/
- @objid ("4699bbad-543a-4449-bddb-3776d6fb2812")
+ @objid ("0a10431f-a1a6-42ad-9c06-260ad24e3323")
public static TArtifactType create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Standard.Class");
e.getExtension().add(TArtifactType.MdaTypes.STEREOTYPE_ELT);
@@ -63,7 +63,7 @@ public static TArtifactType create(final IModelingSession session) {
* @param obj a Class
* @return a {@link TArtifactType} proxy or null.
*/
- @objid ("80235f71-d279-48cf-838f-107cd145eedb")
+ @objid ("c32d90e4-ab7c-406d-bc80-882444718d0f")
public static TArtifactType instantiate(final Class obj) {
return TArtifactType.canInstantiate(obj) ? new TArtifactType(obj) : null;
}
@@ -76,7 +76,7 @@ public static TArtifactType instantiate(final Class obj) {
* @return a {@link TArtifactType} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("cd96b6d5-d00a-405c-a56f-14fbce809951")
+ @objid ("df93780f-46a8-49a5-9d4f-ced9ca13a48e")
public static TArtifactType safeInstantiate(final Class obj) throws IllegalArgumentException {
if (TArtifactType.canInstantiate(obj))
return new TArtifactType(obj);
@@ -84,7 +84,7 @@ public static TArtifactType safeInstantiate(final Class obj) throws IllegalArgum
throw new IllegalArgumentException("TArtifactType: Cannot instantiate "+obj+": wrong element type or stereotype");
}
- @objid ("f346c812-1a78-4ff0-bd7d-bdd3fa1a0ae5")
+ @objid ("236f9061-1c29-4479-b565-ac692875926c")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -104,36 +104,36 @@ public boolean equals(final Object obj) {
* Get the underlying {@link Class}.
* @return the Class represented by this proxy, never null.
*/
- @objid ("18ecc3e3-99ae-4576-b9f7-d8348f7996ae")
+ @objid ("a7d4e801-941b-4a34-9adb-16534572a231")
@Override
public Class getElement() {
return (Class)super.getElement();
}
- @objid ("418e7bd0-b4a7-40b1-b706-f5206301f155")
+ @objid ("bc50c637-61ef-4ce4-ab70-28403bf67354")
@Override
public int hashCode() {
return 23 + ((this.elt == null) ? 0 : this.elt.hashCode());
}
- @objid ("85899ce2-09a7-494a-ab5f-6a5c1d3dde7a")
+ @objid ("7e908ea7-a57c-45f7-b536-c623b1337799")
protected TArtifactType(final Class elt) {
super(elt);
}
- @objid ("9d82a6d2-e52e-40eb-a09b-5b67a48f1336")
+ @objid ("7ad5031c-c8ab-4251-9cad-89c577b3f9b0")
public static final class MdaTypes {
- @objid ("4703a4e9-7fd6-4d92-9398-7a7478df6206")
+ @objid ("a4439e21-1afb-43b6-a537-466ceea40148")
public static Stereotype STEREOTYPE_ELT;
- @objid ("2e0c3121-4c48-4c9b-95ae-cc15577d0d3c")
+ @objid ("aebc88f5-8286-48cf-a5d7-58f690b3aa36")
private static Stereotype MDAASSOCDEP;
- @objid ("709a9dee-3f0f-461d-bbe5-4d4d2ca6e073")
+ @objid ("d82f4d00-00b1-4508-96b1-bba5116fab75")
private static TagType MDAASSOCDEP_ROLE;
- @objid ("9cabbb5c-926f-45a5-bcd1-0c23668ea436")
+ @objid ("e7bfb1b7-e396-456b-873d-21e62ead41dc")
public static void init(final IModelingSession session) throws MdaProxyException {
List Stereotype description:
*
null
true if the instantiation can be carried out else false.
*/
- @objid ("aa7981be-3c44-4f45-944a-2ee59ffd6e8d")
+ @objid ("1736c085-a91e-4c84-9f22-265309004d61")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof Class) && (TBoundaryDefinitions.MdaTypes.STEREOTYPE_ELT!=null) && ((Class) elt).isStereotyped(TBoundaryDefinitions.MdaTypes.STEREOTYPE_ELT));
}
@@ -75,7 +75,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link TBoundaryDefinitions} proxy on the created {@link Class}.
*/
- @objid ("12c1f4fd-dd7c-47f2-ae6a-911049106fce")
+ @objid ("d5ec474e-a834-4fae-a016-9ce7f1ff293e")
public static TBoundaryDefinitions create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Standard.Class");
e.getExtension().add(TBoundaryDefinitions.MdaTypes.STEREOTYPE_ELT);
@@ -89,7 +89,7 @@ public static TBoundaryDefinitions create(final IModelingSession session) {
* @param obj a Class
* @return a {@link TBoundaryDefinitions} proxy or null.
*/
- @objid ("e5adc71d-8703-4b03-bbe0-cc8f82fb3893")
+ @objid ("38ed13ba-b26a-4345-98c3-1b056ff3d44a")
public static TBoundaryDefinitions instantiate(final Class obj) {
return TBoundaryDefinitions.canInstantiate(obj) ? new TBoundaryDefinitions(obj) : null;
}
@@ -102,7 +102,7 @@ public static TBoundaryDefinitions instantiate(final Class obj) {
* @return a {@link TBoundaryDefinitions} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("255d04cf-90be-45e6-abfc-7d7c65f06a15")
+ @objid ("bff69c5c-01fb-4063-81a9-0cb1d36fda75")
public static TBoundaryDefinitions safeInstantiate(final Class obj) throws IllegalArgumentException {
if (TBoundaryDefinitions.canInstantiate(obj))
return new TBoundaryDefinitions(obj);
@@ -110,7 +110,7 @@ public static TBoundaryDefinitions safeInstantiate(final Class obj) throws Illeg
throw new IllegalArgumentException("TBoundaryDefinitions: Cannot instantiate "+obj+": wrong element type or stereotype");
}
- @objid ("2286afed-928d-4359-96c5-d425fb04e1f2")
+ @objid ("a25e1411-05b2-415a-aae7-f3f1ec0c432b")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -131,7 +131,7 @@ public boolean equals(final Object obj) {
* Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Stereotype description:
*
null
true if the instantiation can be carried out else false.
*/
- @objid ("aea50962-9c72-456a-b025-8d4bb883aab0")
+ @objid ("e0c58e35-6f02-4ec9-b80e-5d884da6f28b")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof Class) && (TCapability.MdaTypes.STEREOTYPE_ELT!=null) && ((Class) elt).isStereotyped(TCapability.MdaTypes.STEREOTYPE_ELT));
}
@@ -55,7 +55,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link TCapability} proxy on the created {@link Class}.
*/
- @objid ("1b0aef1a-36c9-46d3-9d71-42f210c476b7")
+ @objid ("11fb554c-77e2-4594-95f7-d16c77527df0")
public static TCapability create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Standard.Class");
e.getExtension().add(TCapability.MdaTypes.STEREOTYPE_ELT);
@@ -69,7 +69,7 @@ public static TCapability create(final IModelingSession session) {
* @param obj a Class
* @return a {@link TCapability} proxy or null.
*/
- @objid ("bd192971-9606-4b12-b754-e9c51eb002e8")
+ @objid ("14942371-cf8d-4120-b332-f63ce3e0da71")
public static TCapability instantiate(final Class obj) {
return TCapability.canInstantiate(obj) ? new TCapability(obj) : null;
}
@@ -82,7 +82,7 @@ public static TCapability instantiate(final Class obj) {
* @return a {@link TCapability} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("a5fd0848-991b-4033-abf6-9d76ccd58e81")
+ @objid ("931e939c-5773-4779-8c5f-b2b7e99f43ad")
public static TCapability safeInstantiate(final Class obj) throws IllegalArgumentException {
if (TCapability.canInstantiate(obj))
return new TCapability(obj);
@@ -90,7 +90,7 @@ public static TCapability safeInstantiate(final Class obj) throws IllegalArgumen
throw new IllegalArgumentException("TCapability: Cannot instantiate "+obj+": wrong element type or stereotype");
}
- @objid ("31946375-5184-4be5-892d-0ae30eef9532")
+ @objid ("be46b05d-a0fd-4335-8dd6-062ceecef890")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -110,35 +110,35 @@ public boolean equals(final Object obj) {
* Get the underlying {@link Class}.
* @return the Class represented by this proxy, never null.
*/
- @objid ("aeb17996-bc68-453b-8b8e-8f3faa2b451f")
+ @objid ("482390e0-c7f9-48a6-8aff-4744ba1a3f75")
public Class getElement() {
return this.elt;
}
- @objid ("91c76364-38ea-4590-b55b-871e23d067e9")
+ @objid ("3cecae5a-28ed-4705-8901-1473c9ef9625")
@Override
public int hashCode() {
return 23 + ((this.elt == null) ? 0 : this.elt.hashCode());
}
- @objid ("7fea7816-2cb3-4210-966e-bb1b7ceba07e")
+ @objid ("535a6a93-e149-4914-905f-c80b44415111")
protected TCapability(final Class elt) {
this.elt = elt;
}
- @objid ("e5bb7dea-f850-4fb6-a159-028f428181d6")
+ @objid ("c8c8b18f-70a4-4d82-94c7-f2b1d724328f")
public static final class MdaTypes {
- @objid ("2e34f96f-fae8-432f-9a8b-25c87c9a8e85")
+ @objid ("76c14c66-6917-4bf3-901c-a79a8c3e3b3a")
public static Stereotype STEREOTYPE_ELT;
- @objid ("67b3ac4d-65d4-45c3-b22e-cb465747a5f5")
+ @objid ("94862c3c-aadc-4be8-9aa5-ee66b8d0e318")
private static Stereotype MDAASSOCDEP;
- @objid ("37a0b4a3-9813-42cd-8454-d02686db2198")
+ @objid ("bdc6ec56-d4b5-4b9f-8ba1-52575419bf18")
private static TagType MDAASSOCDEP_ROLE;
- @objid ("a049b695-97c8-4b37-bda7-00a70ec8ca2a")
+ @objid ("73b536d5-3780-4239-88b5-d18a7215ae2b")
public static void init(final IModelingSession session) throws MdaProxyException {
List Stereotype description:
*
null
true if the instantiation can be carried out else false.
*/
- @objid ("a1e80763-3778-4f46-aa9d-9c9f8081ddf2")
+ @objid ("342d5b3f-9c1d-4e90-bbf8-0a891f2570c1")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof Class) && (TCapabilityDefinitionsType.MdaTypes.STEREOTYPE_ELT!=null) && ((Class) elt).isStereotyped(TCapabilityDefinitionsType.MdaTypes.STEREOTYPE_ELT));
}
@@ -54,7 +54,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link TCapabilityDefinitionsType} proxy on the created {@link Class}.
*/
- @objid ("8fd9800c-7c87-4da7-b358-a4e92b9e4b7e")
+ @objid ("1bc65c28-0e70-407d-bed6-849588f549ea")
public static TCapabilityDefinitionsType create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Standard.Class");
e.getExtension().add(TCapabilityDefinitionsType.MdaTypes.STEREOTYPE_ELT);
@@ -68,7 +68,7 @@ public static TCapabilityDefinitionsType create(final IModelingSession session)
* @param obj a Class
* @return a {@link TCapabilityDefinitionsType} proxy or null.
*/
- @objid ("1206cc25-51b9-402e-b132-5c564a3be9d2")
+ @objid ("b6806654-01c4-4c80-a85c-a84c8ddb6642")
public static TCapabilityDefinitionsType instantiate(final Class obj) {
return TCapabilityDefinitionsType.canInstantiate(obj) ? new TCapabilityDefinitionsType(obj) : null;
}
@@ -81,7 +81,7 @@ public static TCapabilityDefinitionsType instantiate(final Class obj) {
* @return a {@link TCapabilityDefinitionsType} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("85c8978f-ba78-4831-97d9-a097b39afcca")
+ @objid ("a880a4a2-27ab-4a8e-968f-b4585732a102")
public static TCapabilityDefinitionsType safeInstantiate(final Class obj) throws IllegalArgumentException {
if (TCapabilityDefinitionsType.canInstantiate(obj))
return new TCapabilityDefinitionsType(obj);
@@ -95,7 +95,7 @@ public static TCapabilityDefinitionsType safeInstantiate(final Class obj) throws
* null
*
*/
- @objid ("7b4d0638-d259-4dbd-9eb7-bc8eb70cb0ea")
+ @objid ("a2e9cbea-f356-4f90-91d0-fa2f3eff4512")
public void addCapabilityDefinition(final TCapabilityDefinition obj) {
if (obj != null) {
IModelingSession session = ModelingSessionRegistry.getSession(this.elt);
@@ -105,7 +105,7 @@ public void addCapabilityDefinition(final TCapabilityDefinition obj) {
}
}
- @objid ("f1bee06d-f452-447e-af1d-33935d96a39a")
+ @objid ("8c2197fc-cab2-4603-8b3d-7aea316fc22d")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -127,7 +127,7 @@ public boolean equals(final Object obj) {
* null
*
*/
- @objid ("9efb141d-8553-42bf-9073-91c07d858842")
+ @objid ("bb36e3a6-a559-4ec9-a870-a5f3b4a1c28e")
public ListStereotype description:
*
null
true if the instantiation can be carried out else false.
*/
- @objid ("3132f5d6-ded2-4e33-948c-83abcaacf4ce")
+ @objid ("46b24b14-8962-4b39-a64f-e11a4bd896ef")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof Class) && (TCapabilityType.MdaTypes.STEREOTYPE_ELT!=null) && ((Class) elt).isStereotyped(TCapabilityType.MdaTypes.STEREOTYPE_ELT));
}
@@ -49,7 +49,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link TCapabilityType} proxy on the created {@link Class}.
*/
- @objid ("744978ca-a227-46e0-8eb0-f919e91d4f59")
+ @objid ("8326ca33-d3a3-4202-a26e-3430ec75a218")
public static TCapabilityType create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Standard.Class");
e.getExtension().add(TCapabilityType.MdaTypes.STEREOTYPE_ELT);
@@ -63,7 +63,7 @@ public static TCapabilityType create(final IModelingSession session) {
* @param obj a Class
* @return a {@link TCapabilityType} proxy or null.
*/
- @objid ("94dce3f3-f503-4d76-aa52-9d28dacd573f")
+ @objid ("49000e79-5886-488c-b011-8481fc1096ff")
public static TCapabilityType instantiate(final Class obj) {
return TCapabilityType.canInstantiate(obj) ? new TCapabilityType(obj) : null;
}
@@ -76,7 +76,7 @@ public static TCapabilityType instantiate(final Class obj) {
* @return a {@link TCapabilityType} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("28e31915-2e60-4f48-a3e3-054ef7d414e0")
+ @objid ("6a7a0f17-a6db-4c75-a59c-a887c4913ce8")
public static TCapabilityType safeInstantiate(final Class obj) throws IllegalArgumentException {
if (TCapabilityType.canInstantiate(obj))
return new TCapabilityType(obj);
@@ -84,7 +84,7 @@ public static TCapabilityType safeInstantiate(final Class obj) throws IllegalArg
throw new IllegalArgumentException("TCapabilityType: Cannot instantiate "+obj+": wrong element type or stereotype");
}
- @objid ("7b4e0143-f651-475d-8479-93ae99c693f2")
+ @objid ("37c390ad-df49-4329-b0b8-53a84ba4bc30")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -104,36 +104,36 @@ public boolean equals(final Object obj) {
* Get the underlying {@link Class}.
* @return the Class represented by this proxy, never null.
*/
- @objid ("13358bc4-747a-4d1b-a49b-f45735ca0430")
+ @objid ("8493f4cd-6b9b-487e-b3d9-27d5a3e7b6eb")
@Override
public Class getElement() {
return (Class)super.getElement();
}
- @objid ("630e32c3-4d04-4197-985f-c5925462593c")
+ @objid ("78b44363-f2dc-4b78-a5d4-47d76e6caa9f")
@Override
public int hashCode() {
return 23 + ((this.elt == null) ? 0 : this.elt.hashCode());
}
- @objid ("35a5fadc-c45e-497b-9d3e-21c2cac7707c")
+ @objid ("838414cf-c9d3-49e3-b721-45e21b3fe31f")
protected TCapabilityType(final Class elt) {
super(elt);
}
- @objid ("62799cea-dfb7-4558-ae8a-d4727adcadb6")
+ @objid ("c3ee0462-fe47-4e51-b640-ea45b6fe99c6")
public static final class MdaTypes {
- @objid ("3697a92d-2dd9-40d1-b2b9-db8818b3b998")
+ @objid ("0bd5f584-d202-48f8-a0d7-3e2807f558b9")
public static Stereotype STEREOTYPE_ELT;
- @objid ("3e56a2ae-d6e0-445a-aab3-79d42b49c767")
+ @objid ("2a4e5005-cef0-4150-a20f-e312143c3e30")
private static Stereotype MDAASSOCDEP;
- @objid ("dd5b4784-191d-425f-806d-f4866310cc6a")
+ @objid ("fd261a0f-d69f-44e1-824b-8739766d2c7e")
private static TagType MDAASSOCDEP_ROLE;
- @objid ("7e52310b-6ea0-4a98-93a3-5823d0839724")
+ @objid ("57c0021c-9eba-46f5-91f0-a73d6ada11fd")
public static void init(final IModelingSession session) throws MdaProxyException {
List Stereotype description:
*
null
true if the instantiation can be carried out else false.
*/
- @objid ("78cf7c39-33b8-4669-bd13-13a05c889115")
+ @objid ("92dfea37-61df-4446-b2e0-e8f97ec61ced")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof Class) && (TDeploymentArtifact.MdaTypes.STEREOTYPE_ELT!=null) && ((Class) elt).isStereotyped(TDeploymentArtifact.MdaTypes.STEREOTYPE_ELT));
}
@@ -77,7 +77,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link TDeploymentArtifact} proxy on the created {@link Class}.
*/
- @objid ("51a73d23-294a-4f94-ab2c-72b58c432d49")
+ @objid ("d539461b-88fc-44a8-aa9c-69d9756e84ae")
public static TDeploymentArtifact create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Standard.Class");
e.getExtension().add(TDeploymentArtifact.MdaTypes.STEREOTYPE_ELT);
@@ -91,7 +91,7 @@ public static TDeploymentArtifact create(final IModelingSession session) {
* @param obj a Class
* @return a {@link TDeploymentArtifact} proxy or null.
*/
- @objid ("d65224b8-4381-429a-9851-ef20e7260e21")
+ @objid ("af30329c-c6c3-421f-97bc-e6339b60fe8f")
public static TDeploymentArtifact instantiate(final Class obj) {
return TDeploymentArtifact.canInstantiate(obj) ? new TDeploymentArtifact(obj) : null;
}
@@ -104,7 +104,7 @@ public static TDeploymentArtifact instantiate(final Class obj) {
* @return a {@link TDeploymentArtifact} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("19e0cab2-8bd7-496a-a008-dc5e74fd2ccb")
+ @objid ("723e447f-0c02-4f7d-b01e-f4ad8e41d6a9")
public static TDeploymentArtifact safeInstantiate(final Class obj) throws IllegalArgumentException {
if (TDeploymentArtifact.canInstantiate(obj))
return new TDeploymentArtifact(obj);
@@ -112,7 +112,7 @@ public static TDeploymentArtifact safeInstantiate(final Class obj) throws Illega
throw new IllegalArgumentException("TDeploymentArtifact: Cannot instantiate "+obj+": wrong element type or stereotype");
}
- @objid ("3cef46fd-e744-4f6b-8ab7-8ab1bf94d14e")
+ @objid ("e7a45472-6eaf-46d8-a986-8f2ae707c89f")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -133,7 +133,7 @@ public boolean equals(final Object obj) {
* Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Stereotype description:
*
null
true if the instantiation can be carried out else false.
*/
- @objid ("4917226f-af7d-41c0-93d6-7257ae596140")
+ @objid ("5576ca37-fab5-4191-93b5-42ece5f9cba9")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof Class) && (TDeploymentArtifacts.MdaTypes.STEREOTYPE_ELT!=null) && ((Class) elt).isStereotyped(TDeploymentArtifacts.MdaTypes.STEREOTYPE_ELT));
}
@@ -60,7 +60,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link TDeploymentArtifacts} proxy on the created {@link Class}.
*/
- @objid ("327c1683-377e-48af-979a-ac540eef1b19")
+ @objid ("ad6dd8ce-c06a-4659-99b8-8641e630eab9")
public static TDeploymentArtifacts create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Standard.Class");
e.getExtension().add(TDeploymentArtifacts.MdaTypes.STEREOTYPE_ELT);
@@ -74,7 +74,7 @@ public static TDeploymentArtifacts create(final IModelingSession session) {
* @param obj a Class
* @return a {@link TDeploymentArtifacts} proxy or null.
*/
- @objid ("55624e22-f4c6-4e91-bc73-abce6299ce67")
+ @objid ("4f77a2be-0312-4eb3-abca-bfb88df37954")
public static TDeploymentArtifacts instantiate(final Class obj) {
return TDeploymentArtifacts.canInstantiate(obj) ? new TDeploymentArtifacts(obj) : null;
}
@@ -87,7 +87,7 @@ public static TDeploymentArtifacts instantiate(final Class obj) {
* @return a {@link TDeploymentArtifacts} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("805b172e-1500-45d6-9122-660e17f0c46f")
+ @objid ("2a83bc4c-0b95-4f6d-8283-120b5def4336")
public static TDeploymentArtifacts safeInstantiate(final Class obj) throws IllegalArgumentException {
if (TDeploymentArtifacts.canInstantiate(obj))
return new TDeploymentArtifacts(obj);
@@ -101,7 +101,7 @@ public static TDeploymentArtifacts safeInstantiate(final Class obj) throws Illeg
* null
*
*/
- @objid ("0a8c4c2c-147b-40a2-ae2f-c77bb642994c")
+ @objid ("fd3e585e-ac3b-4811-a2d3-63b5a86bdd2c")
public void addDeploymentArtifact(final TDeploymentArtifact obj) {
if (obj != null) {
IModelingSession session = ModelingSessionRegistry.getSession(this.elt);
@@ -111,7 +111,7 @@ public void addDeploymentArtifact(final TDeploymentArtifact obj) {
}
}
- @objid ("c6979160-ba63-42ca-8f4e-9f06aef18472")
+ @objid ("db0335f2-6f54-4974-9ad8-d1cbdecd0bc3")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -133,7 +133,7 @@ public boolean equals(final Object obj) {
* null
*
*/
- @objid ("2068e0fa-cf5f-4ae9-bb8c-a8b8d7a17c55")
+ @objid ("48fca85b-631b-4b27-9b5d-e56e4e2daf81")
public ListStereotype description:
*
null
true if the instantiation can be carried out else false.
*/
- @objid ("10fce7f5-e94d-4a36-81c6-2d20dcdfef26")
+ @objid ("bfc830d3-616e-4aee-a215-9823759d87a8")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof Class) && (TDocumentation.MdaTypes.STEREOTYPE_ELT!=null) && ((Class) elt).isStereotyped(TDocumentation.MdaTypes.STEREOTYPE_ELT));
}
@@ -69,7 +69,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link TDocumentation} proxy on the created {@link Class}.
*/
- @objid ("72809712-a671-4711-87c7-4db0c5ea0a1a")
+ @objid ("769c5950-058f-453c-bb1f-de10528e1679")
public static TDocumentation create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Standard.Class");
e.getExtension().add(TDocumentation.MdaTypes.STEREOTYPE_ELT);
@@ -83,7 +83,7 @@ public static TDocumentation create(final IModelingSession session) {
* @param obj a Class
* @return a {@link TDocumentation} proxy or null.
*/
- @objid ("015d05b9-080a-4b06-9184-7e8d123a50f6")
+ @objid ("778bba3a-67f5-4c44-8e4d-9bb3e8c5df95")
public static TDocumentation instantiate(final Class obj) {
return TDocumentation.canInstantiate(obj) ? new TDocumentation(obj) : null;
}
@@ -96,7 +96,7 @@ public static TDocumentation instantiate(final Class obj) {
* @return a {@link TDocumentation} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("2d15a8df-81e7-4247-8ea2-d22b4e0ef3cd")
+ @objid ("c8cb01c9-4648-4ccf-9789-97cb71e8798b")
public static TDocumentation safeInstantiate(final Class obj) throws IllegalArgumentException {
if (TDocumentation.canInstantiate(obj))
return new TDocumentation(obj);
@@ -104,7 +104,7 @@ public static TDocumentation safeInstantiate(final Class obj) throws IllegalArgu
throw new IllegalArgumentException("TDocumentation: Cannot instantiate "+obj+": wrong element type or stereotype");
}
- @objid ("58d7df07-d76b-47e0-997f-2134a8faceb2")
+ @objid ("6b7922ad-c7ab-4555-8233-48ec4c74375e")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -125,7 +125,7 @@ public boolean equals(final Object obj) {
* Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Stereotype description:
*
null
true if the instantiation can be carried out else false.
*/
- @objid ("aab12289-34d4-439f-8fd1-2d8deb1258d3")
+ @objid ("e1733f20-23c2-49f4-8d9a-82f213c2fa7e")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof Class) && (TEntityType.MdaTypes.STEREOTYPE_ELT!=null) && ((Class) elt).isStereotyped(TEntityType.MdaTypes.STEREOTYPE_ELT));
}
@@ -82,7 +82,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link TEntityType} proxy on the created {@link Class}.
*/
- @objid ("4db142d4-4dce-4825-8dd0-18c4c044045b")
+ @objid ("4dd24718-6f9c-4161-b860-895039d7611f")
public static TEntityType create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Standard.Class");
e.getExtension().add(TEntityType.MdaTypes.STEREOTYPE_ELT);
@@ -96,7 +96,7 @@ public static TEntityType create(final IModelingSession session) {
* @param obj a Class
* @return a {@link TEntityType} proxy or null.
*/
- @objid ("9555196a-2601-4d20-bf71-c8b859065ebc")
+ @objid ("4ddec4a6-bc8e-4dd5-be74-05df156bc8b1")
public static TEntityType instantiate(final Class obj) {
return TEntityType.canInstantiate(obj) ? new TEntityType(obj) : null;
}
@@ -109,7 +109,7 @@ public static TEntityType instantiate(final Class obj) {
* @return a {@link TEntityType} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("4ddb733e-e859-473e-9d51-4d0052e659f7")
+ @objid ("d6a46c5b-1672-43a9-b4f5-4ae3341af759")
public static TEntityType safeInstantiate(final Class obj) throws IllegalArgumentException {
if (TEntityType.canInstantiate(obj))
return new TEntityType(obj);
@@ -117,7 +117,7 @@ public static TEntityType safeInstantiate(final Class obj) throws IllegalArgumen
throw new IllegalArgumentException("TEntityType: Cannot instantiate "+obj+": wrong element type or stereotype");
}
- @objid ("0482b9a0-6606-45eb-8a1b-78a819073638")
+ @objid ("dc92efe5-1f92-43c7-a303-81b162d533fa")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -138,7 +138,7 @@ public boolean equals(final Object obj) {
* Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Property description:
*
null
Stereotype description:
*
null
* The method returns false if the instantiation cannot be carried out.
* @param elt a model object
* @return true if the instantiation can be carried out else false.
*/
- @objid ("41482ce1-4a26-496a-b60a-9da209a46239")
+ @objid ("e84d3cbc-078a-40e0-a60b-37350133bad1")
public static boolean canInstantiate(final MObject elt) {
- return ((elt instanceof Class) && (Tgroup.MdaTypes.STEREOTYPE_ELT!=null) && ((Class) elt).isStereotyped(Tgroup.MdaTypes.STEREOTYPE_ELT));
+ return ((elt instanceof Class) && (TGroup.MdaTypes.STEREOTYPE_ELT!=null) && ((Class) elt).isStereotyped(TGroup.MdaTypes.STEREOTYPE_ELT));
}
/**
- * Create a new {@link Class} stereotyped << Tgroup >> then instantiate a {@link Tgroup} proxy.
+ * Create a new {@link Class} stereotyped << TGroup >> then instantiate a {@link TGroup} proxy.
*
- * @return a {@link Tgroup} proxy on the created {@link Class}.
+ * @return a {@link TGroup} proxy on the created {@link Class}.
*/
- @objid ("431e6618-5dbf-4a24-afc2-0c623692e1af")
- public static Tgroup create(final IModelingSession session) {
+ @objid ("13ddd7ea-d1ff-40a9-ac41-3fc08bc444ea")
+ public static TGroup create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Standard.Class");
- e.getExtension().add(Tgroup.MdaTypes.STEREOTYPE_ELT);
- return Tgroup.instantiate((Class)e);
+ e.getExtension().add(TGroup.MdaTypes.STEREOTYPE_ELT);
+ return TGroup.instantiate((Class)e);
}
/**
- * Tries to instantiate a {@link Tgroup} proxy from a {@link Class} stereotyped << Tgroup >> checking its metaclass and its stereotype.
+ * Tries to instantiate a {@link TGroup} proxy from a {@link Class} stereotyped << TGroup >> checking its metaclass and its stereotype.
*
* The method returns null if the instantiation cannot be carried out. * @param obj a Class - * @return a {@link Tgroup} proxy or null. + * @return a {@link TGroup} proxy or null. */ - @objid ("27400b89-6c15-48e7-98ed-d71da8f5f7c0") - public static Tgroup instantiate(final Class obj) { - return Tgroup.canInstantiate(obj) ? new Tgroup(obj) : null; + @objid ("770930c3-1b9d-4c75-ac44-53f7a9548bf5") + public static TGroup instantiate(final Class obj) { + return TGroup.canInstantiate(obj) ? new TGroup(obj) : null; } /** - * Tries to instantiate a {@link Tgroup} proxy from a {@link Class} stereotyped << Tgroup >> checking its metaclass and its stereotype. + * Tries to instantiate a {@link TGroup} proxy from a {@link Class} stereotyped << TGroup >> checking its metaclass and its stereotype. *
* The method throws an {@link IllegalArgumentException} if the instantiation cannot be carried out.
* @param obj a {@link Class}
- * @return a {@link Tgroup} proxy.
+ * @return a {@link TGroup} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("db0024f7-d7fb-4382-9de5-7b4b6e72b5d7")
- public static Tgroup safeInstantiate(final Class obj) throws IllegalArgumentException {
- if (Tgroup.canInstantiate(obj))
- return new Tgroup(obj);
+ @objid ("3ec9f05c-41fb-4391-8610-792c250b8654")
+ public static TGroup safeInstantiate(final Class obj) throws IllegalArgumentException {
+ if (TGroup.canInstantiate(obj))
+ return new TGroup(obj);
else
- throw new IllegalArgumentException("Tgroup: Cannot instantiate "+obj+": wrong element type or stereotype");
+ throw new IllegalArgumentException("TGroup: Cannot instantiate "+obj+": wrong element type or stereotype");
}
/**
@@ -101,17 +101,17 @@ public static Tgroup safeInstantiate(final Class obj) throws IllegalArgumentExce
* Stereotype description:
* Stereotype description:
* Property description:
* Property description:
* Property description:
* Property description:
* Property description:
* Property description:
* Stereotype description:
* Stereotype description:
* Stereotype description:
* Property description:
* Property description:
* Stereotype description:
* Property description:
* Property description:
*
+ * Role description:
+ * null
+ *
+ */
+ @objid ("eefcdda8-137e-45e9-abde-60ad406f0968")
+ public boolean removeProperties(final TPropertyDef obj) {
+ if (obj != null) {
+ for (Dependency d : new ArrayList<>(this.elt.getDependsOnDependency())) {
+ if (d.isStereotyped(TPolicy.MdaTypes.MDAASSOCDEP) && Objects.equals(d.getTagValue(TPolicy.MdaTypes.MDAASSOCDEP_ROLE), "properties"))
+ if (Objects.equals(d.getDependsOn(), obj.getElement())) {
+ d.delete();
+ return true;
+ }
+ }
+ }
+ return false;
+
+ }
+
+ /**
+ * Remove a value from the 'targets' role.
+ * Role description:
+ * null
+ *
+ */
+ @objid ("ba2ca013-2d06-4e4e-bcf6-dac5e022e392")
+ public boolean removeTargets(final TNodeTemplate obj) {
+ if (obj != null) {
+ for (Dependency d : new ArrayList<>(this.elt.getDependsOnDependency())) {
+ if (d.isStereotyped(TPolicy.MdaTypes.MDAASSOCDEP) && Objects.equals(d.getTagValue(TPolicy.MdaTypes.MDAASSOCDEP_ROLE), "targets"))
+ if (Objects.equals(d.getDependsOn(), obj.getElement())) {
+ d.delete();
+ return true;
+ }
+ }
+ }
+ return false;
+
+ }
+
+ /**
+ * Remove a value from the 'triggers' role.
+ * Role description:
+ * null
+ *
+ */
+ @objid ("1d4e1a70-82a5-414c-b993-2d0a6b18f6b8")
+ public boolean removeTriggers(final Trigger obj) {
+ if (obj != null) {
+ for (Dependency d : new ArrayList<>(this.elt.getDependsOnDependency())) {
+ if (d.isStereotyped(TPolicy.MdaTypes.MDAASSOCDEP) && Objects.equals(d.getTagValue(TPolicy.MdaTypes.MDAASSOCDEP_ROLE), "triggers"))
+ if (Objects.equals(d.getDependsOn(), obj.getElement())) {
+ d.delete();
+ return true;
+ }
+ }
+ }
+ return false;
+
+ }
/**
* Setter for property 'TPolicy.description'
* Property description:
* Property description:
* Stereotype description:
* Property description:
* Property description:
* Property description:
* Property description:
* Stereotype description:
* Property description:
* Property description:
* Property description:
* Property description:
* Stereotype description:
* Stereotype description:
* Property description:
* Property description:
* Property description:
* Property description:
* Property description:
* Property description:
* Property description:
* Property description:
* Stereotype description:
* Stereotype description:
* Stereotype description:
* Property description:
* Property description:
* Property description:
* Property description:
* Property description:
* Property description:
* Property description:
* Property description:
* Property description:
* Property description:
* Property description:
* Property description:
* Stereotype description:
* Property description:
* Property description:
* Stereotype description:
* Property description:
* Property description:
* Stereotype description:
* Property description:
* Property description:
* Property description:
* Property description:
* Property description:
* Property description:
* Property description:
* Property description:
* Property description:
* Property description:
* Property description:
* Property description:
* Stereotype description:
*
nulltrue if the instantiation can be carried out else false.
*/
- @objid ("7db895c3-166c-40f4-a2a3-1b7b9c5a9980")
+ @objid ("7da95592-60a2-4498-a16d-da605f5164ed")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof Class) && (TGroupType.MdaTypes.STEREOTYPE_ELT!=null) && ((Class) elt).isStereotyped(TGroupType.MdaTypes.STEREOTYPE_ELT));
}
@@ -49,7 +49,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link TGroupType} proxy on the created {@link Class}.
*/
- @objid ("96e4b1d3-9439-4726-a196-9442839a3cbe")
+ @objid ("4efc4e05-1f5c-419d-ba7a-3b9798fd48e4")
public static TGroupType create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Standard.Class");
e.getExtension().add(TGroupType.MdaTypes.STEREOTYPE_ELT);
@@ -63,7 +63,7 @@ public static TGroupType create(final IModelingSession session) {
* @param obj a Class
* @return a {@link TGroupType} proxy or null.
*/
- @objid ("1d8b99af-ad9d-4d9a-b774-ae509e899915")
+ @objid ("651ac253-230f-4997-8692-d8d193920645")
public static TGroupType instantiate(final Class obj) {
return TGroupType.canInstantiate(obj) ? new TGroupType(obj) : null;
}
@@ -76,7 +76,7 @@ public static TGroupType instantiate(final Class obj) {
* @return a {@link TGroupType} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("f555cbea-649f-4420-b2c0-59291ae14742")
+ @objid ("b35b29f9-cc95-46fd-80e6-b93f7670cfcd")
public static TGroupType safeInstantiate(final Class obj) throws IllegalArgumentException {
if (TGroupType.canInstantiate(obj))
return new TGroupType(obj);
@@ -84,7 +84,7 @@ public static TGroupType safeInstantiate(final Class obj) throws IllegalArgument
throw new IllegalArgumentException("TGroupType: Cannot instantiate "+obj+": wrong element type or stereotype");
}
- @objid ("052b5aad-b28f-497e-9873-7013c337bf7b")
+ @objid ("056fffb2-5ed4-433b-be9e-b5d00c1fb817")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -104,36 +104,36 @@ public boolean equals(final Object obj) {
* Get the underlying {@link Class}.
* @return the Class represented by this proxy, never null.
*/
- @objid ("3848ec68-e037-46de-a97f-d00c70618579")
+ @objid ("9dd0c6ad-77b1-454c-8b8c-31ef2fde6415")
@Override
public Class getElement() {
return (Class)super.getElement();
}
- @objid ("59513c89-4331-4bb3-a022-1a30ac9c6e37")
+ @objid ("baa512f0-ac54-446e-9aec-a66973074b0c")
@Override
public int hashCode() {
return 23 + ((this.elt == null) ? 0 : this.elt.hashCode());
}
- @objid ("7a33a6e5-8a9f-4127-986f-a99dc80627a3")
+ @objid ("ab0ab8c0-29e2-4886-957f-2154344538cd")
protected TGroupType(final Class elt) {
super(elt);
}
- @objid ("a65ab7d8-037e-46bd-b324-5bff6265ee04")
+ @objid ("436a3399-313c-484e-bdce-ebbc95e83671")
public static final class MdaTypes {
- @objid ("6f15e5e2-e60d-4894-9673-8607a73e1b9b")
+ @objid ("9d31f20f-9d2f-454d-bc68-0987fa46ffac")
public static Stereotype STEREOTYPE_ELT;
- @objid ("fab6c474-967d-4200-9fbd-54e867bd9908")
+ @objid ("a6891054-16be-43e6-a9ef-164a76033ec5")
private static Stereotype MDAASSOCDEP;
- @objid ("a4a0dc0c-b9e9-4f78-bf5b-4c49952598c3")
+ @objid ("57c1e1c7-eb99-4328-9711-e26458c23bb6")
private static TagType MDAASSOCDEP_ROLE;
- @objid ("a6d3a660-8281-411c-8341-8479f8bbc5e2")
+ @objid ("43be4ae4-4406-4ceb-b07f-9624202f432f")
public static void init(final IModelingSession session) throws MdaProxyException {
List
nulltrue if the instantiation can be carried out else false.
*/
- @objid ("292f6e94-7d10-4b86-85e4-b7a93cdaf89c")
+ @objid ("79145748-82c2-4c5b-bad1-96ccd6753dc8")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof Class) && (TNodeTemplate.MdaTypes.STEREOTYPE_ELT!=null) && ((Class) elt).isStereotyped(TNodeTemplate.MdaTypes.STEREOTYPE_ELT));
}
@@ -70,7 +70,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link TNodeTemplate} proxy on the created {@link Class}.
*/
- @objid ("2f2a0162-cda5-4d23-96f4-227e2484ed7f")
+ @objid ("1e990785-3b45-4a7e-9e76-60e4c2b1972a")
public static TNodeTemplate create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Standard.Class");
e.getExtension().add(TNodeTemplate.MdaTypes.STEREOTYPE_ELT);
@@ -84,7 +84,7 @@ public static TNodeTemplate create(final IModelingSession session) {
* @param obj a Class
* @return a {@link TNodeTemplate} proxy or null.
*/
- @objid ("01a8dd23-c225-4a20-b8ee-e429a09e228c")
+ @objid ("ea31c46c-4fd9-40ca-8137-2702d2506ec3")
public static TNodeTemplate instantiate(final Class obj) {
return TNodeTemplate.canInstantiate(obj) ? new TNodeTemplate(obj) : null;
}
@@ -97,7 +97,7 @@ public static TNodeTemplate instantiate(final Class obj) {
* @return a {@link TNodeTemplate} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("7fbc8a22-7547-4860-9e7d-4a71cdd77316")
+ @objid ("189328d2-6392-4e6f-a51d-4cce9ed4fbd6")
public static TNodeTemplate safeInstantiate(final Class obj) throws IllegalArgumentException {
if (TNodeTemplate.canInstantiate(obj))
return new TNodeTemplate(obj);
@@ -105,7 +105,7 @@ public static TNodeTemplate safeInstantiate(final Class obj) throws IllegalArgum
throw new IllegalArgumentException("TNodeTemplate: Cannot instantiate "+obj+": wrong element type or stereotype");
}
- @objid ("463fbf8d-ab5d-418c-9fa6-58f115e5a639")
+ @objid ("73ad2b6b-496a-4282-aedf-c5ce39fea0f5")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -127,7 +127,7 @@ public boolean equals(final Object obj) {
* null
*
*/
- @objid ("27ef415b-22aa-4522-b981-e68d0a5ce9d2")
+ @objid ("38d10667-9f8a-4387-85c0-f6bf8a0d42a7")
public TDeploymentArtifacts getDeploymentArtifacts() {
for (Dependency d : this.elt.getDependsOnDependency()) {
if (d.isStereotyped(TNodeTemplate.MdaTypes.MDAASSOCDEP)
@@ -143,7 +143,7 @@ public TDeploymentArtifacts getDeploymentArtifacts() {
* Get the underlying {@link Class}.
* @return the Class represented by this proxy, never null.
*/
- @objid ("9327b657-423c-411d-965c-f3d875ad3ae7")
+ @objid ("9ec01be0-40c2-4af6-beaf-cfdce704c2db")
public Class getElement() {
return this.elt;
}
@@ -153,7 +153,7 @@ public Class getElement() {
*
null
null
null
null
null
null
nulltrue if the instantiation can be carried out else false.
*/
- @objid ("6a1c074b-70bc-4281-b745-dab82a8eaac9")
+ @objid ("ef3448f1-6b26-4043-accc-efcc0c69ec39")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof Class) && (TNodeType.MdaTypes.STEREOTYPE_ELT!=null) && ((Class) elt).isStereotyped(TNodeType.MdaTypes.STEREOTYPE_ELT));
}
@@ -57,7 +57,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link TNodeType} proxy on the created {@link Class}.
*/
- @objid ("f67319f2-a4ac-4ebb-9a6e-c1c920a864fd")
+ @objid ("e5b5b687-422f-48ee-a41c-84b3d134b2b6")
public static TNodeType create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Standard.Class");
e.getExtension().add(TNodeType.MdaTypes.STEREOTYPE_ELT);
@@ -71,7 +71,7 @@ public static TNodeType create(final IModelingSession session) {
* @param obj a Class
* @return a {@link TNodeType} proxy or null.
*/
- @objid ("1ea72c51-400a-4001-991a-37dee17f02f9")
+ @objid ("cb56077b-a9f2-4b89-94f5-9c1e909845e2")
public static TNodeType instantiate(final Class obj) {
return TNodeType.canInstantiate(obj) ? new TNodeType(obj) : null;
}
@@ -84,7 +84,7 @@ public static TNodeType instantiate(final Class obj) {
* @return a {@link TNodeType} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("da820931-1285-4275-a567-f08e85965d19")
+ @objid ("3c1c7fde-c681-4254-a26f-8648469ae642")
public static TNodeType safeInstantiate(final Class obj) throws IllegalArgumentException {
if (TNodeType.canInstantiate(obj))
return new TNodeType(obj);
@@ -98,7 +98,7 @@ public static TNodeType safeInstantiate(final Class obj) throws IllegalArgumentE
* null
*
*/
- @objid ("a3bdb99b-e918-44d0-9de0-72723b231e10")
+ @objid ("fcf9eb30-dfe5-429d-8d10-15b426e86ec5")
public void addImports(final ImportElement obj) {
if (obj != null) {
IModelingSession session = ModelingSessionRegistry.getSession(this.elt);
@@ -114,7 +114,7 @@ public void addImports(final ImportElement obj) {
* null
*
*/
- @objid ("e0b72ce5-1471-4164-b7dc-da2c6ce52e77")
+ @objid ("38aad591-d692-4965-9cf9-8817e3376756")
public void addProperties(final PropertiesDefinitionType obj) {
if (obj != null) {
IModelingSession session = ModelingSessionRegistry.getSession(this.elt);
@@ -124,7 +124,7 @@ public void addProperties(final PropertiesDefinitionType obj) {
}
}
- @objid ("d59eb82d-8c41-4711-9130-086fbe52d11a")
+ @objid ("e2d1012a-2530-4fe1-9d27-ad89fe2c8775")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -146,7 +146,7 @@ public boolean equals(final Object obj) {
* null
*
*/
- @objid ("800911f7-f82a-4d88-9494-d9f23d02fe40")
+ @objid ("455bdfa7-bd2c-4a10-90d6-07749ad4e4ae")
public TCapabilityDefinitionsType getCapabilityDefinitions() {
for (Dependency d : this.elt.getDependsOnDependency()) {
if (d.isStereotyped(TNodeType.MdaTypes.MDAASSOCDEP)
@@ -164,7 +164,7 @@ public TCapabilityDefinitionsType getCapabilityDefinitions() {
* null
*
*/
- @objid ("5d30b6bf-f6f3-4fdb-8c42-026dbdf84a55")
+ @objid ("70495915-c05c-4c61-b6f7-4ec62505ccf3")
public TEntityType getDerivedFrom() {
for (Dependency d : this.elt.getDependsOnDependency()) {
if (d.isStereotyped(TNodeType.MdaTypes.MDAASSOCDEP)
@@ -180,7 +180,7 @@ public TEntityType getDerivedFrom() {
* Get the underlying {@link Class}.
* @return the Class represented by this proxy, never null.
*/
- @objid ("1a0d3b2a-9658-46de-bfd9-ba509bc84d68")
+ @objid ("aafd840d-d413-4aa6-9f17-29883234aab3")
@Override
public Class getElement() {
return (Class)super.getElement();
@@ -192,7 +192,7 @@ public Class getElement() {
* null
*
*/
- @objid ("466414a6-35af-4503-a414-27cdf9611c06")
+ @objid ("de92607b-1603-41e4-bcb8-a88016d0c558")
public List
nulltrue if the instantiation can be carried out else false.
*/
- @objid ("1696b339-0dc4-4c6f-b184-50ac9b087f60")
+ @objid ("a662152a-c445-48e6-84e2-4e12bb9956ee")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof Class) && (TPlan.MdaTypes.STEREOTYPE_ELT!=null) && ((Class) elt).isStereotyped(TPlan.MdaTypes.STEREOTYPE_ELT));
}
@@ -55,7 +55,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link TPlan} proxy on the created {@link Class}.
*/
- @objid ("1c5f9ac6-41f0-433a-93b5-691a14479167")
+ @objid ("a9c7bd07-54af-4d69-83bc-2d81f5d932c4")
public static TPlan create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Standard.Class");
e.getExtension().add(TPlan.MdaTypes.STEREOTYPE_ELT);
@@ -69,7 +69,7 @@ public static TPlan create(final IModelingSession session) {
* @param obj a Class
* @return a {@link TPlan} proxy or null.
*/
- @objid ("e07b1a5a-1bb1-460c-815f-dcef91da2844")
+ @objid ("65d8f022-20be-45fe-bbf0-17d68a749af0")
public static TPlan instantiate(final Class obj) {
return TPlan.canInstantiate(obj) ? new TPlan(obj) : null;
}
@@ -82,7 +82,7 @@ public static TPlan instantiate(final Class obj) {
* @return a {@link TPlan} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("08539a99-9b39-40ce-aa1e-2e4e6fab07de")
+ @objid ("173038df-61fb-4ca3-ac7d-019c7f4866af")
public static TPlan safeInstantiate(final Class obj) throws IllegalArgumentException {
if (TPlan.canInstantiate(obj))
return new TPlan(obj);
@@ -90,7 +90,7 @@ public static TPlan safeInstantiate(final Class obj) throws IllegalArgumentExcep
throw new IllegalArgumentException("TPlan: Cannot instantiate "+obj+": wrong element type or stereotype");
}
- @objid ("8c619d44-ded0-4754-8d45-9a7512242be4")
+ @objid ("a2ac0a40-430a-4f89-b808-532fc1e43f16")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -110,35 +110,35 @@ public boolean equals(final Object obj) {
* Get the underlying {@link Class}.
* @return the Class represented by this proxy, never null.
*/
- @objid ("2b34f5db-f2aa-47f2-b992-1d747a67ee18")
+ @objid ("673992c2-95f1-4b4d-80df-73c1f82617b1")
public Class getElement() {
return this.elt;
}
- @objid ("396133f3-203e-4f73-b26d-6b79c4419b80")
+ @objid ("1e1ed588-a5cb-4d7f-a8c5-ef899fae2d4c")
@Override
public int hashCode() {
return 23 + ((this.elt == null) ? 0 : this.elt.hashCode());
}
- @objid ("5ba2e15a-3d7f-4165-8d7b-cbc1bdfe98f0")
+ @objid ("7b3a93a4-8c8a-4963-a933-79a06b85ad77")
protected TPlan(final Class elt) {
this.elt = elt;
}
- @objid ("59ce7a8a-e0d5-420b-8af2-7f85181224a6")
+ @objid ("51ab769b-1d51-4432-af7b-bbcb1b4e1c9f")
public static final class MdaTypes {
- @objid ("9840f2d0-4260-4b52-bc95-a9c5d2951144")
+ @objid ("f148eba2-54be-47b1-933e-ff6e6b5bafdb")
public static Stereotype STEREOTYPE_ELT;
- @objid ("ddff2b8e-9a8c-4bca-ad76-3681f0828886")
+ @objid ("d03b5bb8-43c0-4969-b1b4-d72de9e78b93")
private static Stereotype MDAASSOCDEP;
- @objid ("3f723efd-dbc8-4535-a7d6-f2bc1b4464ef")
+ @objid ("db89cb2a-d762-4ac3-84fd-796ee71804f1")
private static TagType MDAASSOCDEP_ROLE;
- @objid ("205a0c0b-5097-4c5e-803c-2696ca8327c7")
+ @objid ("47be6d93-4ccf-4724-99ea-8aa984f18edb")
public static void init(final IModelingSession session) throws MdaProxyException {
List
nulltrue if the instantiation can be carried out else false.
*/
- @objid ("4519f623-f1cd-414d-97ff-45259ba432f0")
+ @objid ("1ca8ea4d-2be7-4cfd-8808-0c5e8e804c3f")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof Class) && (TPlans.MdaTypes.STEREOTYPE_ELT!=null) && ((Class) elt).isStereotyped(TPlans.MdaTypes.STEREOTYPE_ELT));
}
@@ -65,7 +65,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link TPlans} proxy on the created {@link Class}.
*/
- @objid ("877e969b-f9e3-44cc-bb7e-c8dcf3f7768a")
+ @objid ("ba066d60-2dc6-45eb-9b7c-548504d481f4")
public static TPlans create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Standard.Class");
e.getExtension().add(TPlans.MdaTypes.STEREOTYPE_ELT);
@@ -79,7 +79,7 @@ public static TPlans create(final IModelingSession session) {
* @param obj a Class
* @return a {@link TPlans} proxy or null.
*/
- @objid ("c7b8a7b6-1046-4dcf-b130-cd5f292050fe")
+ @objid ("527bca95-8707-4d26-be06-ef97609873bb")
public static TPlans instantiate(final Class obj) {
return TPlans.canInstantiate(obj) ? new TPlans(obj) : null;
}
@@ -92,7 +92,7 @@ public static TPlans instantiate(final Class obj) {
* @return a {@link TPlans} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("33d1d550-c187-458c-a93d-a7bd6ddd7385")
+ @objid ("26871d23-e162-4eb3-9f46-09eca2cb2d82")
public static TPlans safeInstantiate(final Class obj) throws IllegalArgumentException {
if (TPlans.canInstantiate(obj))
return new TPlans(obj);
@@ -106,7 +106,7 @@ public static TPlans safeInstantiate(final Class obj) throws IllegalArgumentExce
* null
*
*/
- @objid ("30884be0-8042-4267-92e2-2c3904d42f87")
+ @objid ("7fb55e8f-45fd-49a2-b50f-c4fd8670057f")
public void addPlans(final TPlan obj) {
if (obj != null) {
IModelingSession session = ModelingSessionRegistry.getSession(this.elt);
@@ -116,7 +116,7 @@ public void addPlans(final TPlan obj) {
}
}
- @objid ("c9e55023-a318-4138-9f3b-c2586d6ce34a")
+ @objid ("4576b547-9f22-472b-a97d-73f389b05b17")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -136,7 +136,7 @@ public boolean equals(final Object obj) {
* Get the underlying {@link Class}.
* @return the Class represented by this proxy, never null.
*/
- @objid ("a7980029-f113-4b28-8510-11f685ee5d37")
+ @objid ("ccab5d8a-cc76-44ae-86d3-927591de18bc")
public Class getElement() {
return this.elt;
}
@@ -147,7 +147,7 @@ public Class getElement() {
* null
*
*/
- @objid ("6ad09143-3470-441f-a20c-d952ad1e40b1")
+ @objid ("b1678e10-077a-4d05-9e37-f8b9b90b59d2")
public List
null
null
nulltrue if the instantiation can be carried out else false.
*/
- @objid ("b32b0fe1-8e11-4c4f-8c17-5c3303d7d432")
+ @objid ("85ed97bf-4b66-4339-b6ef-e8f62f96d78f")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof Class) && (TPolicy.MdaTypes.STEREOTYPE_ELT!=null) && ((Class) elt).isStereotyped(TPolicy.MdaTypes.STEREOTYPE_ELT));
}
@@ -69,7 +69,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link TPolicy} proxy on the created {@link Class}.
*/
- @objid ("d434adfe-1695-45b2-bae2-349c059f4125")
+ @objid ("f7697763-31f9-4811-bd13-4f8e79b1192b")
public static TPolicy create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Standard.Class");
e.getExtension().add(TPolicy.MdaTypes.STEREOTYPE_ELT);
@@ -83,7 +83,7 @@ public static TPolicy create(final IModelingSession session) {
* @param obj a Class
* @return a {@link TPolicy} proxy or null.
*/
- @objid ("8a41c599-c411-47ac-9662-5b1a9f9a5d4d")
+ @objid ("9d739956-30ec-4bff-9b81-7fe4260ec538")
public static TPolicy instantiate(final Class obj) {
return TPolicy.canInstantiate(obj) ? new TPolicy(obj) : null;
}
@@ -96,7 +96,7 @@ public static TPolicy instantiate(final Class obj) {
* @return a {@link TPolicy} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("901b14fa-ea37-44a1-8fd3-af4662edb31c")
+ @objid ("2095332d-40a0-4f8b-a5d1-06cb8a2efa7b")
public static TPolicy safeInstantiate(final Class obj) throws IllegalArgumentException {
if (TPolicy.canInstantiate(obj))
return new TPolicy(obj);
@@ -110,7 +110,7 @@ public static TPolicy safeInstantiate(final Class obj) throws IllegalArgumentExc
* null
*
*/
- @objid ("6896f7b9-e717-4aa7-be76-dd0e45291c78")
+ @objid ("b02f7cb9-93c0-4edf-ab62-4a88c5b5b89d")
public void addProperties(final TPropertyDef obj) {
if (obj != null) {
IModelingSession session = ModelingSessionRegistry.getSession(this.elt);
@@ -126,7 +126,7 @@ public void addProperties(final TPropertyDef obj) {
* null
*
*/
- @objid ("ca458bac-d6ba-431c-ad6c-5e70ba32a346")
+ @objid ("5c6b5d2a-81de-4325-8bc0-56ddba962e43")
public void addTargets(final TNodeTemplate obj) {
if (obj != null) {
IModelingSession session = ModelingSessionRegistry.getSession(this.elt);
@@ -142,7 +142,7 @@ public void addTargets(final TNodeTemplate obj) {
* null
*
*/
- @objid ("d700b29b-fdad-4187-a198-8aaa8869707b")
+ @objid ("2c1fcc24-a69a-4500-a251-0cf1e2e16734")
public void addTriggers(final Trigger obj) {
if (obj != null) {
IModelingSession session = ModelingSessionRegistry.getSession(this.elt);
@@ -152,7 +152,7 @@ public void addTriggers(final Trigger obj) {
}
}
- @objid ("db98eeb4-dc68-4c92-8338-d72124703dc3")
+ @objid ("e0f69061-6aaa-43ed-9f04-83b727200a3b")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -173,7 +173,7 @@ public boolean equals(final Object obj) {
*
null
null
null
null
nulltrue if the instantiation can be carried out else false.
*/
- @objid ("e5b64a25-58dc-4807-b151-2a0685f524d9")
+ @objid ("68c739d5-f3d2-49ef-a756-0afa4626db5d")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof Class) && (TPolicyType.MdaTypes.STEREOTYPE_ELT!=null) && ((Class) elt).isStereotyped(TPolicyType.MdaTypes.STEREOTYPE_ELT));
}
@@ -61,7 +61,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link TPolicyType} proxy on the created {@link Class}.
*/
- @objid ("4b17d0f2-8bd6-4e96-b018-c7c4109ae91d")
+ @objid ("ebbc45aa-36b7-4ea0-90ec-26bd3a889262")
public static TPolicyType create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Standard.Class");
e.getExtension().add(TPolicyType.MdaTypes.STEREOTYPE_ELT);
@@ -75,7 +75,7 @@ public static TPolicyType create(final IModelingSession session) {
* @param obj a Class
* @return a {@link TPolicyType} proxy or null.
*/
- @objid ("9e0b9f10-df6f-4f32-ad2d-4537ab2c2f88")
+ @objid ("7d7cdf56-89cf-4daf-a0dc-bc0baa628d1e")
public static TPolicyType instantiate(final Class obj) {
return TPolicyType.canInstantiate(obj) ? new TPolicyType(obj) : null;
}
@@ -88,7 +88,7 @@ public static TPolicyType instantiate(final Class obj) {
* @return a {@link TPolicyType} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("a3a287bf-ec18-4fb6-9056-5725cd35d5c3")
+ @objid ("609a2081-ab67-43f6-87b1-bc3235e4d460")
public static TPolicyType safeInstantiate(final Class obj) throws IllegalArgumentException {
if (TPolicyType.canInstantiate(obj))
return new TPolicyType(obj);
@@ -96,7 +96,7 @@ public static TPolicyType safeInstantiate(final Class obj) throws IllegalArgumen
throw new IllegalArgumentException("TPolicyType: Cannot instantiate "+obj+": wrong element type or stereotype");
}
- @objid ("08d05ae1-aaa0-47c4-86ce-7449e15a9fec")
+ @objid ("1a2ad96b-6480-4416-9651-b0e310cdc1d5")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -118,7 +118,7 @@ public boolean equals(final Object obj) {
* null
*
*/
- @objid ("d18f48d4-e725-466d-88bd-2d36ac42f0d7")
+ @objid ("052bec20-47e1-4b8a-9626-8e3e5d095967")
public TPolicyType getDerivedFrom() {
for (Dependency d : this.elt.getImpactedDependency()) {
if (d.isStereotyped(TPolicyType.MdaTypes.MDAASSOCDEP)
@@ -135,7 +135,7 @@ public TPolicyType getDerivedFrom() {
*
null
null
null
null
nulltrue if the instantiation can be carried out else false.
*/
- @objid ("cb6969a1-506d-442d-bf09-969807e13081")
+ @objid ("34e411bf-f0ac-4a09-bbbf-4926e05aa73e")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof Class) && (TRelationshipType.MdaTypes.STEREOTYPE_ELT!=null) && ((Class) elt).isStereotyped(TRelationshipType.MdaTypes.STEREOTYPE_ELT));
}
@@ -57,7 +57,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link TRelationshipType} proxy on the created {@link Class}.
*/
- @objid ("570820c6-2ebc-4e59-a5d8-9b71bb74b879")
+ @objid ("10e3240b-4606-4773-8bc6-45a87160fea7")
public static TRelationshipType create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Standard.Class");
e.getExtension().add(TRelationshipType.MdaTypes.STEREOTYPE_ELT);
@@ -71,7 +71,7 @@ public static TRelationshipType create(final IModelingSession session) {
* @param obj a Class
* @return a {@link TRelationshipType} proxy or null.
*/
- @objid ("6c8b48ba-df60-461b-a196-3b6395580fec")
+ @objid ("d7289b5f-d040-49c8-9811-d11977c9f32c")
public static TRelationshipType instantiate(final Class obj) {
return TRelationshipType.canInstantiate(obj) ? new TRelationshipType(obj) : null;
}
@@ -84,7 +84,7 @@ public static TRelationshipType instantiate(final Class obj) {
* @return a {@link TRelationshipType} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("0b0c17c1-db5d-4f92-90d2-5e1f6c4932c1")
+ @objid ("21abc881-ec7c-4e21-b687-c4324ea253a6")
public static TRelationshipType safeInstantiate(final Class obj) throws IllegalArgumentException {
if (TRelationshipType.canInstantiate(obj))
return new TRelationshipType(obj);
@@ -92,7 +92,7 @@ public static TRelationshipType safeInstantiate(final Class obj) throws IllegalA
throw new IllegalArgumentException("TRelationshipType: Cannot instantiate "+obj+": wrong element type or stereotype");
}
- @objid ("dda12f3f-3a2e-47dc-80b5-703aae34e010")
+ @objid ("ae4c8c59-1b07-4565-8465-ac612f3514c0")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -112,7 +112,7 @@ public boolean equals(final Object obj) {
* Get the underlying {@link Class}.
* @return the Class represented by this proxy, never null.
*/
- @objid ("d0c6fca3-a10b-40e7-ad1e-bdc083856eb3")
+ @objid ("1c60d772-45b5-4a99-972e-0a0be1c08345")
@Override
public Class getElement() {
return (Class)super.getElement();
@@ -123,7 +123,7 @@ public Class getElement() {
*
null
null
null
null
nulltrue if the instantiation can be carried out else false.
*/
- @objid ("211548c2-bdb0-46ff-8b83-876a3b233131")
+ @objid ("f1095221-cbe2-4974-8a30-3b5cc374d8b8")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof Class) && (TRequirement.MdaTypes.STEREOTYPE_ELT!=null) && ((Class) elt).isStereotyped(TRequirement.MdaTypes.STEREOTYPE_ELT));
}
@@ -60,7 +60,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link TRequirement} proxy on the created {@link Class}.
*/
- @objid ("796aa661-0e5d-4d6f-85b5-fea1d72bf18e")
+ @objid ("cf1e0489-0af5-47bb-a2ec-6a5453d9f09a")
public static TRequirement create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Standard.Class");
e.getExtension().add(TRequirement.MdaTypes.STEREOTYPE_ELT);
@@ -74,7 +74,7 @@ public static TRequirement create(final IModelingSession session) {
* @param obj a Class
* @return a {@link TRequirement} proxy or null.
*/
- @objid ("e40ee714-9ba3-4775-afd7-2213654260a1")
+ @objid ("e5b6d37c-27f4-41fd-badd-b4db3f6cc454")
public static TRequirement instantiate(final Class obj) {
return TRequirement.canInstantiate(obj) ? new TRequirement(obj) : null;
}
@@ -87,7 +87,7 @@ public static TRequirement instantiate(final Class obj) {
* @return a {@link TRequirement} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("903fe62f-e012-4b47-bf06-8607ea0e6791")
+ @objid ("26039dcd-9b1f-46d2-8774-54799cc3882e")
public static TRequirement safeInstantiate(final Class obj) throws IllegalArgumentException {
if (TRequirement.canInstantiate(obj))
return new TRequirement(obj);
@@ -95,7 +95,7 @@ public static TRequirement safeInstantiate(final Class obj) throws IllegalArgume
throw new IllegalArgumentException("TRequirement: Cannot instantiate "+obj+": wrong element type or stereotype");
}
- @objid ("d22372f3-7338-4330-96cc-1dd16a5e6f26")
+ @objid ("f9eeedc1-09ae-461f-8a54-ab03f1407ffd")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -117,7 +117,7 @@ public boolean equals(final Object obj) {
* null
*
*/
- @objid ("d4fbe5bd-6ccd-45f6-9ffd-83211fe4eaf0")
+ @objid ("553e6653-aa43-4425-b55b-a9955d5619a3")
public CapabilityStereotype getCapability() {
for (Dependency d : this.elt.getDependsOnDependency()) {
if (d.isStereotyped(TRequirement.MdaTypes.MDAASSOCDEP)
@@ -133,7 +133,7 @@ public CapabilityStereotype getCapability() {
* Get the underlying {@link Class}.
* @return the Class represented by this proxy, never null.
*/
- @objid ("0377b603-dd85-4a49-9602-44ad8c48ea4b")
+ @objid ("41d9ce03-847c-4647-82be-948d246ecd0b")
public Class getElement() {
return this.elt;
}
@@ -144,7 +144,7 @@ public Class getElement() {
* null
*
*/
- @objid ("ae860fe8-cc60-4756-8b6e-746899a79cd7")
+ @objid ("9000227d-e92b-4bee-a560-5a8cb658390b")
public TNodeTemplate getNode() {
for (Dependency d : this.elt.getDependsOnDependency()) {
if (d.isStereotyped(TRequirement.MdaTypes.MDAASSOCDEP)
@@ -162,7 +162,7 @@ public TNodeTemplate getNode() {
* null
*
*/
- @objid ("c357a6bd-1b0e-416b-9ac9-2c5ca8822a6a")
+ @objid ("d1ee7f02-0af4-4e57-8a00-710281b13b4b")
public TRelationshipTemplate getRelationship() {
for (Dependency d : this.elt.getDependsOnDependency()) {
if (d.isStereotyped(TRequirement.MdaTypes.MDAASSOCDEP)
@@ -174,7 +174,7 @@ public TRelationshipTemplate getRelationship() {
return null;
}
- @objid ("417d1c95-7578-40f0-9343-61f20d58f65a")
+ @objid ("14bbb80f-8858-403e-91bc-1d318fa97be5")
@Override
public int hashCode() {
return 23 + ((this.elt == null) ? 0 : this.elt.hashCode());
@@ -187,7 +187,7 @@ public int hashCode() {
* null
*
*/
- @objid ("c4fbdc7c-d388-472c-b2ed-3b7592981b8d")
+ @objid ("3f986e90-6683-488e-8aef-02d299dd224a")
public void setCapability(final CapabilityStereotype obj) {
Dependency dep = null;
for (Dependency d : this.elt.getDependsOnDependency())
@@ -214,7 +214,7 @@ public void setCapability(final CapabilityStereotype obj) {
* null
*
*/
- @objid ("e9fa9cd4-e6c1-4221-8269-93c7101d1c86")
+ @objid ("0a32b596-cef6-4349-82a4-8b397baa4809")
public void setNode(final TNodeTemplate obj) {
Dependency dep = null;
for (Dependency d : this.elt.getDependsOnDependency())
@@ -241,7 +241,7 @@ public void setNode(final TNodeTemplate obj) {
* null
*
*/
- @objid ("a792a813-60c8-4bcc-a37a-e473351887a8")
+ @objid ("3e1fac9d-0505-4936-809b-bf929c2a10b5")
public void setRelationship(final TRelationshipTemplate obj) {
Dependency dep = null;
for (Dependency d : this.elt.getDependsOnDependency())
@@ -262,23 +262,23 @@ public void setRelationship(final TRelationshipTemplate obj) {
}
- @objid ("d3b9b093-028b-4247-ab5f-aaa4d8e03bfa")
+ @objid ("be269fdf-8866-4cc9-9867-85b0b498c57f")
protected TRequirement(final Class elt) {
this.elt = elt;
}
- @objid ("7e3143f2-f9b1-465e-9d11-eba0e71d7d96")
+ @objid ("bd071f64-ce22-419f-ba7c-754da039062f")
public static final class MdaTypes {
- @objid ("c92bc026-be7c-43c0-9249-6082c69b5a81")
+ @objid ("9b5e4dfe-758f-4a46-a093-9872ca81aca5")
public static Stereotype STEREOTYPE_ELT;
- @objid ("c5c84035-3fac-494f-98e7-bacd48806ac8")
+ @objid ("74f96a65-2214-474d-8bc2-1a476de39171")
private static Stereotype MDAASSOCDEP;
- @objid ("159894ed-ecc8-42ca-ab3a-448e14752fd5")
+ @objid ("35cf8073-1108-4082-80d4-c143b83018f2")
private static TagType MDAASSOCDEP_ROLE;
- @objid ("6bd10e3a-e6f3-48ef-8448-bc6b277d4d0a")
+ @objid ("7b50eb27-d542-4ea7-94ad-83d280bb0cf7")
public static void init(final IModelingSession session) throws MdaProxyException {
List
nulltrue if the instantiation can be carried out else false.
*/
- @objid ("92004102-a194-49e9-9a37-d45c18b274f0")
+ @objid ("edec75f3-078b-45f9-b56e-ecbc9553d6a1")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof Class) && (TRequirementDefinition.MdaTypes.STEREOTYPE_ELT!=null) && ((Class) elt).isStereotyped(TRequirementDefinition.MdaTypes.STEREOTYPE_ELT));
}
@@ -73,7 +73,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link TRequirementDefinition} proxy on the created {@link Class}.
*/
- @objid ("5b00ec9b-cd4d-4c8b-9a21-0087548bc8a0")
+ @objid ("8fbce15a-9733-4f0c-98d5-ee3f694362c1")
public static TRequirementDefinition create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Standard.Class");
e.getExtension().add(TRequirementDefinition.MdaTypes.STEREOTYPE_ELT);
@@ -87,7 +87,7 @@ public static TRequirementDefinition create(final IModelingSession session) {
* @param obj a Class
* @return a {@link TRequirementDefinition} proxy or null.
*/
- @objid ("246f0050-41ce-415f-a560-7ea4089bfba4")
+ @objid ("58224f1f-3c5e-40a6-b18e-d37b0d1bdde6")
public static TRequirementDefinition instantiate(final Class obj) {
return TRequirementDefinition.canInstantiate(obj) ? new TRequirementDefinition(obj) : null;
}
@@ -100,7 +100,7 @@ public static TRequirementDefinition instantiate(final Class obj) {
* @return a {@link TRequirementDefinition} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("c6d4fddc-fcee-411f-9038-3c95bdc192a1")
+ @objid ("78b2819f-3676-4ab1-a92d-0f03f9fcccc3")
public static TRequirementDefinition safeInstantiate(final Class obj) throws IllegalArgumentException {
if (TRequirementDefinition.canInstantiate(obj))
return new TRequirementDefinition(obj);
@@ -108,7 +108,7 @@ public static TRequirementDefinition safeInstantiate(final Class obj) throws Ill
throw new IllegalArgumentException("TRequirementDefinition: Cannot instantiate "+obj+": wrong element type or stereotype");
}
- @objid ("cc11a458-c6f2-4458-92cd-8a0eeb8b0f6b")
+ @objid ("3817dedc-e567-4fe4-96e9-2739cd52561b")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -130,7 +130,7 @@ public boolean equals(final Object obj) {
* null
*
*/
- @objid ("4a45edf1-6b6e-4c1a-b34d-85184e319f09")
+ @objid ("2ea5f9f9-2cdd-42c2-9ce6-afaed56a877c")
public TCapabilityType getCapability() {
for (Dependency d : this.elt.getDependsOnDependency()) {
if (d.isStereotyped(TRequirementDefinition.MdaTypes.MDAASSOCDEP)
@@ -146,7 +146,7 @@ public TCapabilityType getCapability() {
* Get the underlying {@link Class}.
* @return the Class represented by this proxy, never null.
*/
- @objid ("a3e12c8d-fb9b-4014-8412-7e80457befb0")
+ @objid ("67bd7a00-4d10-4f30-8eb2-81b317e59e56")
public Class getElement() {
return this.elt;
}
@@ -156,7 +156,7 @@ public Class getElement() {
*
null
null
null
null
null
null
null
null
nulltrue if the instantiation can be carried out else false.
*/
- @objid ("92df726b-de5c-44d7-b9a4-a86fbf67f30f")
+ @objid ("fc5e6adc-f3e7-40b4-90d2-70b5f2292419")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof Class) && (TRequirementDefinitionType.MdaTypes.STEREOTYPE_ELT!=null) && ((Class) elt).isStereotyped(TRequirementDefinitionType.MdaTypes.STEREOTYPE_ELT));
}
@@ -54,7 +54,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link TRequirementDefinitionType} proxy on the created {@link Class}.
*/
- @objid ("8f5c4b89-f880-44ca-bf93-8b851c000ebf")
+ @objid ("8adcb9dd-1d7d-42dc-bc5e-dffccf353e94")
public static TRequirementDefinitionType create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Standard.Class");
e.getExtension().add(TRequirementDefinitionType.MdaTypes.STEREOTYPE_ELT);
@@ -68,7 +68,7 @@ public static TRequirementDefinitionType create(final IModelingSession session)
* @param obj a Class
* @return a {@link TRequirementDefinitionType} proxy or null.
*/
- @objid ("5416670a-4960-49da-a830-1153ae076902")
+ @objid ("aac3a1c9-ce18-4b47-9bc2-0a96d96f2c45")
public static TRequirementDefinitionType instantiate(final Class obj) {
return TRequirementDefinitionType.canInstantiate(obj) ? new TRequirementDefinitionType(obj) : null;
}
@@ -81,7 +81,7 @@ public static TRequirementDefinitionType instantiate(final Class obj) {
* @return a {@link TRequirementDefinitionType} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("d0c51aba-f4cd-4aad-b23f-6ae87e59b59a")
+ @objid ("6eaf6cc8-4217-4ddf-ad18-5528206a4897")
public static TRequirementDefinitionType safeInstantiate(final Class obj) throws IllegalArgumentException {
if (TRequirementDefinitionType.canInstantiate(obj))
return new TRequirementDefinitionType(obj);
@@ -95,7 +95,7 @@ public static TRequirementDefinitionType safeInstantiate(final Class obj) throws
* null
*
*/
- @objid ("6ae00512-94a4-4c8c-bfd5-12aea92d24f2")
+ @objid ("91fe7280-675e-4ddd-8290-3354fe373b29")
public void addRequirementDefinition(final TRequirementDefinition obj) {
if (obj != null) {
IModelingSession session = ModelingSessionRegistry.getSession(this.elt);
@@ -105,7 +105,7 @@ public void addRequirementDefinition(final TRequirementDefinition obj) {
}
}
- @objid ("3c9c3d82-ba8d-4535-9599-be7ac155e1f7")
+ @objid ("93656ba9-9fad-4bca-8e5f-d2c283daa5d9")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -125,7 +125,7 @@ public boolean equals(final Object obj) {
* Get the underlying {@link Class}.
* @return the Class represented by this proxy, never null.
*/
- @objid ("64a4c726-c288-4050-8df8-462e23d63d64")
+ @objid ("9747c03f-5198-4f5f-a035-3da50e67f5fb")
@Override
public Class getElement() {
return (Class)super.getElement();
@@ -137,7 +137,7 @@ public Class getElement() {
* null
*
*/
- @objid ("6be2a4fc-cd1a-42a4-895e-4bbded6f90c3")
+ @objid ("d18abdd4-cd07-42d9-bf42-6743ee447f96")
public List
nulltrue if the instantiation can be carried out else false.
*/
- @objid ("40280bd3-ac1d-4b34-b67d-6d928568dad8")
+ @objid ("9c243a59-df37-4641-9b76-3a94ab1c79a8")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof Class) && (TTopologyElementInstanceStates.MdaTypes.STEREOTYPE_ELT!=null) && ((Class) elt).isStereotyped(TTopologyElementInstanceStates.MdaTypes.STEREOTYPE_ELT));
}
@@ -60,7 +60,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link TTopologyElementInstanceStates} proxy on the created {@link Class}.
*/
- @objid ("3e05b9db-18f6-44a9-9f02-70a67e8366de")
+ @objid ("09157ce6-231c-4a8d-bcff-c80631cd7d67")
public static TTopologyElementInstanceStates create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Standard.Class");
e.getExtension().add(TTopologyElementInstanceStates.MdaTypes.STEREOTYPE_ELT);
@@ -74,7 +74,7 @@ public static TTopologyElementInstanceStates create(final IModelingSession sessi
* @param obj a Class
* @return a {@link TTopologyElementInstanceStates} proxy or null.
*/
- @objid ("9db04c43-9ee5-48d7-a890-1ac9eb89e759")
+ @objid ("54e193bc-d653-44da-bb66-f99ed4130ab9")
public static TTopologyElementInstanceStates instantiate(final Class obj) {
return TTopologyElementInstanceStates.canInstantiate(obj) ? new TTopologyElementInstanceStates(obj) : null;
}
@@ -87,7 +87,7 @@ public static TTopologyElementInstanceStates instantiate(final Class obj) {
* @return a {@link TTopologyElementInstanceStates} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("1ae579a4-41b0-4909-b9d4-c66909b54bbd")
+ @objid ("944ca4b1-c659-4ef4-b27c-fcb46497459c")
public static TTopologyElementInstanceStates safeInstantiate(final Class obj) throws IllegalArgumentException {
if (TTopologyElementInstanceStates.canInstantiate(obj))
return new TTopologyElementInstanceStates(obj);
@@ -101,7 +101,7 @@ public static TTopologyElementInstanceStates safeInstantiate(final Class obj) th
* null
*
*/
- @objid ("63c75f61-8a46-4823-a71e-eced389f1b9c")
+ @objid ("b2d11e33-4882-4063-8ef8-72bbb1ffa432")
public void addInstanceState(final InstanceStateType obj) {
if (obj != null) {
IModelingSession session = ModelingSessionRegistry.getSession(this.elt);
@@ -111,7 +111,7 @@ public void addInstanceState(final InstanceStateType obj) {
}
}
- @objid ("f5650deb-a185-4656-bfcd-34407a465714")
+ @objid ("c51933fb-9515-465d-ac40-1423c83aef15")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -131,7 +131,7 @@ public boolean equals(final Object obj) {
* Get the underlying {@link Class}.
* @return the Class represented by this proxy, never null.
*/
- @objid ("375e242b-5bdf-405d-a56d-b5284426c950")
+ @objid ("b09ad393-a9f4-4cd8-868c-dde5803bd9af")
public Class getElement() {
return this.elt;
}
@@ -142,7 +142,7 @@ public Class getElement() {
* null
*
*/
- @objid ("22fca3bb-4d56-4553-bbf8-4a2b6c295594")
+ @objid ("5d0297e5-8976-4900-baa3-9a3437b472b8")
public List
nulltrue if the instantiation can be carried out else false.
*/
- @objid ("b4cd1224-8d35-43f6-8784-6804d3c44b1d")
+ @objid ("b1913f53-09a7-4e72-b07f-af8dec5ecffd")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof Class) && (Trigger.MdaTypes.STEREOTYPE_ELT!=null) && ((Class) elt).isStereotyped(Trigger.MdaTypes.STEREOTYPE_ELT));
}
@@ -75,7 +75,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link Trigger} proxy on the created {@link Class}.
*/
- @objid ("dd595ed7-eee2-489c-bebd-77cf6b53e411")
+ @objid ("026070d1-023b-4eef-8f5a-e38e2045fc87")
public static Trigger create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Standard.Class");
e.getExtension().add(Trigger.MdaTypes.STEREOTYPE_ELT);
@@ -89,7 +89,7 @@ public static Trigger create(final IModelingSession session) {
* @param obj a Class
* @return a {@link Trigger} proxy or null.
*/
- @objid ("73b95e9a-7f93-4186-ac09-9f54c9e2bd19")
+ @objid ("236b4c32-47ac-44b1-9b50-febb23359fdb")
public static Trigger instantiate(final Class obj) {
return Trigger.canInstantiate(obj) ? new Trigger(obj) : null;
}
@@ -102,7 +102,7 @@ public static Trigger instantiate(final Class obj) {
* @return a {@link Trigger} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("792f7e8e-7f9f-4f23-95e0-160a353d79ba")
+ @objid ("530de1f8-2ca5-42aa-bf5b-a3b4dbdfe1c9")
public static Trigger safeInstantiate(final Class obj) throws IllegalArgumentException {
if (Trigger.canInstantiate(obj))
return new Trigger(obj);
@@ -110,7 +110,7 @@ public static Trigger safeInstantiate(final Class obj) throws IllegalArgumentExc
throw new IllegalArgumentException("Trigger: Cannot instantiate "+obj+": wrong element type or stereotype");
}
- @objid ("2f21e205-4f71-4e1a-94df-af2354ed9809")
+ @objid ("f15547c4-27d3-4d5a-a2af-d02fe7d87bed")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -131,7 +131,7 @@ public boolean equals(final Object obj) {
*
null
null
null
null
null
null
null
null
null
null
null
null
nulltrue if the instantiation can be carried out else false.
*/
- @objid ("68ea5cbc-2c3f-4a5c-acb2-4ebfffb4a2ad")
+ @objid ("8e33e16e-8d06-4971-947c-03c284f790d3")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof DataType) && (SourceElementType.MdaTypes.STEREOTYPE_ELT!=null) && ((DataType) elt).isStereotyped(SourceElementType.MdaTypes.STEREOTYPE_ELT));
}
@@ -58,7 +58,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link SourceElementType} proxy on the created {@link DataType}.
*/
- @objid ("860406b5-9f10-40aa-b24b-56d10f8573fd")
+ @objid ("3f0f7b04-1196-4297-868b-771484b0022e")
public static SourceElementType create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Standard.DataType");
e.getExtension().add(SourceElementType.MdaTypes.STEREOTYPE_ELT);
@@ -72,7 +72,7 @@ public static SourceElementType create(final IModelingSession session) {
* @param obj a DataType
* @return a {@link SourceElementType} proxy or null.
*/
- @objid ("abfef9a6-d1da-4f66-9fbb-8d5c4d2b37e8")
+ @objid ("c1abaf6d-5d25-4c20-9040-0a6b6cb400c6")
public static SourceElementType instantiate(final DataType obj) {
return SourceElementType.canInstantiate(obj) ? new SourceElementType(obj) : null;
}
@@ -85,7 +85,7 @@ public static SourceElementType instantiate(final DataType obj) {
* @return a {@link SourceElementType} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("805f951e-d8e9-4831-93fb-22113fe3a226")
+ @objid ("7ac55cb2-bea8-42c8-9efe-5bc3e98af5a9")
public static SourceElementType safeInstantiate(final DataType obj) throws IllegalArgumentException {
if (SourceElementType.canInstantiate(obj))
return new SourceElementType(obj);
@@ -93,7 +93,7 @@ public static SourceElementType safeInstantiate(final DataType obj) throws Illeg
throw new IllegalArgumentException("SourceElementType: Cannot instantiate "+obj+": wrong element type or stereotype");
}
- @objid ("839a0214-8df1-40a8-8d14-bec462646a01")
+ @objid ("a4ca16de-a8dd-4501-bb40-3143488581df")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -113,7 +113,7 @@ public boolean equals(final Object obj) {
* Get the underlying {@link DataType}.
* @return the DataType represented by this proxy, never null.
*/
- @objid ("aedb5e2b-c361-424a-b024-950311427e3c")
+ @objid ("c337285c-a7eb-42d9-a653-dccb12fdafc2")
public DataType getElement() {
return this.elt;
}
@@ -123,12 +123,12 @@ public DataType getElement() {
*
null
null
nulltrue if the instantiation can be carried out else false.
*/
- @objid ("433f0993-adc2-4ab2-bf0e-6547ce23292c")
+ @objid ("9c291605-f0d6-480d-9bbc-69fc9198d52e")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof DataType) && (TargetElementType.MdaTypes.STEREOTYPE_ELT!=null) && ((DataType) elt).isStereotyped(TargetElementType.MdaTypes.STEREOTYPE_ELT));
}
@@ -60,7 +60,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link TargetElementType} proxy on the created {@link DataType}.
*/
- @objid ("6fd30383-2dd7-4bf4-af04-ed797f6aee75")
+ @objid ("95e89289-fb28-480f-a580-a2c12afd2fdb")
public static TargetElementType create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Standard.DataType");
e.getExtension().add(TargetElementType.MdaTypes.STEREOTYPE_ELT);
@@ -74,7 +74,7 @@ public static TargetElementType create(final IModelingSession session) {
* @param obj a DataType
* @return a {@link TargetElementType} proxy or null.
*/
- @objid ("bc7ffa1b-fdb8-41f5-a31d-69a40580055d")
+ @objid ("b9d286f9-d844-4ebd-8088-4d876cdee933")
public static TargetElementType instantiate(final DataType obj) {
return TargetElementType.canInstantiate(obj) ? new TargetElementType(obj) : null;
}
@@ -87,7 +87,7 @@ public static TargetElementType instantiate(final DataType obj) {
* @return a {@link TargetElementType} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("6e5f8d2b-ed20-4e41-8db1-5e5b03a2fbf0")
+ @objid ("391e0f94-d6b3-4ed5-aade-22d020c78597")
public static TargetElementType safeInstantiate(final DataType obj) throws IllegalArgumentException {
if (TargetElementType.canInstantiate(obj))
return new TargetElementType(obj);
@@ -95,7 +95,7 @@ public static TargetElementType safeInstantiate(final DataType obj) throws Illeg
throw new IllegalArgumentException("TargetElementType: Cannot instantiate "+obj+": wrong element type or stereotype");
}
- @objid ("2081007d-30d2-4426-95a0-e3eca2ebeefa")
+ @objid ("7b5b6d25-b822-4c17-9433-c70ee9ca55fb")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -115,7 +115,7 @@ public boolean equals(final Object obj) {
* Get the underlying {@link DataType}.
* @return the DataType represented by this proxy, never null.
*/
- @objid ("d13da1c8-c73e-4c09-bb3d-0b97868dbac9")
+ @objid ("9d3acbe3-6b90-4bd2-a3df-0eb38bea32c5")
public DataType getElement() {
return this.elt;
}
@@ -125,7 +125,7 @@ public DataType getElement() {
*
null
null
nulltrue if the instantiation can be carried out else false.
*/
- @objid ("60fb6fce-8967-4e69-b586-c3a8bc58e964")
+ @objid ("7b1a08ba-a6ce-498e-a9f1-a73f22f27037")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof Package) && (TServiceTemplate.MdaTypes.STEREOTYPE_ELT!=null) && ((Package) elt).isStereotyped(TServiceTemplate.MdaTypes.STEREOTYPE_ELT));
}
@@ -85,7 +85,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link TServiceTemplate} proxy on the created {@link Package}.
*/
- @objid ("08b69578-df0b-4607-85b9-61bdb0b35824")
+ @objid ("837b9f44-4366-40c1-8095-2974145a3ebb")
public static TServiceTemplate create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Standard.Package");
e.getExtension().add(TServiceTemplate.MdaTypes.STEREOTYPE_ELT);
@@ -99,7 +99,7 @@ public static TServiceTemplate create(final IModelingSession session) {
* @param obj a Package
* @return a {@link TServiceTemplate} proxy or null.
*/
- @objid ("59573eae-429c-45fe-88e4-de10408702f1")
+ @objid ("a2412c5e-5dd5-4b62-a4d0-2d64f652f5fc")
public static TServiceTemplate instantiate(final Package obj) {
return TServiceTemplate.canInstantiate(obj) ? new TServiceTemplate(obj) : null;
}
@@ -112,7 +112,7 @@ public static TServiceTemplate instantiate(final Package obj) {
* @return a {@link TServiceTemplate} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("7437fde8-1379-4eba-b978-8b4765ccd7bd")
+ @objid ("1a71f472-dbb3-42a9-9486-8f2683e4e5ef")
public static TServiceTemplate safeInstantiate(final Package obj) throws IllegalArgumentException {
if (TServiceTemplate.canInstantiate(obj))
return new TServiceTemplate(obj);
@@ -126,8 +126,8 @@ public static TServiceTemplate safeInstantiate(final Package obj) throws Illegal
* null
*
*/
- @objid ("2d84bdd2-efbd-4e8e-ac7c-d2e9b7a939c2")
- public void addGroups(final Tgroup obj) {
+ @objid ("6e65a890-8aed-4d7c-bbf6-9f756ecce864")
+ public void addGroups(final TGroup obj) {
if (obj != null) {
IModelingSession session = ModelingSessionRegistry.getSession(this.elt);
Dependency d = session.getModel().createDependency(this.elt, obj.getElement(), TServiceTemplate.MdaTypes.MDAASSOCDEP);
@@ -142,7 +142,7 @@ public void addGroups(final Tgroup obj) {
* null
*
*/
- @objid ("e7fae7b3-6343-412e-9626-c29331ac3f7c")
+ @objid ("f16e7fd9-e812-46be-85bc-b9c33415b31f")
public void addNodeTypes(final TNodeType obj) {
if (obj != null) {
IModelingSession session = ModelingSessionRegistry.getSession(this.elt);
@@ -158,7 +158,7 @@ public void addNodeTypes(final TNodeType obj) {
* null
*
*/
- @objid ("f78a99d0-ff8b-4c07-a04d-1e4e00d33d6e")
+ @objid ("954d98d6-f870-44f5-8cfc-32ce0e5b9526")
public void addRelationships(final TRelationshipType obj) {
if (obj != null) {
IModelingSession session = ModelingSessionRegistry.getSession(this.elt);
@@ -168,7 +168,7 @@ public void addRelationships(final TRelationshipType obj) {
}
}
- @objid ("39107d06-a2d3-4ac4-8bfc-3ac411685bd0")
+ @objid ("5a47668e-d9b1-4382-af97-ae94e786fadf")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -189,7 +189,7 @@ public boolean equals(final Object obj) {
*
null
null
null
null
null
null
null
null
null
null
null
null
nulltrue if the instantiation can be carried out else false.
*/
- @objid ("3a2e1e78-6f20-405a-9281-8b36eec3bf4b")
+ @objid ("73a35a83-7cac-4f79-8ed1-aa89f2b65876")
public static boolean canInstantiate(final MObject elt) {
return ((elt instanceof Package) && (ToscaModel.MdaTypes.STEREOTYPE_ELT!=null) && ((Package) elt).isStereotyped(ToscaModel.MdaTypes.STEREOTYPE_ELT));
}
@@ -55,7 +55,7 @@ public static boolean canInstantiate(final MObject elt) {
*
* @return a {@link ToscaModel} proxy on the created {@link Package}.
*/
- @objid ("0465b115-6c7b-4fbd-a3af-fea8dc3a3514")
+ @objid ("86212686-a5b8-4850-9076-68e224b254a6")
public static ToscaModel create(final IModelingSession session) {
ModelElement e = (ModelElement)session.getModel().createElement("Standard.Package");
e.getExtension().add(ToscaModel.MdaTypes.STEREOTYPE_ELT);
@@ -69,7 +69,7 @@ public static ToscaModel create(final IModelingSession session) {
* @param obj a Package
* @return a {@link ToscaModel} proxy or null.
*/
- @objid ("fd5ca5e9-24f5-4f41-94f6-ea9c1373b3c2")
+ @objid ("15971141-2c10-4d15-8da7-6768b5b18d64")
public static ToscaModel instantiate(final Package obj) {
return ToscaModel.canInstantiate(obj) ? new ToscaModel(obj) : null;
}
@@ -82,7 +82,7 @@ public static ToscaModel instantiate(final Package obj) {
* @return a {@link ToscaModel} proxy.
* @throws IllegalArgumentException if the instantiation cannot be carried out.
*/
- @objid ("b1ca329e-8a25-4def-bcc4-f0eedca5a336")
+ @objid ("2250c6d6-ba7a-424f-8a96-8104235e0124")
public static ToscaModel safeInstantiate(final Package obj) throws IllegalArgumentException {
if (ToscaModel.canInstantiate(obj))
return new ToscaModel(obj);
@@ -90,7 +90,7 @@ public static ToscaModel safeInstantiate(final Package obj) throws IllegalArgume
throw new IllegalArgumentException("ToscaModel: Cannot instantiate "+obj+": wrong element type or stereotype");
}
- @objid ("0d816f89-523e-4c81-804f-10a014f0fb61")
+ @objid ("e540cec3-e963-420d-bc3a-cc910763801f")
@Override
public boolean equals(final Object obj) {
if (this == obj) {
@@ -110,35 +110,35 @@ public boolean equals(final Object obj) {
* Get the underlying {@link Package}.
* @return the Package represented by this proxy, never null.
*/
- @objid ("5f10f0f5-93e8-4885-b551-c22f79338598")
+ @objid ("1ac0bd9e-0019-4335-b66f-c5f5b35d19e6")
public Package getElement() {
return this.elt;
}
- @objid ("4a417bd2-2796-4cf2-a0f9-df2af5716007")
+ @objid ("a9931f63-a5df-4c0f-b20b-cc8ce6c6f7c2")
@Override
public int hashCode() {
return 23 + ((this.elt == null) ? 0 : this.elt.hashCode());
}
- @objid ("c974ca91-bf54-4d69-9755-fdbb156d0dac")
+ @objid ("3f0703b0-05da-4e77-8b2e-5d5bd212d9a5")
protected ToscaModel(final Package elt) {
this.elt = elt;
}
- @objid ("a938e730-f2f6-48d5-b1cf-2f89dde5ec4f")
+ @objid ("cd7d64ab-983f-4038-b1e6-3b61eb775514")
public static final class MdaTypes {
- @objid ("17d03705-da90-4e5b-9ac8-528a051230db")
+ @objid ("e8b8dc5a-ea25-4241-889d-1b8193214fee")
public static Stereotype STEREOTYPE_ELT;
- @objid ("04885378-a131-45cf-953c-02ee66bfaeab")
+ @objid ("2ecf456d-1f5e-468d-a945-522d9abab674")
private static Stereotype MDAASSOCDEP;
- @objid ("e5c7acc7-2887-462a-ab1b-7226871b320c")
+ @objid ("3a852224-c848-4cc2-a503-4aa2829d7b18")
private static TagType MDAASSOCDEP_ROLE;
- @objid ("91e73f46-c806-4f6c-9f09-35e3e6d8d221")
+ @objid ("722d171c-abcf-428f-8095-d32439f95bad")
public static void init(final IModelingSession session) throws MdaProxyException {
List