();
30 | while (it.hasNext()) {
31 | var EObject object = it.next();
32 | if (object instanceof ExternalInterface) {
33 | list.add(object);
34 | }
35 | }
36 | return Scopes.scopeFor(list);
37 | }
38 |
39 | return super.getScope(context, reference);
40 | }
41 |
42 | }
43 |
--------------------------------------------------------------------------------
/plugins/caex215/caex.caex215.text/src/caex/caex215/validation/CAEXtextValidator.xtend:
--------------------------------------------------------------------------------
1 | /*
2 | * generated by Xtext 2.10.0
3 | */
4 | package caex.caex215.validation
5 |
6 |
7 | /**
8 | * This class contains custom validation rules.
9 | *
10 | * See https://www.eclipse.org/Xtext/documentation/303_runtime_concepts.html#validation
11 | */
12 | class CAEXtextValidator extends AbstractCAEXtextValidator {
13 |
14 |
15 | }
16 |
--------------------------------------------------------------------------------
/plugins/caex215/caex.caex215.text/xtend-gen/.gitignore:
--------------------------------------------------------------------------------
1 | /caex/
2 |
--------------------------------------------------------------------------------
/plugins/caex215/caex.caex215/.classpath:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/plugins/caex215/caex.caex215/.gitignore:
--------------------------------------------------------------------------------
1 | /bin/
2 |
--------------------------------------------------------------------------------
/plugins/caex215/caex.caex215/.project:
--------------------------------------------------------------------------------
1 |
2 |
3 | caex.caex215
4 |
5 |
6 |
7 |
8 |
9 | org.eclipse.jdt.core.javabuilder
10 |
11 |
12 |
13 |
14 | org.eclipse.pde.ManifestBuilder
15 |
16 |
17 |
18 |
19 | org.eclipse.pde.SchemaBuilder
20 |
21 |
22 |
23 |
24 |
25 | org.eclipse.sirius.nature.modelingproject
26 | org.eclipse.jdt.core.javanature
27 | org.eclipse.pde.PluginNature
28 |
29 |
30 |
--------------------------------------------------------------------------------
/plugins/caex215/caex.caex215/META-INF/MANIFEST.MF:
--------------------------------------------------------------------------------
1 | Manifest-Version: 1.0
2 | Bundle-ManifestVersion: 2
3 | Bundle-Name: %pluginName
4 | Bundle-SymbolicName: caex.caex215;singleton:=true
5 | Bundle-Version: 0.1.0.qualifier
6 | Bundle-ClassPath: .
7 | Bundle-Vendor: %providerName
8 | Bundle-Localization: plugin
9 | Bundle-RequiredExecutionEnvironment: JavaSE-1.8
10 | Export-Package: caex.caex215.caex,
11 | caex.caex215.caex.impl,
12 | caex.caex215.caex.util
13 | Require-Bundle: org.eclipse.emf.ecore;visibility:=reexport,
14 | org.eclipse.core.runtime,
15 | caex.anytype;bundle-version="0.1.0";visibility:=reexport,
16 | org.junit;bundle-version="4.12.0",
17 | org.eclipse.emf.ecore.xmi;bundle-version="2.13.0"
18 | Bundle-ActivationPolicy: lazy
19 |
--------------------------------------------------------------------------------
/plugins/caex215/caex.caex215/build.properties:
--------------------------------------------------------------------------------
1 | #
2 |
3 | bin.includes = .,\
4 | model/,\
5 | META-INF/,\
6 | plugin.xml,\
7 | plugin.properties
8 | jars.compile.order = .
9 | source.. = src-gen/
10 | output.. = bin/
11 |
--------------------------------------------------------------------------------
/plugins/caex215/caex.caex215/plugin.properties:
--------------------------------------------------------------------------------
1 | #
2 |
3 | pluginName = CAEX215 Model
4 | providerName = www.example.org
5 |
--------------------------------------------------------------------------------
/plugins/caex215/caex.caex215/plugin.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
6 |
7 |
8 |
9 |
10 |
11 |
15 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/plugins/caex215/caex.caex215/src-gen/caex/caex215/caex/AdditionalInformation.java:
--------------------------------------------------------------------------------
1 | /**
2 | */
3 | package caex.caex215.caex;
4 |
5 | import caex.anytype.GenericElement;
6 |
7 | /**
8 | *
9 | * A representation of the model object 'Additional Information'.
10 | *
11 | *
12 | *
13 | * @see caex.caex215.caex.CAEXPackage#getAdditionalInformation()
14 | * @model
15 | * @generated
16 | */
17 | public interface AdditionalInformation extends GenericElement {
18 | } // AdditionalInformation
19 |
--------------------------------------------------------------------------------
/plugins/caex215/caex.caex215/src-gen/caex/caex215/caex/ExternalInterface.java:
--------------------------------------------------------------------------------
1 | /**
2 | */
3 | package caex.caex215.caex;
4 |
5 |
6 | /**
7 | *
8 | * A representation of the model object 'External Interface'.
9 | *
10 | *
11 | *
12 | * @see caex.caex215.caex.CAEXPackage#getExternalInterface()
13 | * @model extendedMetaData="name='ExternalInterface' kind='elementOnly'"
14 | * @generated
15 | */
16 | public interface ExternalInterface extends InterfaceClass {
17 | } // ExternalInterface
18 |
--------------------------------------------------------------------------------
/plugins/caex215/caex.caex215/src-gen/caex/caex215/caex/InterfaceFamily.java:
--------------------------------------------------------------------------------
1 | /**
2 | */
3 | package caex.caex215.caex;
4 |
5 |
6 | /**
7 | *
8 | * A representation of the model object 'Interface Family'.
9 | *
10 | *
11 | *
12 | * Defines base structures for a hierarchical InterfaceClass tree. The hierarchical structure of an interface library has organizational character only.
13 | *
14 | *
15 | *
16 | * @see caex.caex215.caex.CAEXPackage#getInterfaceFamily()
17 | * @model extendedMetaData="name='InterfaceFamilyType' kind='elementOnly'"
18 | * @generated
19 | */
20 | public interface InterfaceFamily extends InterfaceClass {
21 | } // InterfaceFamily
22 |
--------------------------------------------------------------------------------
/plugins/caex215/caex.caex215/src-gen/caex/caex215/caex/RoleClassLib.java:
--------------------------------------------------------------------------------
1 | /**
2 | */
3 | package caex.caex215.caex;
4 |
5 | import org.eclipse.emf.common.util.EList;
6 |
7 | /**
8 | *
9 | * A representation of the model object 'Role Class Lib'.
10 | *
11 | *
12 | *
13 | * The following features are supported:
14 | *
15 | *
16 | * - {@link caex.caex215.caex.RoleClassLib#getRoleClass Role Class}
17 | *
18 | *
19 | * @see caex.caex215.caex.CAEXPackage#getRoleClassLib()
20 | * @model extendedMetaData="name='RoleClassLib' kind='elementOnly'"
21 | * @generated
22 | */
23 | public interface RoleClassLib extends CAEXObject {
24 | /**
25 | * Returns the value of the 'Role Class' containment reference list.
26 | * The list contents are of type {@link caex.caex215.caex.RoleClass}.
27 | *
28 | *
29 | * If the meaning of the 'Role Class' containment reference list isn't clear,
30 | * there really should be more of a description here...
31 | *
32 | *
33 | *
34 | * Definition of a class of a role type.
35 | *
36 | * @return the value of the 'Role Class' containment reference list.
37 | * @see caex.caex215.caex.CAEXPackage#getRoleClassLib_RoleClass()
38 | * @model containment="true"
39 | * extendedMetaData="kind='element' name='RoleClass' namespace='##targetNamespace'"
40 | * @generated
41 | */
42 | EList getRoleClass();
43 |
44 | } // RoleClassLib
45 |
--------------------------------------------------------------------------------
/plugins/caex215/caex.caex215/src-gen/caex/caex215/caex/RoleFamily.java:
--------------------------------------------------------------------------------
1 | /**
2 | */
3 | package caex.caex215.caex;
4 |
5 |
6 | /**
7 | *
8 | * A representation of the model object 'Role Family'.
9 | *
10 | *
11 | *
12 | * Defines base structures for a hierarchical RoleClass tree. The hierarchical structure of a role library has organizational character only.
13 | *
14 | *
15 | *
16 | * @see caex.caex215.caex.CAEXPackage#getRoleFamily()
17 | * @model extendedMetaData="name='RoleFamilyType' kind='elementOnly'"
18 | * @generated
19 | */
20 | public interface RoleFamily extends RoleClass {
21 | } // RoleFamily
22 |
--------------------------------------------------------------------------------
/plugins/caex215/caex.caex215/src-gen/caex/caex215/caex/SystemUnitFamily.java:
--------------------------------------------------------------------------------
1 | /**
2 | */
3 | package caex.caex215.caex;
4 |
5 |
6 | /**
7 | *
8 | * A representation of the model object 'System Unit Family'.
9 | *
10 | *
11 | *
12 | * Defines base structures for a hierarchical SystemUnitClass tree. The hierarchical structure of a SystemUnit library has organizational character only.
13 | *
14 | *
15 | *
16 | * @see caex.caex215.caex.CAEXPackage#getSystemUnitFamily()
17 | * @model extendedMetaData="name='SystemUnitFamilyType' kind='elementOnly'"
18 | * @generated
19 | */
20 | public interface SystemUnitFamily extends SystemUnitClass {
21 | } // SystemUnitFamily
22 |
--------------------------------------------------------------------------------
/plugins/caex215/caex.caex215/src-gen/caex/caex215/caex/impl/AdditionalInformationImpl.java:
--------------------------------------------------------------------------------
1 | /**
2 | */
3 | package caex.caex215.caex.impl;
4 |
5 | import caex.anytype.impl.GenericElementImpl;
6 |
7 | import caex.caex215.caex.AdditionalInformation;
8 | import caex.caex215.caex.CAEXPackage;
9 |
10 | import org.eclipse.emf.ecore.EClass;
11 |
12 | /**
13 | *
14 | * An implementation of the model object 'Additional Information'.
15 | *
16 | *
17 | * @generated
18 | */
19 | public class AdditionalInformationImpl extends GenericElementImpl implements AdditionalInformation {
20 | /**
21 | *
22 | *
23 | * @generated
24 | */
25 | protected AdditionalInformationImpl() {
26 | super();
27 | }
28 |
29 | /**
30 | *
31 | *
32 | * @generated
33 | */
34 | @Override
35 | protected EClass eStaticClass() {
36 | return CAEXPackage.Literals.ADDITIONAL_INFORMATION;
37 | }
38 |
39 | } //AdditionalInformationImpl
40 |
--------------------------------------------------------------------------------
/plugins/caex215/caex.caex215/src-gen/caex/caex215/caex/impl/ExternalInterfaceImpl.java:
--------------------------------------------------------------------------------
1 | /**
2 | */
3 | package caex.caex215.caex.impl;
4 |
5 | import caex.caex215.caex.CAEXPackage;
6 | import caex.caex215.caex.ExternalInterface;
7 |
8 | import org.eclipse.emf.ecore.EClass;
9 |
10 | /**
11 | *
12 | * An implementation of the model object 'External Interface'.
13 | *
14 | *
15 | * @generated
16 | */
17 | public class ExternalInterfaceImpl extends InterfaceClassImpl implements ExternalInterface {
18 | /**
19 | *
20 | *
21 | * @generated
22 | */
23 | protected ExternalInterfaceImpl() {
24 | super();
25 | }
26 |
27 | /**
28 | *
29 | *
30 | * @generated
31 | */
32 | @Override
33 | protected EClass eStaticClass() {
34 | return CAEXPackage.Literals.EXTERNAL_INTERFACE;
35 | }
36 |
37 | } //ExternalInterfaceImpl
38 |
--------------------------------------------------------------------------------
/plugins/caex215/caex.caex215/src-gen/caex/caex215/caex/impl/InterfaceFamilyImpl.java:
--------------------------------------------------------------------------------
1 | /**
2 | */
3 | package caex.caex215.caex.impl;
4 |
5 | import caex.caex215.caex.CAEXPackage;
6 | import caex.caex215.caex.InterfaceFamily;
7 |
8 | import org.eclipse.emf.ecore.EClass;
9 |
10 | /**
11 | *
12 | * An implementation of the model object 'Interface Family'.
13 | *
14 | *
15 | * @generated
16 | */
17 | public class InterfaceFamilyImpl extends InterfaceClassImpl implements InterfaceFamily {
18 | /**
19 | *
20 | *
21 | * @generated
22 | */
23 | protected InterfaceFamilyImpl() {
24 | super();
25 | }
26 |
27 | /**
28 | *
29 | *
30 | * @generated
31 | */
32 | @Override
33 | protected EClass eStaticClass() {
34 | return CAEXPackage.Literals.INTERFACE_FAMILY;
35 | }
36 |
37 | } //InterfaceFamilyImpl
38 |
--------------------------------------------------------------------------------
/plugins/caex215/caex.caex215/src-gen/caex/caex215/caex/impl/RoleFamilyImpl.java:
--------------------------------------------------------------------------------
1 | /**
2 | */
3 | package caex.caex215.caex.impl;
4 |
5 | import caex.caex215.caex.CAEXPackage;
6 | import caex.caex215.caex.RoleFamily;
7 |
8 | import org.eclipse.emf.ecore.EClass;
9 |
10 | /**
11 | *
12 | * An implementation of the model object 'Role Family'.
13 | *
14 | *
15 | * @generated
16 | */
17 | public class RoleFamilyImpl extends RoleClassImpl implements RoleFamily {
18 | /**
19 | *
20 | *
21 | * @generated
22 | */
23 | protected RoleFamilyImpl() {
24 | super();
25 | }
26 |
27 | /**
28 | *
29 | *
30 | * @generated
31 | */
32 | @Override
33 | protected EClass eStaticClass() {
34 | return CAEXPackage.Literals.ROLE_FAMILY;
35 | }
36 |
37 | } //RoleFamilyImpl
38 |
--------------------------------------------------------------------------------
/plugins/caex215/caex.caex215/src-gen/caex/caex215/caex/impl/SystemUnitFamilyImpl.java:
--------------------------------------------------------------------------------
1 | /**
2 | */
3 | package caex.caex215.caex.impl;
4 |
5 | import caex.caex215.caex.CAEXPackage;
6 | import caex.caex215.caex.SystemUnitFamily;
7 |
8 | import org.eclipse.emf.ecore.EClass;
9 |
10 | /**
11 | *
12 | * An implementation of the model object 'System Unit Family'.
13 | *
14 | *
15 | * @generated
16 | */
17 | public class SystemUnitFamilyImpl extends SystemUnitClassImpl implements SystemUnitFamily {
18 | /**
19 | *
20 | *
21 | * @generated
22 | */
23 | protected SystemUnitFamilyImpl() {
24 | super();
25 | }
26 |
27 | /**
28 | *
29 | *
30 | * @generated
31 | */
32 | @Override
33 | protected EClass eStaticClass() {
34 | return CAEXPackage.Literals.SYSTEM_UNIT_FAMILY;
35 | }
36 |
37 | } //SystemUnitFamilyImpl
38 |
--------------------------------------------------------------------------------
/plugins/caex215/caex.caex215/src-gen/caex/caex215/caex/util/CAEXResourceImpl.java:
--------------------------------------------------------------------------------
1 | /*******************************************************************************
2 | * Copyright (c) 2015 Business Informatics Group at TU Wien
3 | * All rights reserved. This program and the accompanying materials
4 | * are made available under the terms of the Eclipse Public License v1.0
5 | * which accompanies this distribution, and is available at
6 | * http://www.eclipse.org/legal/epl-v10.html
7 | *
8 | * Contributors:
9 | * Manuel Wimmer and Emanuel Maetzler
10 | *******************************************************************************/
11 | /**
12 | */
13 | package caex.caex215.caex.util;
14 |
15 | import org.eclipse.emf.common.util.URI;
16 |
17 | import org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl;
18 |
19 | /**
20 | *
21 | * The Resource associated with the package.
22 | *
23 | * @see CAEX.util.CAEXResourceFactoryImpl
24 | * @generated
25 | */
26 | public class CAEXResourceImpl extends XMLResourceImpl {
27 | /**
28 | * Creates an instance of the resource.
29 | *
30 | *
31 | * @param uri the URI of the new resource.
32 | * @generated
33 | */
34 | public CAEXResourceImpl(URI uri) {
35 | super(uri);
36 | }
37 |
38 | } //CAEXResourceImpl
39 |
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.design/.classpath:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.design/.project:
--------------------------------------------------------------------------------
1 |
2 |
3 | caex.caex30.design
4 |
5 |
6 |
7 |
8 |
9 | org.eclipse.jdt.core.javabuilder
10 |
11 |
12 |
13 |
14 | org.eclipse.pde.ManifestBuilder
15 |
16 |
17 |
18 |
19 | org.eclipse.pde.SchemaBuilder
20 |
21 |
22 |
23 |
24 |
25 | org.eclipse.pde.PluginNature
26 | org.eclipse.jdt.core.javanature
27 |
28 |
29 |
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.design/META-INF/MANIFEST.MF:
--------------------------------------------------------------------------------
1 | Manifest-Version: 1.0
2 | Bundle-ManifestVersion: 2
3 | Bundle-Name: %pluginName
4 | Bundle-SymbolicName: caex.caex30.design;singleton:=true
5 | Bundle-Version: 1.0.0.qualifier
6 | Bundle-Activator: caex.caex30.design.Activator
7 | Bundle-Localization: plugin
8 | Require-Bundle: org.eclipse.ui,
9 | org.eclipse.core.runtime,
10 | org.eclipse.core.resources,
11 | org.eclipse.sirius,
12 | org.eclipse.sirius.common.acceleo.aql,
13 | caex.caex30.edit;bundle-version="1.0.0"
14 | Bundle-ActivationPolicy: lazy
15 | Bundle-RequiredExecutionEnvironment: JavaSE-1.8
16 | Bundle-Vendor: %providerName
17 |
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.design/bin/.gitignore:
--------------------------------------------------------------------------------
1 | /caex/
2 |
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.design/build.properties:
--------------------------------------------------------------------------------
1 | source.. = src/
2 | output.. = bin/
3 | bin.includes = META-INF/,\
4 | .,\
5 | description/,\
6 | plugin.properties,\
7 | plugin.xml
8 |
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.design/icons/CAEXFile.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.design/icons/CAEXFile.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.design/icons/InternalElement.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.design/icons/InternalElement.png
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.design/plugin.properties:
--------------------------------------------------------------------------------
1 | pluginName = caex.caex30.design
2 | providerName = Eclipse Modeling Project
3 | viewpointName = CAEX 3.0 Viewpoint
4 |
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.design/plugin.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.design/src/caex/caex30/design/Services.java:
--------------------------------------------------------------------------------
1 | package caex.caex30.design;
2 |
3 | import org.eclipse.emf.ecore.EObject;
4 |
5 | /**
6 | * The services class used by VSM.
7 | */
8 | public class Services {
9 |
10 | /**
11 | * See http://help.eclipse.org/neon/index.jsp?topic=%2Forg.eclipse.sirius.doc%2Fdoc%2Findex.html&cp=24 for documentation on how to write service methods.
12 | */
13 | public EObject myService(EObject self, String arg) {
14 | // TODO Auto-generated code
15 | return self;
16 | }
17 | }
18 |
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/.classpath:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/.gitignore:
--------------------------------------------------------------------------------
1 | /bin/
2 |
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/.project:
--------------------------------------------------------------------------------
1 |
2 |
3 | caex.caex30.edit
4 |
5 |
6 |
7 |
8 |
9 | org.eclipse.jdt.core.javabuilder
10 |
11 |
12 |
13 |
14 | org.eclipse.pde.ManifestBuilder
15 |
16 |
17 |
18 |
19 | org.eclipse.pde.SchemaBuilder
20 |
21 |
22 |
23 |
24 |
25 | org.eclipse.jdt.core.javanature
26 | org.eclipse.pde.PluginNature
27 |
28 |
29 |
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/META-INF/MANIFEST.MF:
--------------------------------------------------------------------------------
1 | Manifest-Version: 1.0
2 | Bundle-ManifestVersion: 2
3 | Bundle-Name: %pluginName
4 | Bundle-SymbolicName: caex.caex30.edit;singleton:=true
5 | Bundle-Version: 1.0.0.qualifier
6 | Bundle-ClassPath: .
7 | Bundle-Activator: caex.caex30.caex.provider.CAEX30EditPlugin$Implementation
8 | Bundle-Vendor: %providerName
9 | Bundle-Localization: plugin
10 | Bundle-RequiredExecutionEnvironment: JavaSE-1.8
11 | Export-Package: caex.caex30.caex.provider
12 | Require-Bundle: org.eclipse.core.runtime,
13 | caex.caex30;visibility:=reexport,
14 | org.eclipse.emf.edit;visibility:=reexport,
15 | caex.anytype;visibility:=reexport,
16 | caex.anytype.edit;visibility:=reexport
17 | Bundle-ActivationPolicy: lazy
18 |
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/build.properties:
--------------------------------------------------------------------------------
1 | #
2 |
3 | bin.includes = .,\
4 | icons/,\
5 | META-INF/,\
6 | plugin.xml,\
7 | plugin.properties
8 | jars.compile.order = .
9 | source.. = src-gen/
10 | output.. = bin/
11 |
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateAttributeLib_attributeType_Attribute.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateAttributeLib_attributeType_Attribute.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateAttributeLib_attributeType_AttributeFamily.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateAttributeLib_attributeType_AttributeFamily.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateAttributeValueRequirement_nominalScaledType_NominalScaled.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateAttributeValueRequirement_nominalScaledType_NominalScaled.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateAttributeValueRequirement_ordinalScaledType_OrdinalScaled.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateAttributeValueRequirement_ordinalScaledType_OrdinalScaled.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateAttributeValueRequirement_unknownType_UnknownType.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateAttributeValueRequirement_unknownType_UnknownType.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateAttribute_attribute_Attribute.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateAttribute_attribute_Attribute.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateAttribute_attribute_AttributeFamily.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateAttribute_attribute_AttributeFamily.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateAttribute_constraint_AttributeValueRequirement.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateAttribute_constraint_AttributeValueRequirement.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateAttribute_refSemantic_RefSemantic.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateAttribute_refSemantic_RefSemantic.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateCAEXBasicObject_additionalInformation_AdditionalInformation.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateCAEXBasicObject_additionalInformation_AdditionalInformation.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateCAEXBasicObject_copyright_Copyright.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateCAEXBasicObject_copyright_Copyright.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateCAEXBasicObject_description_Description.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateCAEXBasicObject_description_Description.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateCAEXBasicObject_revision_Revision.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateCAEXBasicObject_revision_Revision.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateCAEXBasicObject_version_Version.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateCAEXBasicObject_version_Version.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateCAEXFile_attributeTypeLib_AttributeLib.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateCAEXFile_attributeTypeLib_AttributeLib.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateCAEXFile_externalReference_ExternalReference.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateCAEXFile_externalReference_ExternalReference.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateCAEXFile_instanceHierarchy_InstanceHierarchy.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateCAEXFile_instanceHierarchy_InstanceHierarchy.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateCAEXFile_interfaceClassLib_InterfaceClassLib.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateCAEXFile_interfaceClassLib_InterfaceClassLib.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateCAEXFile_roleClassLib_RoleClassLib.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateCAEXFile_roleClassLib_RoleClassLib.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateCAEXFile_sourceDocumentInformation_SourceDocumentInformation.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateCAEXFile_sourceDocumentInformation_SourceDocumentInformation.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateCAEXFile_systemUnitClassLib_SystemUnitClassLib.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateCAEXFile_systemUnitClassLib_SystemUnitClassLib.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateDocumentRoot_cAEXFile_CAEXFile.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateDocumentRoot_cAEXFile_CAEXFile.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateExternalInterface_externalInterface_ExternalInterface.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateExternalInterface_externalInterface_ExternalInterface.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateExternalInterface_externalInterface_InterfaceClass.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateExternalInterface_externalInterface_InterfaceClass.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateExternalInterface_externalInterface_InterfaceFamily.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateExternalInterface_externalInterface_InterfaceFamily.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateInstanceHierarchy_internalElement_InternalElement.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateInstanceHierarchy_internalElement_InternalElement.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateInterfaceClassLib_interfaceClass_ExternalInterface.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateInterfaceClassLib_interfaceClass_ExternalInterface.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateInterfaceClassLib_interfaceClass_InterfaceClass.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateInterfaceClassLib_interfaceClass_InterfaceClass.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateInterfaceClassLib_interfaceClass_InterfaceFamily.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateInterfaceClassLib_interfaceClass_InterfaceFamily.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateInterfaceClass_attribute_Attribute.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateInterfaceClass_attribute_Attribute.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateInterfaceClass_attribute_AttributeFamily.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateInterfaceClass_attribute_AttributeFamily.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateInterfaceClass_externalInterface_ExternalInterface.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateInterfaceClass_externalInterface_ExternalInterface.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateInterfaceClass_externalInterface_InterfaceClass.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateInterfaceClass_externalInterface_InterfaceClass.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateInterfaceClass_externalInterface_InterfaceFamily.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateInterfaceClass_externalInterface_InterfaceFamily.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateInterfaceClass_interfaceClass_ExternalInterface.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateInterfaceClass_interfaceClass_ExternalInterface.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateInterfaceClass_interfaceClass_InterfaceClass.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateInterfaceClass_interfaceClass_InterfaceClass.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateInterfaceClass_interfaceClass_InterfaceFamily.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateInterfaceClass_interfaceClass_InterfaceFamily.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateInternalElement_roleRequirements_RoleRequirements.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateInternalElement_roleRequirements_RoleRequirements.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateMapping_attributeNameMapping_AttributeNameMapping.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateMapping_attributeNameMapping_AttributeNameMapping.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateMapping_interfaceIDMapping_InterfaceIDMapping.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateMapping_interfaceIDMapping_InterfaceIDMapping.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateRoleClassLib_roleClass_RoleClass.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateRoleClassLib_roleClass_RoleClass.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateRoleClassLib_roleClass_RoleFamily.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateRoleClassLib_roleClass_RoleFamily.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateRoleClass_attribute_Attribute.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateRoleClass_attribute_Attribute.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateRoleClass_attribute_AttributeFamily.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateRoleClass_attribute_AttributeFamily.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateRoleClass_externalInterface_ExternalInterface.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateRoleClass_externalInterface_ExternalInterface.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateRoleClass_roleClass_RoleClass.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateRoleClass_roleClass_RoleClass.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateRoleClass_roleClass_RoleFamily.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateRoleClass_roleClass_RoleFamily.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateRoleRequirements_attribute_Attribute.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateRoleRequirements_attribute_Attribute.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateRoleRequirements_attribute_AttributeFamily.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateRoleRequirements_attribute_AttributeFamily.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateRoleRequirements_externalInterface_ExternalInterface.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateRoleRequirements_externalInterface_ExternalInterface.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateRoleRequirements_externalInterface_InterfaceClass.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateRoleRequirements_externalInterface_InterfaceClass.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateRoleRequirements_externalInterface_InterfaceFamily.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateRoleRequirements_externalInterface_InterfaceFamily.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateRoleRequirements_mappingObject_Mapping.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateRoleRequirements_mappingObject_Mapping.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateSupportedRoleClass_mappingObject_Mapping.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateSupportedRoleClass_mappingObject_Mapping.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateSystemUnitClassLib_systemUnitClass_InternalElement.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateSystemUnitClassLib_systemUnitClass_InternalElement.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateSystemUnitClassLib_systemUnitClass_SystemUnitClass.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateSystemUnitClassLib_systemUnitClass_SystemUnitClass.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateSystemUnitClassLib_systemUnitClass_SystemUnitFamily.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateSystemUnitClassLib_systemUnitClass_SystemUnitFamily.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateSystemUnitClass_attribute_Attribute.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateSystemUnitClass_attribute_Attribute.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateSystemUnitClass_attribute_AttributeFamily.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateSystemUnitClass_attribute_AttributeFamily.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateSystemUnitClass_externalInterface_ExternalInterface.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateSystemUnitClass_externalInterface_ExternalInterface.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateSystemUnitClass_externalInterface_InterfaceClass.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateSystemUnitClass_externalInterface_InterfaceClass.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateSystemUnitClass_externalInterface_InterfaceFamily.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateSystemUnitClass_externalInterface_InterfaceFamily.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateSystemUnitClass_internalElement_InternalElement.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateSystemUnitClass_internalElement_InternalElement.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateSystemUnitClass_internalLink_InternalLink.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateSystemUnitClass_internalLink_InternalLink.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateSystemUnitClass_supportedRoleClass_SupportedRoleClass.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateSystemUnitClass_supportedRoleClass_SupportedRoleClass.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateSystemUnitClass_systemUnitClass_InternalElement.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateSystemUnitClass_systemUnitClass_InternalElement.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateSystemUnitClass_systemUnitClass_SystemUnitClass.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateSystemUnitClass_systemUnitClass_SystemUnitClass.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateSystemUnitClass_systemUnitClass_SystemUnitFamily.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/ctool16/CreateSystemUnitClass_systemUnitClass_SystemUnitFamily.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/obj16/AdditionalInformation.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/obj16/AdditionalInformation.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/obj16/Attribute.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/obj16/Attribute.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/obj16/AttributeFamily.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/obj16/AttributeFamily.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/obj16/AttributeLib.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/obj16/AttributeLib.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/obj16/AttributeNameMapping.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/obj16/AttributeNameMapping.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/obj16/AttributeValueRequirement.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/obj16/AttributeValueRequirement.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/obj16/CAEXBasicObject.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/obj16/CAEXBasicObject.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/obj16/CAEXFile.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/obj16/CAEXFile.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/obj16/CAEXObject.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/obj16/CAEXObject.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/obj16/Copyright.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/obj16/Copyright.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/obj16/Description.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/obj16/Description.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/obj16/DocumentRoot.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/obj16/DocumentRoot.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/obj16/ExternalInterface.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/obj16/ExternalInterface.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/obj16/ExternalReference.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/obj16/ExternalReference.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/obj16/InstanceHierarchy.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/obj16/InstanceHierarchy.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/obj16/InterfaceClass.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/obj16/InterfaceClass.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/obj16/InterfaceClassLib.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/obj16/InterfaceClassLib.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/obj16/InterfaceFamily.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/obj16/InterfaceFamily.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/obj16/InterfaceIDMapping.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/obj16/InterfaceIDMapping.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/obj16/InternalElement.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/obj16/InternalElement.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/obj16/InternalLink.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/obj16/InternalLink.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/obj16/Mapping.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/obj16/Mapping.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/obj16/NominalScaled.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/obj16/NominalScaled.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/obj16/OrdinalScaled.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/obj16/OrdinalScaled.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/obj16/RefSemantic.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/obj16/RefSemantic.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/obj16/Revision.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/obj16/Revision.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/obj16/RoleClass.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/obj16/RoleClass.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/obj16/RoleClassLib.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/obj16/RoleClassLib.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/obj16/RoleFamily.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/obj16/RoleFamily.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/obj16/RoleRequirements.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/obj16/RoleRequirements.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/obj16/SourceDocumentInformation.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/obj16/SourceDocumentInformation.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/obj16/SupportedRoleClass.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/obj16/SupportedRoleClass.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/obj16/SystemUnitClass.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/obj16/SystemUnitClass.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/obj16/SystemUnitClassLib.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/obj16/SystemUnitClassLib.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/obj16/SystemUnitFamily.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/obj16/SystemUnitFamily.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/obj16/UnknownType.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/obj16/UnknownType.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/icons/full/obj16/Version.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.edit/icons/full/obj16/Version.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.edit/plugin.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
6 |
7 |
8 |
9 |
10 |
11 |
20 |
21 |
22 |
23 |
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.editor/.classpath:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.editor/.gitignore:
--------------------------------------------------------------------------------
1 | /bin/
2 |
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.editor/.project:
--------------------------------------------------------------------------------
1 |
2 |
3 | caex.caex30.editor
4 |
5 |
6 |
7 |
8 |
9 | org.eclipse.jdt.core.javabuilder
10 |
11 |
12 |
13 |
14 | org.eclipse.pde.ManifestBuilder
15 |
16 |
17 |
18 |
19 | org.eclipse.pde.SchemaBuilder
20 |
21 |
22 |
23 |
24 |
25 | org.eclipse.jdt.core.javanature
26 | org.eclipse.pde.PluginNature
27 |
28 |
29 |
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.editor/META-INF/MANIFEST.MF:
--------------------------------------------------------------------------------
1 | Manifest-Version: 1.0
2 | Bundle-ManifestVersion: 2
3 | Bundle-Name: %pluginName
4 | Bundle-SymbolicName: caex.caex30.editor;singleton:=true
5 | Bundle-Version: 1.0.0.qualifier
6 | Bundle-ClassPath: .
7 | Bundle-Activator: caex.caex30.caex.presentation.CAEX30EditorPlugin$Implementation
8 | Bundle-Vendor: %providerName
9 | Bundle-Localization: plugin
10 | Bundle-RequiredExecutionEnvironment: JavaSE-1.8
11 | Export-Package: caex.caex30.caex.presentation
12 | Require-Bundle: org.eclipse.core.runtime,
13 | org.eclipse.core.resources;visibility:=reexport,
14 | caex.caex30.edit;visibility:=reexport,
15 | org.eclipse.emf.ecore.xmi;visibility:=reexport,
16 | org.eclipse.emf.edit.ui;visibility:=reexport,
17 | org.eclipse.ui.ide;visibility:=reexport,
18 | caex.anytype.edit;visibility:=reexport
19 | Bundle-ActivationPolicy: lazy
20 |
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.editor/build.properties:
--------------------------------------------------------------------------------
1 | #
2 |
3 | bin.includes = .,\
4 | icons/,\
5 | META-INF/,\
6 | plugin.xml,\
7 | plugin.properties
8 | jars.compile.order = .
9 | source.. = src-gen/
10 | output.. = bin
11 |
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.editor/icons/full/obj16/CAEXModelFile.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.editor/icons/full/obj16/CAEXModelFile.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.editor/icons/full/wizban/NewCAEX.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/caex30/caex.caex30.editor/icons/full/wizban/NewCAEX.gif
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.editor/plugin.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
6 |
7 |
8 |
9 |
10 |
11 |
14 |
20 | %_UI_CAEXModelWizard_description
21 |
22 |
23 |
24 |
25 |
26 |
27 |
34 |
35 |
36 |
37 |
38 |
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.tests/.classpath:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.tests/.gitignore:
--------------------------------------------------------------------------------
1 | /bin/
2 |
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.tests/.project:
--------------------------------------------------------------------------------
1 |
2 |
3 | caex.caex30.tests
4 |
5 |
6 |
7 |
8 |
9 | org.eclipse.jdt.core.javabuilder
10 |
11 |
12 |
13 |
14 | org.eclipse.pde.ManifestBuilder
15 |
16 |
17 |
18 |
19 | org.eclipse.pde.SchemaBuilder
20 |
21 |
22 |
23 |
24 |
25 | org.eclipse.jdt.core.javanature
26 | org.eclipse.pde.PluginNature
27 |
28 |
29 |
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.tests/META-INF/MANIFEST.MF:
--------------------------------------------------------------------------------
1 | Manifest-Version: 1.0
2 | Bundle-ManifestVersion: 2
3 | Bundle-Name: %pluginName
4 | Bundle-SymbolicName: caex.caex30.tests;singleton:=true
5 | Bundle-Version: 1.0.0.qualifier
6 | Bundle-ClassPath: .
7 | Bundle-Vendor: %providerName
8 | Bundle-Localization: plugin
9 | Bundle-RequiredExecutionEnvironment: JavaSE-1.8
10 | Export-Package: caex.caex30.caex.tests
11 | Require-Bundle: org.eclipse.core.runtime,
12 | caex.caex30;visibility:=reexport,
13 | caex.anytype;visibility:=reexport,
14 | org.eclipse.emf.ecore.xmi;visibility:=reexport,
15 | org.junit;visibility:=reexport
16 | Bundle-ActivationPolicy: lazy
17 |
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.tests/build.properties:
--------------------------------------------------------------------------------
1 | #
2 |
3 | bin.includes = .,\
4 | META-INF/,\
5 | plugin.properties
6 | jars.compile.order = .
7 | source.. = src/
8 | output.. = bin/
9 |
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30.tests/plugin.properties:
--------------------------------------------------------------------------------
1 | #
2 |
3 | pluginName = CAEX30 Tests
4 | providerName = www.example.org
5 |
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30/.classpath:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30/.gitignore:
--------------------------------------------------------------------------------
1 | /bin/
2 |
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30/.project:
--------------------------------------------------------------------------------
1 |
2 |
3 | caex.caex30
4 |
5 |
6 |
7 |
8 |
9 | org.eclipse.jdt.core.javabuilder
10 |
11 |
12 |
13 |
14 | org.eclipse.pde.ManifestBuilder
15 |
16 |
17 |
18 |
19 | org.eclipse.pde.SchemaBuilder
20 |
21 |
22 |
23 |
24 |
25 | org.eclipse.sirius.nature.modelingproject
26 | org.eclipse.jdt.core.javanature
27 | org.eclipse.pde.PluginNature
28 |
29 |
30 |
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30/META-INF/MANIFEST.MF:
--------------------------------------------------------------------------------
1 | Manifest-Version: 1.0
2 | Bundle-ManifestVersion: 2
3 | Bundle-Name: %pluginName
4 | Bundle-SymbolicName: caex.caex30;singleton:=true
5 | Bundle-Version: 0.1.0.qualifier
6 | Bundle-ClassPath: .
7 | Bundle-Vendor: %providerName
8 | Bundle-Localization: plugin
9 | Bundle-RequiredExecutionEnvironment: JavaSE-1.8
10 | Export-Package: caex.caex30.caex,
11 | caex.caex30.caex.impl,
12 | caex.caex30.caex.util
13 | Require-Bundle: org.eclipse.emf.ecore;visibility:=reexport,
14 | org.eclipse.core.runtime,
15 | caex.anytype;bundle-version="0.1.0";visibility:=reexport,
16 | org.eclipse.emf.ecore.xmi;bundle-version="2.13.0";visibility:=reexport,
17 | org.junit;bundle-version="4.12.0"
18 | Bundle-ActivationPolicy: lazy
19 |
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30/build.properties:
--------------------------------------------------------------------------------
1 | #
2 |
3 | bin.includes = .,\
4 | model/,\
5 | META-INF/,\
6 | plugin.xml,\
7 | plugin.properties
8 | jars.compile.order = .
9 | source.. = src-gen/
10 | output.. = bin/
11 |
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30/plugin.properties:
--------------------------------------------------------------------------------
1 | #
2 |
3 | pluginName = CAEX30 Model
4 | providerName = www.example.org
5 |
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30/plugin.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
6 |
7 |
8 |
9 |
10 |
11 |
15 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30/src-gen/caex/caex30/caex/AdditionalInformation.java:
--------------------------------------------------------------------------------
1 | /**
2 | */
3 | package caex.caex30.caex;
4 |
5 | import caex.anytype.GenericElement;
6 |
7 | /**
8 | *
9 | * A representation of the model object 'Additional Information'.
10 | *
11 | *
12 | *
13 | * @see caex.caex30.caex.CAEXPackage#getAdditionalInformation()
14 | * @model
15 | * @generated
16 | */
17 | public interface AdditionalInformation extends GenericElement {
18 | } // AdditionalInformation
19 |
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30/src-gen/caex/caex30/caex/AttributeFamily.java:
--------------------------------------------------------------------------------
1 | /**
2 | */
3 | package caex.caex30.caex;
4 |
5 |
6 | /**
7 | *
8 | * A representation of the model object 'Attribute Family'.
9 | *
10 | *
11 | *
12 | * Defines base structures for attribute type definitions.
13 | *
14 | *
15 | *
16 | * @see caex.caex30.caex.CAEXPackage#getAttributeFamily()
17 | * @model extendedMetaData="name='AttributeFamilyType' kind='elementOnly'"
18 | * @generated
19 | */
20 | public interface AttributeFamily extends Attribute {
21 | } // AttributeFamily
22 |
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30/src-gen/caex/caex30/caex/AttributeLib.java:
--------------------------------------------------------------------------------
1 | /**
2 | */
3 | package caex.caex30.caex;
4 |
5 | import org.eclipse.emf.common.util.EList;
6 |
7 | /**
8 | *
9 | * A representation of the model object 'Attribute Lib'.
10 | *
11 | *
12 | *
13 | * The following features are supported:
14 | *
15 | *
16 | * - {@link caex.caex30.caex.AttributeLib#getAttributeType Attribute Type}
17 | *
18 | *
19 | * @see caex.caex30.caex.CAEXPackage#getAttributeLib()
20 | * @model
21 | * @generated
22 | */
23 | public interface AttributeLib extends CAEXObject {
24 | /**
25 | * Returns the value of the 'Attribute Type' containment reference list.
26 | * The list contents are of type {@link caex.caex30.caex.Attribute}.
27 | *
28 | *
29 | * If the meaning of the 'Attribute Type' containment reference list isn't clear,
30 | * there really should be more of a description here...
31 | *
32 | *
33 | * @return the value of the 'Attribute Type' containment reference list.
34 | * @see caex.caex30.caex.CAEXPackage#getAttributeLib_AttributeType()
35 | * @model containment="true"
36 | * @generated
37 | */
38 | EList getAttributeType();
39 |
40 | } // AttributeLib
41 |
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30/src-gen/caex/caex30/caex/ExternalInterface.java:
--------------------------------------------------------------------------------
1 | /**
2 | */
3 | package caex.caex30.caex;
4 |
5 | /**
6 | *
7 | * A representation of the model object 'External Interface'.
8 | *
9 | *
10 | *
11 | * @see caex.caex30.caex.CAEXPackage#getExternalInterface()
12 | * @model extendedMetaData="name='ExternalInterface_._type' kind='elementOnly'"
13 | * @generated
14 | */
15 | public interface ExternalInterface extends InterfaceClass {
16 |
17 | } // ExternalInterface
18 |
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30/src-gen/caex/caex30/caex/InterfaceFamily.java:
--------------------------------------------------------------------------------
1 | /**
2 | */
3 | package caex.caex30.caex;
4 |
5 |
6 | /**
7 | *
8 | * A representation of the model object 'Interface Family'.
9 | *
10 | *
11 | *
12 | * Defines base structures for a hierarchical InterfaceClass tree. The hierarchical structure of an interface library has organizational character only.
13 | *
14 | *
15 | *
16 | * @see caex.caex30.caex.CAEXPackage#getInterfaceFamily()
17 | * @model extendedMetaData="name='InterfaceFamilyType' kind='elementOnly'"
18 | * @generated
19 | */
20 | public interface InterfaceFamily extends InterfaceClass {
21 | } // InterfaceFamily
22 |
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30/src-gen/caex/caex30/caex/NominalScaled.java:
--------------------------------------------------------------------------------
1 | /**
2 | */
3 | package caex.caex30.caex;
4 |
5 | import org.eclipse.emf.common.util.EList;
6 |
7 | import org.eclipse.emf.ecore.EObject;
8 |
9 | /**
10 | *
11 | * A representation of the model object 'Nominal Scaled'.
12 | *
13 | *
14 | *
15 | * The following features are supported:
16 | *
17 | *
18 | * - {@link caex.caex30.caex.NominalScaled#getRequiredValue Required Value}
19 | *
20 | *
21 | * @see caex.caex30.caex.CAEXPackage#getNominalScaled()
22 | * @model
23 | * @generated
24 | */
25 | public interface NominalScaled extends EObject {
26 | /**
27 | * Returns the value of the 'Required Value' attribute list.
28 | * The list contents are of type {@link java.lang.String}.
29 | *
30 | *
31 | * If the meaning of the 'Required Value' attribute list isn't clear,
32 | * there really should be more of a description here...
33 | *
34 | *
35 | * @return the value of the 'Required Value' attribute list.
36 | * @see caex.caex30.caex.CAEXPackage#getNominalScaled_RequiredValue()
37 | * @model unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
38 | * @generated
39 | */
40 | EList getRequiredValue();
41 |
42 | } // NominalScaled
43 |
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30/src-gen/caex/caex30/caex/RoleClassLib.java:
--------------------------------------------------------------------------------
1 | /**
2 | */
3 | package caex.caex30.caex;
4 |
5 | import org.eclipse.emf.common.util.EList;
6 |
7 | /**
8 | *
9 | * A representation of the model object 'Role Class Lib'.
10 | *
11 | *
12 | *
13 | * The following features are supported:
14 | *
15 | *
16 | * - {@link caex.caex30.caex.RoleClassLib#getRoleClass Role Class}
17 | *
18 | *
19 | * @see caex.caex30.caex.CAEXPackage#getRoleClassLib()
20 | * @model extendedMetaData="name='RoleClassLib_._type' kind='elementOnly'"
21 | * @generated
22 | */
23 | public interface RoleClassLib extends CAEXObject {
24 | /**
25 | * Returns the value of the 'Role Class' containment reference list.
26 | * The list contents are of type {@link caex.caex30.caex.RoleClass}.
27 | *
28 | *
29 | * If the meaning of the 'Role Class' containment reference list isn't clear,
30 | * there really should be more of a description here...
31 | *
32 | *
33 | *
34 | * Definition of a class of a role type.
35 | *
36 | * @return the value of the 'Role Class' containment reference list.
37 | * @see caex.caex30.caex.CAEXPackage#getRoleClassLib_RoleClass()
38 | * @model containment="true"
39 | * extendedMetaData="kind='element' name='RoleClass' namespace='##targetNamespace'"
40 | * @generated
41 | */
42 | EList getRoleClass();
43 |
44 | } // RoleClassLib
45 |
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30/src-gen/caex/caex30/caex/RoleFamily.java:
--------------------------------------------------------------------------------
1 | /**
2 | */
3 | package caex.caex30.caex;
4 |
5 |
6 | /**
7 | *
8 | * A representation of the model object 'Role Family'.
9 | *
10 | *
11 | *
12 | * Defines base structures for a hierarchical RoleClass tree. The hierarchical structure of a role library has organizational character only.
13 | *
14 | *
15 | *
16 | * @see caex.caex30.caex.CAEXPackage#getRoleFamily()
17 | * @model extendedMetaData="name='RoleFamilyType' kind='elementOnly'"
18 | * @generated
19 | */
20 | public interface RoleFamily extends RoleClass {
21 | } // RoleFamily
22 |
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30/src-gen/caex/caex30/caex/SystemUnitFamily.java:
--------------------------------------------------------------------------------
1 | /**
2 | */
3 | package caex.caex30.caex;
4 |
5 |
6 | /**
7 | *
8 | * A representation of the model object 'System Unit Family'.
9 | *
10 | *
11 | *
12 | * Defines base structures for a hierarchical SystemUnitClass tree. The hierarchical structure of a SystemUnit library has organizational character only.
13 | *
14 | *
15 | *
16 | * @see caex.caex30.caex.CAEXPackage#getSystemUnitFamily()
17 | * @model extendedMetaData="name='SystemUnitFamilyType' kind='elementOnly'"
18 | * @generated
19 | */
20 | public interface SystemUnitFamily extends SystemUnitClass {
21 | } // SystemUnitFamily
22 |
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30/src-gen/caex/caex30/caex/impl/AdditionalInformationImpl.java:
--------------------------------------------------------------------------------
1 | /**
2 | */
3 | package caex.caex30.caex.impl;
4 |
5 | import caex.anytype.impl.GenericElementImpl;
6 |
7 | import caex.caex30.caex.AdditionalInformation;
8 | import caex.caex30.caex.CAEXPackage;
9 |
10 | import org.eclipse.emf.ecore.EClass;
11 |
12 | /**
13 | *
14 | * An implementation of the model object 'Additional Information'.
15 | *
16 | *
17 | * @generated
18 | */
19 | public class AdditionalInformationImpl extends GenericElementImpl implements AdditionalInformation {
20 | /**
21 | *
22 | *
23 | * @generated
24 | */
25 | protected AdditionalInformationImpl() {
26 | super();
27 | }
28 |
29 | /**
30 | *
31 | *
32 | * @generated
33 | */
34 | @Override
35 | protected EClass eStaticClass() {
36 | return CAEXPackage.Literals.ADDITIONAL_INFORMATION;
37 | }
38 |
39 | } //AdditionalInformationImpl
40 |
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30/src-gen/caex/caex30/caex/impl/AttributeFamilyImpl.java:
--------------------------------------------------------------------------------
1 | /**
2 | */
3 | package caex.caex30.caex.impl;
4 |
5 | import caex.caex30.caex.AttributeFamily;
6 | import caex.caex30.caex.CAEXPackage;
7 |
8 | import org.eclipse.emf.ecore.EClass;
9 |
10 | /**
11 | *
12 | * An implementation of the model object 'Attribute Family'.
13 | *
14 | *
15 | * @generated
16 | */
17 | public class AttributeFamilyImpl extends AttributeImpl implements AttributeFamily {
18 | /**
19 | *
20 | *
21 | * @generated
22 | */
23 | protected AttributeFamilyImpl() {
24 | super();
25 | }
26 |
27 | /**
28 | *
29 | *
30 | * @generated
31 | */
32 | @Override
33 | protected EClass eStaticClass() {
34 | return CAEXPackage.Literals.ATTRIBUTE_FAMILY;
35 | }
36 |
37 | } //AttributeFamilyImpl
38 |
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30/src-gen/caex/caex30/caex/impl/ExternalInterfaceImpl.java:
--------------------------------------------------------------------------------
1 | /**
2 | */
3 | package caex.caex30.caex.impl;
4 |
5 | import caex.caex30.caex.CAEXPackage;
6 | import caex.caex30.caex.ExternalInterface;
7 | import org.eclipse.emf.ecore.EClass;
8 |
9 | /**
10 | *
11 | * An implementation of the model object 'External Interface'.
12 | *
13 | *
14 | * @generated
15 | */
16 | public class ExternalInterfaceImpl extends InterfaceClassImpl implements ExternalInterface {
17 | /**
18 | *
19 | *
20 | * @generated
21 | */
22 | protected ExternalInterfaceImpl() {
23 | super();
24 | }
25 |
26 | /**
27 | *
28 | *
29 | * @generated
30 | */
31 | @Override
32 | protected EClass eStaticClass() {
33 | return CAEXPackage.Literals.EXTERNAL_INTERFACE;
34 | }
35 |
36 | } //ExternalInterfaceImpl
37 |
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30/src-gen/caex/caex30/caex/impl/InterfaceFamilyImpl.java:
--------------------------------------------------------------------------------
1 | /**
2 | */
3 | package caex.caex30.caex.impl;
4 |
5 | import caex.caex30.caex.CAEXPackage;
6 | import caex.caex30.caex.InterfaceFamily;
7 |
8 | import org.eclipse.emf.ecore.EClass;
9 |
10 | /**
11 | *
12 | * An implementation of the model object 'Interface Family'.
13 | *
14 | *
15 | * @generated
16 | */
17 | public class InterfaceFamilyImpl extends InterfaceClassImpl implements InterfaceFamily {
18 | /**
19 | *
20 | *
21 | * @generated
22 | */
23 | protected InterfaceFamilyImpl() {
24 | super();
25 | }
26 |
27 | /**
28 | *
29 | *
30 | * @generated
31 | */
32 | @Override
33 | protected EClass eStaticClass() {
34 | return CAEXPackage.Literals.INTERFACE_FAMILY;
35 | }
36 |
37 | } //InterfaceFamilyImpl
38 |
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30/src-gen/caex/caex30/caex/impl/RoleFamilyImpl.java:
--------------------------------------------------------------------------------
1 | /**
2 | */
3 | package caex.caex30.caex.impl;
4 |
5 | import caex.caex30.caex.CAEXPackage;
6 | import caex.caex30.caex.RoleFamily;
7 |
8 | import org.eclipse.emf.ecore.EClass;
9 |
10 | /**
11 | *
12 | * An implementation of the model object 'Role Family'.
13 | *
14 | *
15 | * @generated
16 | */
17 | public class RoleFamilyImpl extends RoleClassImpl implements RoleFamily {
18 | /**
19 | *
20 | *
21 | * @generated
22 | */
23 | protected RoleFamilyImpl() {
24 | super();
25 | }
26 |
27 | /**
28 | *
29 | *
30 | * @generated
31 | */
32 | @Override
33 | protected EClass eStaticClass() {
34 | return CAEXPackage.Literals.ROLE_FAMILY;
35 | }
36 |
37 | } //RoleFamilyImpl
38 |
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30/src-gen/caex/caex30/caex/impl/SystemUnitFamilyImpl.java:
--------------------------------------------------------------------------------
1 | /**
2 | */
3 | package caex.caex30.caex.impl;
4 |
5 | import caex.caex30.caex.CAEXPackage;
6 | import caex.caex30.caex.SystemUnitFamily;
7 |
8 | import org.eclipse.emf.ecore.EClass;
9 |
10 | /**
11 | *
12 | * An implementation of the model object 'System Unit Family'.
13 | *
14 | *
15 | * @generated
16 | */
17 | public class SystemUnitFamilyImpl extends SystemUnitClassImpl implements SystemUnitFamily {
18 | /**
19 | *
20 | *
21 | * @generated
22 | */
23 | protected SystemUnitFamilyImpl() {
24 | super();
25 | }
26 |
27 | /**
28 | *
29 | *
30 | * @generated
31 | */
32 | @Override
33 | protected EClass eStaticClass() {
34 | return CAEXPackage.Literals.SYSTEM_UNIT_FAMILY;
35 | }
36 |
37 | } //SystemUnitFamilyImpl
38 |
--------------------------------------------------------------------------------
/plugins/caex30/caex.caex30/src-gen/caex/caex30/caex/util/CAEXResourceImpl.java:
--------------------------------------------------------------------------------
1 | /*******************************************************************************
2 | * Copyright (c) 2015 Business Informatics Group at TU Wien
3 | * All rights reserved. This program and the accompanying materials
4 | * are made available under the terms of the Eclipse Public License v1.0
5 | * which accompanies this distribution, and is available at
6 | * http://www.eclipse.org/legal/epl-v10.html
7 | *
8 | * Contributors:
9 | * Manuel Wimmer and Emanuel Maetzler
10 | *******************************************************************************/
11 | /**
12 | */
13 | package caex.caex30.caex.util;
14 |
15 | import org.eclipse.emf.common.util.URI;
16 |
17 | import org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl;
18 |
19 | /**
20 | *
21 | * The Resource associated with the package.
22 | *
23 | * @see CAEX.util.CAEXResourceFactoryImpl
24 | * @generated
25 | */
26 | public class CAEXResourceImpl extends XMLResourceImpl {
27 | /**
28 | * Creates an instance of the resource.
29 | *
30 | *
31 | * @param uri the URI of the new resource.
32 | * @generated
33 | */
34 | public CAEXResourceImpl(URI uri) {
35 | super(uri);
36 | }
37 |
38 | } //CAEXResourceImpl
39 |
--------------------------------------------------------------------------------
/plugins/common/caex.anytype.edit/.classpath:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/plugins/common/caex.anytype.edit/.gitignore:
--------------------------------------------------------------------------------
1 | /bin/
2 |
--------------------------------------------------------------------------------
/plugins/common/caex.anytype.edit/.project:
--------------------------------------------------------------------------------
1 |
2 |
3 | caex.anytype.edit
4 |
5 |
6 |
7 |
8 |
9 | org.eclipse.jdt.core.javabuilder
10 |
11 |
12 |
13 |
14 | org.eclipse.pde.ManifestBuilder
15 |
16 |
17 |
18 |
19 | org.eclipse.pde.SchemaBuilder
20 |
21 |
22 |
23 |
24 |
25 | org.eclipse.jdt.core.javanature
26 | org.eclipse.pde.PluginNature
27 |
28 |
29 |
--------------------------------------------------------------------------------
/plugins/common/caex.anytype.edit/META-INF/MANIFEST.MF:
--------------------------------------------------------------------------------
1 | Manifest-Version: 1.0
2 | Bundle-ManifestVersion: 2
3 | Bundle-Name: %pluginName
4 | Bundle-SymbolicName: caex.anytype.edit;singleton:=true
5 | Bundle-Version: 1.0.0.qualifier
6 | Bundle-ClassPath: .
7 | Bundle-Activator: caex.anytype.provider.GenericAnyTypeEditPlugin$Implementation
8 | Bundle-Vendor: %providerName
9 | Bundle-Localization: plugin
10 | Bundle-RequiredExecutionEnvironment: JavaSE-1.8
11 | Export-Package: caex.anytype.provider
12 | Require-Bundle: org.eclipse.core.runtime,
13 | caex.anytype;visibility:=reexport,
14 | org.eclipse.emf.edit;visibility:=reexport
15 | Bundle-ActivationPolicy: lazy
16 |
--------------------------------------------------------------------------------
/plugins/common/caex.anytype.edit/build.properties:
--------------------------------------------------------------------------------
1 | #
2 |
3 | bin.includes = .,\
4 | icons/,\
5 | META-INF/,\
6 | plugin.xml,\
7 | plugin.properties
8 | jars.compile.order = .
9 | source.. = src-gen/
10 | output.. = bin/
11 |
--------------------------------------------------------------------------------
/plugins/common/caex.anytype.edit/icons/full/obj16/GenericAttribute.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/common/caex.anytype.edit/icons/full/obj16/GenericAttribute.gif
--------------------------------------------------------------------------------
/plugins/common/caex.anytype.edit/icons/full/obj16/GenericElement.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/amlModeling/caex-workbench/5afe97957030741c27ba766815ad2d883f1d96e0/plugins/common/caex.anytype.edit/icons/full/obj16/GenericElement.gif
--------------------------------------------------------------------------------
/plugins/common/caex.anytype.edit/plugin.properties:
--------------------------------------------------------------------------------
1 | #
2 |
3 | pluginName = GenericAnyType Edit Support
4 | providerName = www.example.org
5 |
6 | _UI_CreateChild_text = {0}
7 | _UI_CreateChild_text2 = {1} {0}
8 | _UI_CreateChild_text3 = {1}
9 | _UI_CreateChild_tooltip = Create New {0} Under {1} Feature
10 | _UI_CreateChild_description = Create a new child of type {0} for the {1} feature of the selected {2}.
11 | _UI_CreateSibling_description = Create a new sibling of type {0} for the selected {2}, under the {1} feature of their parent.
12 |
13 | _UI_PropertyDescriptor_description = The {0} of the {1}
14 |
15 | _UI_Element_type = Element
16 | _UI_GenericElement_type = Generic Element
17 | _UI_GenericAttribute_type = Generic Attribute
18 | _UI_Unknown_type = Object
19 |
20 | _UI_Unknown_datatype= Value
21 |
22 | _UI_Element_name_feature = Name
23 | _UI_Element_value_feature = Value
24 | _UI_GenericElement_nestedElements_feature = Nested Elements
25 | _UI_GenericElement_attributes_feature = Attributes
26 | _UI_GenericElement_elementFeatureMap_feature = Element Feature Map
27 | _UI_GenericElement_attributeFeatureMap_feature = Attribute Feature Map
28 | _UI_Unknown_feature = Unspecified
29 |
30 |
--------------------------------------------------------------------------------
/plugins/common/caex.anytype.edit/plugin.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
6 |
7 |
8 |
9 |
10 |
11 |
20 |
21 |
22 |
23 |
--------------------------------------------------------------------------------
/plugins/common/caex.anytype/.classpath:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/plugins/common/caex.anytype/.gitignore:
--------------------------------------------------------------------------------
1 | /bin/
2 |
--------------------------------------------------------------------------------
/plugins/common/caex.anytype/.project:
--------------------------------------------------------------------------------
1 |
2 |
3 | caex.anytype
4 |
5 |
6 |
7 |
8 |
9 | org.eclipse.jdt.core.javabuilder
10 |
11 |
12 |
13 |
14 | org.eclipse.pde.ManifestBuilder
15 |
16 |
17 |
18 |
19 | org.eclipse.pde.SchemaBuilder
20 |
21 |
22 |
23 |
24 |
25 | org.eclipse.sirius.nature.modelingproject
26 | org.eclipse.jdt.core.javanature
27 | org.eclipse.pde.PluginNature
28 |
29 |
30 |
--------------------------------------------------------------------------------
/plugins/common/caex.anytype/META-INF/MANIFEST.MF:
--------------------------------------------------------------------------------
1 | Manifest-Version: 1.0
2 | Bundle-ManifestVersion: 2
3 | Bundle-Name: %pluginName
4 | Bundle-SymbolicName: caex.anytype;singleton:=true
5 | Bundle-Version: 0.1.0.qualifier
6 | Bundle-ClassPath: .
7 | Bundle-Vendor: %providerName
8 | Bundle-Localization: plugin
9 | Bundle-RequiredExecutionEnvironment: JavaSE-1.8
10 | Export-Package: caex.anytype,
11 | caex.anytype.impl,
12 | caex.anytype.util
13 | Require-Bundle: org.eclipse.emf.ecore;visibility:=reexport,
14 | org.eclipse.core.runtime
15 | Bundle-ActivationPolicy: lazy
16 |
--------------------------------------------------------------------------------
/plugins/common/caex.anytype/build.properties:
--------------------------------------------------------------------------------
1 | #
2 |
3 | bin.includes = .,\
4 | model/,\
5 | META-INF/,\
6 | plugin.xml,\
7 | plugin.properties
8 | jars.compile.order = .
9 | source.. = src-gen/
10 | output.. = bin/
11 |
--------------------------------------------------------------------------------
/plugins/common/caex.anytype/plugin.properties:
--------------------------------------------------------------------------------
1 | #
2 |
3 | pluginName = GenericAnyType Model
4 | providerName = www.example.org
5 |
--------------------------------------------------------------------------------
/plugins/common/caex.anytype/plugin.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
6 |
7 |
8 |
9 |
10 |
11 |
15 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/plugins/common/caex.anytype/src-gen/caex/anytype/AnytypeFactory.java:
--------------------------------------------------------------------------------
1 | /**
2 | */
3 | package caex.anytype;
4 |
5 | import org.eclipse.emf.ecore.EFactory;
6 |
7 | /**
8 | *
9 | * The Factory for the model.
10 | * It provides a create method for each non-abstract class of the model.
11 | *
12 | * @see caex.anytype.AnytypePackage
13 | * @generated
14 | */
15 | public interface AnytypeFactory extends EFactory {
16 | /**
17 | * The singleton instance of the factory.
18 | *
19 | *
20 | * @generated
21 | */
22 | AnytypeFactory eINSTANCE = caex.anytype.impl.AnytypeFactoryImpl.init();
23 |
24 | /**
25 | * Returns a new object of class 'Generic Element'.
26 | *
27 | *
28 | * @return a new object of class 'Generic Element'.
29 | * @generated
30 | */
31 | GenericElement createGenericElement();
32 |
33 | /**
34 | * Returns a new object of class 'Generic Attribute'.
35 | *
36 | *
37 | * @return a new object of class 'Generic Attribute'.
38 | * @generated
39 | */
40 | GenericAttribute createGenericAttribute();
41 |
42 | /**
43 | * Returns the package supported by this factory.
44 | *
45 | *
46 | * @return the package supported by this factory.
47 | * @generated
48 | */
49 | AnytypePackage getAnytypePackage();
50 |
51 | } //AnytypeFactory
52 |
--------------------------------------------------------------------------------
/plugins/common/caex.anytype/src-gen/caex/anytype/GenericAttribute.java:
--------------------------------------------------------------------------------
1 | /**
2 | */
3 | package caex.anytype;
4 |
5 | /**
6 | *
7 | * A representation of the model object 'Generic Attribute'.
8 | *
9 | *
10 | *
11 | * @see caex.anytype.AnytypePackage#getGenericAttribute()
12 | * @model extendedMetaData="kind='empty'"
13 | * @generated
14 | */
15 | public interface GenericAttribute extends Element {
16 | } // GenericAttribute
17 |
--------------------------------------------------------------------------------
/plugins/common/caex.anytype/src-gen/caex/anytype/impl/GenericAttributeImpl.java:
--------------------------------------------------------------------------------
1 | /**
2 | */
3 | package caex.anytype.impl;
4 |
5 | import caex.anytype.AnytypePackage;
6 | import caex.anytype.GenericAttribute;
7 |
8 | import org.eclipse.emf.ecore.EClass;
9 |
10 | /**
11 | *
12 | * An implementation of the model object 'Generic Attribute'.
13 | *
14 | *
15 | * @generated
16 | */
17 | public class GenericAttributeImpl extends ElementImpl implements GenericAttribute {
18 | /**
19 | *
20 | *
21 | * @generated
22 | */
23 | protected GenericAttributeImpl() {
24 | super();
25 | }
26 |
27 | /**
28 | *
29 | *
30 | * @generated
31 | */
32 | @Override
33 | protected EClass eStaticClass() {
34 | return AnytypePackage.Literals.GENERIC_ATTRIBUTE;
35 | }
36 |
37 | } //GenericAttributeImpl
38 |
--------------------------------------------------------------------------------