public code v1

This commit is contained in:
Francisco Jesús Martínez Mimbrera
2026-05-23 00:32:57 +02:00
commit 759a8968a2
4357 changed files with 163763 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>features</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
</natures>
<filteredResources>
<filter>
<id>1779484362603</id>
<name></name>
<type>30</type>
<matcher>
<id>org.eclipse.core.resources.regexFilterMatcher</id>
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
</matcher>
</filter>
</filteredResources>
</projectDescription>
@@ -0,0 +1,2 @@
eclipse.preferences.version=1
encoding/<project>=UTF-8
@@ -0,0 +1,4 @@
activeProfiles=
eclipse.preferences.version=1
resolveWorkspaceProjects=true
version=1
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>flintstones.group</groupId>
<artifactId>flintstones.features</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>flintstones.feature.application</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
<name>[feature] flintstones.feature.application Feature</name>
</project>
@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>flintstones.feature.application</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.pde.FeatureBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.pde.FeatureNature</nature>
</natures>
<filteredResources>
<filter>
<id>1779484362592</id>
<name></name>
<type>30</type>
<matcher>
<id>org.eclipse.core.resources.regexFilterMatcher</id>
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
</matcher>
</filter>
</filteredResources>
</projectDescription>
@@ -0,0 +1,2 @@
eclipse.preferences.version=1
encoding/<project>=UTF-8
@@ -0,0 +1,4 @@
activeProfiles=
eclipse.preferences.version=1
resolveWorkspaceProjects=true
version=1
@@ -0,0 +1 @@
bin.includes = feature.xml
@@ -0,0 +1,87 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE xml>
<feature
id="flintstones.feature.application"
label="flintstones.feature.application Feature"
version="1.0.0.qualifier">
<description url="http://www.example.com/description">
[Enter Description here.]
</description>
<copyright url="http://www.example.com/copyright">
[Enter Copyright Description here.]
</copyright>
<license url="http://www.example.com/license">
[Enter License Description here.]
</license>
<plugin
id="flintstones.application"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.application.constants"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.application.control"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.application.debug"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.application.perspective.documentation.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.application.perspective.framework.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.application.perspective.frameworkstructuring.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.application.perspective.gathering.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.application.perspective.method.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.application.perspective.phase.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.application.perspective.rating.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
</feature>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>flintstones.group</groupId>
<artifactId>flintstones.features</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>flintstones.feature.domain</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
<name>[feature] flintstones.feature.domain Feature</name>
</project>
@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>flintstones.feature.domain</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.pde.FeatureBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.pde.FeatureNature</nature>
</natures>
<filteredResources>
<filter>
<id>1779484362593</id>
<name></name>
<type>30</type>
<matcher>
<id>org.eclipse.core.resources.regexFilterMatcher</id>
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
</matcher>
</filter>
</filteredResources>
</projectDescription>
@@ -0,0 +1,2 @@
eclipse.preferences.version=1
encoding/<project>=UTF-8
@@ -0,0 +1,4 @@
activeProfiles=
eclipse.preferences.version=1
resolveWorkspaceProjects=true
version=1
@@ -0,0 +1 @@
bin.includes = feature.xml
@@ -0,0 +1,111 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE xml>
<feature
id="flintstones.feature.domain"
label="flintstones.feature.domain Feature"
version="1.0.0.qualifier">
<description url="http://www.example.com/description">
[Enter Description here.]
</description>
<copyright url="http://www.example.com/copyright">
[Enter Copyright Description here.]
</copyright>
<license url="http://www.example.com/license">
[Enter License Description here.]
</license>
<plugin
id="flintstones.domain.fuzzyset"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.domain.fuzzyset.ui.chart"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.domain.fuzzyset.ui.dialog"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.domain.fuzzyset.unbalanced"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.domain.fuzzyset.unbalanced.ui.chart"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.domain.fuzzyset.unbalanced.ui.dialog"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.domain.numeric"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.domain.numeric.integer"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.domain.numeric.integer.ui.chart"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.domain.numeric.integer.ui.dialog"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.domain.numeric.real"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.domain.numeric.real.ui.chart"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.domain.numeric.real.ui.dialog"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.domain.numeric.ui.chart"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.domain.numeric.ui.dialog"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
</feature>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>flintstones.group</groupId>
<artifactId>flintstones.features</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>flintstones.feature.element</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
<name>[feature] flintstones.feature.element Feature</name>
</project>
@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>flintstones.feature.element</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.pde.FeatureBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.pde.FeatureNature</nature>
</natures>
<filteredResources>
<filter>
<id>1779484362593</id>
<name></name>
<type>30</type>
<matcher>
<id>org.eclipse.core.resources.regexFilterMatcher</id>
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
</matcher>
</filter>
</filteredResources>
</projectDescription>
@@ -0,0 +1,2 @@
eclipse.preferences.version=1
encoding/<project>=UTF-8
@@ -0,0 +1,4 @@
activeProfiles=
eclipse.preferences.version=1
resolveWorkspaceProjects=true
version=1
@@ -0,0 +1 @@
bin.includes = feature.xml
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE xml>
<feature
id="flintstones.feature.element"
label="flintstones.feature.element Feature"
version="1.0.0.qualifier">
<description url="http://www.example.com/description">
[Enter Description here.]
</description>
<copyright url="http://www.example.com/copyright">
[Enter Copyright Description here.]
</copyright>
<license url="http://www.example.com/license">
[Enter License Description here.]
</license>
<plugin
id="flintstones.element.common.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
</feature>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>flintstones.group</groupId>
<artifactId>flintstones.features</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>flintstones.feature.engine</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
<name>[feature] flintstones.feature.engine Feature</name>
</project>
@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>flintstones.feature.engine</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.pde.FeatureBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.pde.FeatureNature</nature>
</natures>
<filteredResources>
<filter>
<id>1779484362594</id>
<name></name>
<type>30</type>
<matcher>
<id>org.eclipse.core.resources.regexFilterMatcher</id>
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
</matcher>
</filter>
</filteredResources>
</projectDescription>
@@ -0,0 +1,2 @@
eclipse.preferences.version=1
encoding/<project>=UTF-8
@@ -0,0 +1,4 @@
activeProfiles=
eclipse.preferences.version=1
resolveWorkspaceProjects=true
version=1
@@ -0,0 +1 @@
bin.includes = feature.xml
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE xml>
<feature
id="flintstones.feature.engine"
label="flintstones.feature.engine Feature"
version="1.0.0.qualifier">
<description url="http://www.example.com/description">
[Enter Description here.]
</description>
<copyright url="http://www.example.com/copyright">
[Enter Copyright Description here.]
</copyright>
<license url="http://www.example.com/license">
[Enter License Description here.]
</license>
<plugin
id="flintstones.engine.R"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
</feature>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>flintstones.group</groupId>
<artifactId>flintstones.features</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>flintstones.feature.entity</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
<name>[feature] flintstones.feature.entity Feature</name>
</project>
@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>flintstones.feature.entity</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.pde.FeatureBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.pde.FeatureNature</nature>
</natures>
<filteredResources>
<filter>
<id>1779484362595</id>
<name></name>
<type>30</type>
<matcher>
<id>org.eclipse.core.resources.regexFilterMatcher</id>
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
</matcher>
</filter>
</filteredResources>
</projectDescription>
@@ -0,0 +1,2 @@
eclipse.preferences.version=1
encoding/<project>=UTF-8
@@ -0,0 +1,4 @@
activeProfiles=
eclipse.preferences.version=1
resolveWorkspaceProjects=true
version=1
@@ -0,0 +1 @@
bin.includes = feature.xml
@@ -0,0 +1,327 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="flintstones.feature.entity"
label="flintstones.feature.entity Feature"
version="1.0.0.qualifier">
<description url="http://www.example.com/description">
[Enter Description here.]
</description>
<copyright url="http://www.example.com/copyright">
[Enter Copyright Description here.]
</copyright>
<license url="http://www.example.com/license">
[Enter License Description here.]
</license>
<plugin
id="flintstones.entity.aggregation"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.entity.ahp"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.entity.ahp.decisionmatrix"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.entity.ahp.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.entity.ahppreferences"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.entity.ahpsort.priority"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.entity.ahpsort.profileassignment"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.entity.ahpsort.referencepoint"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.entity.common"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.entity.domain"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.entity.domain.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.entity.domain.ui.chart"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.entity.domain.ui.dialog"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.entity.domain.ui.provider"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.entity.extensionenum"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.entity.method"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.entity.method.phase"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.entity.method.phase.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.entity.method.phasepage"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.entity.operator"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.entity.preferences.preferencecollection"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.entity.problemelement"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.entity.problemelement.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.entity.sensitiveanalysismodel"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.entity.sensitiveanalysismodel.ahp.mcc"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.entity.sensitiveanalysismodel.ahp.mcm"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.entity.sensitiveanalysismodel.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.entity.sensitiveanalysismodel.ui.ahp.mcc"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.entity.sensitiveanalysismodel.ui.ahp.mcm"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.entity.sensitiveanalysismodel.ui.wpm.mcc"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.entity.sensitiveanalysismodel.ui.wpm.mcm"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.entity.sensitiveanalysismodel.ui.wsm.mcc"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.entity.sensitiveanalysismodel.ui.wsm.mcm"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.entity.sensitiveanalysismodel.wpm.mcc"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.entity.sensitiveanalysismodel.wpm.mcm"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.entity.sensitiveanalysismodel.wsm.mcc"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.entity.sensitiveanalysismodel.wsm.mcm"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.entity.sensitiveanalysisproblem"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.entity.sensitiveanalysisproblem.mcc"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.entity.sensitiveanalysisproblem.mcm"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.entity.sorting.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.entity.validatedmethod"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.entity.valuation"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.entity.wvaluation"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
</feature>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>flintstones.group</groupId>
<artifactId>flintstones.features</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>flintstones.feature.external</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
<name>[feature] flintstones.feature.external Feature</name>
</project>
@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>flintstones.feature.external</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.pde.FeatureBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.pde.FeatureNature</nature>
</natures>
<filteredResources>
<filter>
<id>1779484362595</id>
<name></name>
<type>30</type>
<matcher>
<id>org.eclipse.core.resources.regexFilterMatcher</id>
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
</matcher>
</filter>
</filteredResources>
</projectDescription>
@@ -0,0 +1,2 @@
eclipse.preferences.version=1
encoding/<project>=UTF-8
@@ -0,0 +1,4 @@
activeProfiles=
eclipse.preferences.version=1
resolveWorkspaceProjects=true
version=1
@@ -0,0 +1 @@
bin.includes = feature.xml
@@ -0,0 +1,51 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE xml>
<feature
id="flintstones.feature.external"
label="flintstones.feature.external Feature"
version="1.0.0.qualifier">
<description url="http://www.example.com/description">
[Enter Description here.]
</description>
<copyright url="http://www.example.com/copyright">
[Enter Copyright Description here.]
</copyright>
<license url="http://www.example.com/license">
[Enter License Description here.]
</license>
<plugin
id="org.apache.commons.lang"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="org.eclipse.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="org.eclipse.ui.workbench"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="org.eclipse.help"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="org.apache.commons.io"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
</feature>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>flintstones.group</groupId>
<artifactId>flintstones.features</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>flintstones.feature.helper</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
<name>[feature] flintstones.feature.helper Feature</name>
</project>
@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>flintstones.feature.helper</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.pde.FeatureBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.pde.FeatureNature</nature>
</natures>
<filteredResources>
<filter>
<id>1779484362596</id>
<name></name>
<type>30</type>
<matcher>
<id>org.eclipse.core.resources.regexFilterMatcher</id>
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
</matcher>
</filter>
</filteredResources>
</projectDescription>
@@ -0,0 +1,2 @@
eclipse.preferences.version=1
encoding/<project>=UTF-8
@@ -0,0 +1,4 @@
activeProfiles=
eclipse.preferences.version=1
resolveWorkspaceProjects=true
version=1
@@ -0,0 +1 @@
bin.includes = feature.xml
@@ -0,0 +1,111 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE xml>
<feature
id="flintstones.feature.helper"
label="flintstones.feature.helper Feature"
version="1.0.0.qualifier">
<description url="http://www.example.com/description">
[Enter Description here.]
</description>
<copyright url="http://www.example.com/copyright">
[Enter Copyright Description here.]
</copyright>
<license url="http://www.example.com/license">
[Enter License Description here.]
</license>
<plugin
id="flintstones.helper.ahp"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.helper.chainvalidator"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.helper.data"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.helper.data.io"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.helper.data.wxml"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.helper.debug"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.helper.extensionpoint"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.helper.faq"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.helper.faq.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.helper.git"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.helper.html"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.helper.locale"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.helper.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.helper.validator"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.helper.wtable"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
</feature>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>flintstones.group</groupId>
<artifactId>flintstones.features</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>flintstones.feature.libraries</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
<name>[feature] flintstones.feature.libraries Feature</name>
</project>
@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>flintstones.feature.libraries</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.pde.FeatureBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.pde.FeatureNature</nature>
</natures>
<filteredResources>
<filter>
<id>1779484362598</id>
<name></name>
<type>30</type>
<matcher>
<id>org.eclipse.core.resources.regexFilterMatcher</id>
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
</matcher>
</filter>
</filteredResources>
</projectDescription>
@@ -0,0 +1,2 @@
eclipse.preferences.version=1
encoding/<project>=UTF-8
@@ -0,0 +1,4 @@
activeProfiles=
eclipse.preferences.version=1
resolveWorkspaceProjects=true
version=1
@@ -0,0 +1 @@
bin.includes = feature.xml
@@ -0,0 +1,111 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE xml>
<feature
id="flintstones.feature.libraries"
label="flintstones.feature.libraries Feature"
version="1.0.0.qualifier">
<description url="http://www.example.com/description">
[Enter Description here.]
</description>
<copyright url="http://www.example.com/copyright">
[Enter Copyright Description here.]
</copyright>
<license url="http://www.example.com/license">
[Enter License Description here.]
</license>
<plugin
id="de.jaret.util.swt"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="de.kupzog.ktable"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="javanet.staxutils"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="org.apache.commons.math3"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="org.eclipse.nebula.widgets.nebulaslider"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="org.eclipse.nebula.widgets.opal.breadcrumb"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="org.eclipse.nebula.widgets.opal.checkboxgroup"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="org.eclipse.nebula.widgets.opal.commons"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="org.eclipse.nebula.widgets.opal.notifier"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="org.eclipse.nebula.widgets.tablecombo"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="org.eclipse.wb.core.lib"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="org.eclipse.wb.swt"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="org.jfree.chart.jfreechart"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="org.lorissecuro.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="org.pushingpixels.trident.swt"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
</feature>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>flintstones.group</groupId>
<artifactId>flintstones.features</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>flintstones.feature.method</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
<name>[feature] flintstones.feature.method Feature</name>
</project>
@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>flintstones.feature.method</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.pde.FeatureBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.pde.FeatureNature</nature>
</natures>
<filteredResources>
<filter>
<id>1779484362598</id>
<name></name>
<type>30</type>
<matcher>
<id>org.eclipse.core.resources.regexFilterMatcher</id>
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
</matcher>
</filter>
</filteredResources>
</projectDescription>
@@ -0,0 +1,2 @@
eclipse.preferences.version=1
encoding/<project>=UTF-8
@@ -0,0 +1,4 @@
activeProfiles=
eclipse.preferences.version=1
resolveWorkspaceProjects=true
version=1
@@ -0,0 +1 @@
bin.includes = feature.xml
@@ -0,0 +1,923 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="flintstones.feature.method"
label="flintstones.feature.method Feature"
version="1.0.0.qualifier">
<description url="http://www.example.com/description">
[Enter Description here.]
</description>
<copyright url="http://www.example.com/copyright">
[Enter Copyright Description here.]
</copyright>
<license url="http://www.example.com/license">
[Enter License Description here.]
</license>
<plugin
id="flintstones.method.linguistic.topsis"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.linguistic.topsis.phase.collective"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.linguistic.topsis.phase.collective.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.linguistic.topsis.phase.experts"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.linguistic.topsis.phase.experts.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.common.phase.selectBLTS"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.common.phase.selectBLTS.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.common.phase.unification"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.common.phase.unification.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.common.phase.generateUnificationDomain"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.common.phase.generateUnificationDomain.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.ahp"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.ahp.phase.ranking"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.ahp.phase.ranking.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.ahp.sort"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.ahp.sort.phase.groupaggregation"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.ahp.sort.phase.groupaggregation.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.ahp.sort.phase.ranking"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.ahp.sort.phase.ranking.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.ahp.sortii"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.ahp.sortii.phase.ranking"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.ahp.sortii.phase.ranking.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.common.model.retranslation"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.common.phase.aggregation"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.common.phase.aggregation.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.common.phase.collectweights"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.common.phase.collectweights.ahp"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.common.phase.collectweights.ahp.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.common.phase.collectweights.bestworst"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.common.phase.collectweights.bestworst.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.common.phase.collectweights.criterion"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.common.phase.collectweights.criterion.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.common.phase.collectweights.expert"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.common.phase.collectweights.expert.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.common.phase.collectweights.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.common.phase.collectweightsaggregation"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.common.phase.collectweightsaggregation.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.common.phase.sensitiveanalysis"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.common.phase.sensitiveanalysis.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.decision.common.phase.calculatedistances"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.decision.common.phase.calculatedistances.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.decision.common.phase.calculatesolutions"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.decision.common.phase.calculatesolutions.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.decision.common.phase.collectweights"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.decision.common.phase.collectweights.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.decision.common.phase.normalization"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.decision.common.phase.normalization.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.decision.common.phase.selection"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.decision.common.phase.selection.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.decision.topsis"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.decision.topsis.numeric"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.electre"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.electre.phase.destillation.gathering"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.electre.phase.destillation.gathering.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.electre.phase.gathering"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.electre.phase.gathering.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.electre.phase.result"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.electre.phase.result.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.flowsort"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.flowsort.phase.alternativeinformation"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.flowsort.phase.alternativeinformation.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.flowsort.phase.gathering"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.flowsort.phase.gathering.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.flowsort.phase.globalresult"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.flowsort.phase.globalresult.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.flowsort.phase.result"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.flowsort.phase.result.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.linguistic.elicit"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.linguistic.hesitant"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.linguistic.heterogeneous.fusion"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.linguistic.hflts"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.linguistic.multigranular.elh"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.linguistic.multigranular.fusion"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.linguistic.multigranular.lh"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.linguistic.unbalanced"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.linguistic.unbalanced.phase.calculaterepresentation"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.linguistic.unbalanced.phase.calculaterepresentation.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.linguistic.unbalanced.phase.generatelh"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.linguistic.unbalanced.phase.generatelh.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.promethee"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.promethee.phase.gathering"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.promethee.phase.gathering.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.promethee.phase.result"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.promethee.phase.result.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.sorting.phase.alternativealternative"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.sorting.phase.alternativeprofile"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.sorting.phase.criterioncriterion"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.sorting.phase.gatheringreferencepoint"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.sorting.phase.profileprofile"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.sorting.phase.referencepointprofile"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.sorting.phase.referencereference"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.todim"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.todim.phase.gathering"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.todim.phase.gathering.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.todim.phase.result"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.todim.phase.result.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.twoTuple"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.vikor"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.vikor.phase.result"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.vikor.phase.result.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.vikorFuzzy"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.vikorFuzzy.phase.result"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.vikorFuzzy.phase.result.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.topsisFuzzy"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.topsisFuzzy.phase.results"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.topsisFuzzy.phase.results.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.fuzzy.common.phase.aggregation"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.fuzzy.common.phase.aggregation.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.fuzzy.common.phase.collectweights.criterion"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.fuzzy.common.phase.collectweights.criterion.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.fuzzy.common.phase.collectweights.experts"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.fuzzy.common.phase.collectweights.experts.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.mmooraFuzzy"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.mmooraFuzzy.result"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.mmooraFuzzy.result.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.waspasFuzzy"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.waspasFuzzy.results"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.ahp.sort.fuzzy"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.ahp.sort.fuzzy.ranking"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.ahp.sort.fuzzy.ranking.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.waspasFuzzy.results.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.mmoora"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.mmoora.phase.results"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.mmoora.phase.results.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.waspas"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.waspas.results"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.waspas.results.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.numeric.common.aggregation"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.method.numeric.common.aggregation.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
</feature>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>flintstones.group</groupId>
<artifactId>flintstones.features</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>flintstones.feature.model</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
<name>[feature] flintstones.feature.model Feature</name>
</project>
@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>flintstones.feature.model</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.pde.FeatureBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.pde.FeatureNature</nature>
</natures>
<filteredResources>
<filter>
<id>1779484362599</id>
<name></name>
<type>30</type>
<matcher>
<id>org.eclipse.core.resources.regexFilterMatcher</id>
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
</matcher>
</filter>
</filteredResources>
</projectDescription>
@@ -0,0 +1,2 @@
eclipse.preferences.version=1
encoding/<project>=UTF-8
@@ -0,0 +1,4 @@
activeProfiles=
eclipse.preferences.version=1
resolveWorkspaceProjects=true
version=1
@@ -0,0 +1 @@
bin.includes = feature.xml
@@ -0,0 +1,171 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE xml>
<feature
id="flintstones.feature.model"
label="flintstones.feature.model Feature"
version="1.0.0.qualifier">
<description url="http://www.example.com/description">
[Enter Description here.]
</description>
<copyright url="http://www.example.com/copyright">
[Enter Copyright Description here.]
</copyright>
<license url="http://www.example.com/license">
[Enter License Description here.]
</license>
<plugin
id="flintstones.model.ahp.referencepoint.provider"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.model.ahp.referencepoint.service"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.model.ahppreferences.provider"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.model.ahppreferences.service"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.model.ahpsort.profileassignment.provider"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.model.ahpsort.profileassignment.service"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.model.application.provider"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.model.application.service"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.model.domain.provider"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.model.domain.service"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.model.domain.ui.provider"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.model.domain.ui.service"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.model.engine.r.provider"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.model.engine.r.service"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.model.method.phase.provider"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.model.method.phase.service"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.model.method.provider"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.model.method.service"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.model.problemelement.provider"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.model.problemelement.service"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.model.sensitiveanalysismodel.provider"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.model.sensitiveanalysismodel.service"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.model.ui.service"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.model.valuation.provider"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.model.valuation.service"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
</feature>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>flintstones.group</groupId>
<artifactId>flintstones.features</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>flintstones.feature.operator</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
<name>[feature] flintstones.feature.operator Feature</name>
</project>
@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>flintstones.feature.operator</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.pde.FeatureBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.pde.FeatureNature</nature>
</natures>
<filteredResources>
<filter>
<id>1779484362600</id>
<name></name>
<type>30</type>
<matcher>
<id>org.eclipse.core.resources.regexFilterMatcher</id>
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
</matcher>
</filter>
</filteredResources>
</projectDescription>
@@ -0,0 +1,2 @@
eclipse.preferences.version=1
encoding/<project>=UTF-8
@@ -0,0 +1,4 @@
activeProfiles=
eclipse.preferences.version=1
resolveWorkspaceProjects=true
version=1
@@ -0,0 +1 @@
bin.includes = feature.xml
@@ -0,0 +1,124 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="flintstones.feature.operator"
label="flintstones.feature.operator Feature"
version="1.0.0.qualifier">
<description url="http://www.example.com/description">
[Enter Description here.]
</description>
<copyright url="http://www.example.com/copyright">
[Enter Copyright Description here.]
</copyright>
<license url="http://www.example.com/license">
[Enter License Description here.]
</license>
<plugin
id="flintstones.operator"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.operator.aggregation.arithmeticmean"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.operator.aggregation.choquetIntegral"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.operator.aggregation.geometricMean"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.operator.aggregation.harmonicmean"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.operator.aggregation.max"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.operator.aggregation.median"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.operator.aggregation.min"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.operator.aggregation.minmax"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.operator.aggregation.owa"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.operator.normalization.numeric.distributed"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.operator.normalization.numeric.ideal"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.operator.unification"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.operator.unification.elicit"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.operator.unification.twotuple"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
</feature>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>flintstones.group</groupId>
<artifactId>flintstones.features</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>flintstones.feature.quantifiers</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
<name>[feature] flintstones.feature.quantifiers Feature</name>
</project>
@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>flintstones.feature.quantifiers</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.pde.FeatureBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.pde.FeatureNature</nature>
</natures>
<filteredResources>
<filter>
<id>1779484362601</id>
<name></name>
<type>30</type>
<matcher>
<id>org.eclipse.core.resources.regexFilterMatcher</id>
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
</matcher>
</filter>
</filteredResources>
</projectDescription>
@@ -0,0 +1,2 @@
eclipse.preferences.version=1
encoding/<project>=UTF-8
@@ -0,0 +1,4 @@
activeProfiles=
eclipse.preferences.version=1
resolveWorkspaceProjects=true
version=1
@@ -0,0 +1 @@
bin.includes = feature.xml
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE xml>
<feature
id="flintstones.feature.quantifiers"
label="flintstones.feature.quantifiers Feature"
version="1.0.0.qualifier">
<description url="http://www.example.com/description">
[Enter Description here.]
</description>
<copyright url="http://www.example.com/copyright">
[Enter Copyright Description here.]
</copyright>
<license url="http://www.example.com/license">
[Enter License Description here.]
</license>
<plugin
id="flintstones.quantifiers.yager"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
</feature>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>flintstones.group</groupId>
<artifactId>flintstones.features</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>flintstones.feature.theme</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
<name>[feature] flintstones.feature.theme Feature</name>
</project>
@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>flintstones.feature.theme</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.pde.FeatureBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.pde.FeatureNature</nature>
</natures>
<filteredResources>
<filter>
<id>1779484362601</id>
<name></name>
<type>30</type>
<matcher>
<id>org.eclipse.core.resources.regexFilterMatcher</id>
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
</matcher>
</filter>
</filteredResources>
</projectDescription>
@@ -0,0 +1,2 @@
eclipse.preferences.version=1
encoding/<project>=UTF-8
@@ -0,0 +1,4 @@
activeProfiles=
eclipse.preferences.version=1
resolveWorkspaceProjects=true
version=1
@@ -0,0 +1 @@
bin.includes = feature.xml
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE xml>
<feature
id="flintstones.feature.theme"
label="flintstones.feature.theme Feature"
version="1.0.0.qualifier">
<description url="http://www.example.com/description">
[Enter Description here.]
</description>
<copyright url="http://www.example.com/copyright">
[Enter Copyright Description here.]
</copyright>
<license url="http://www.example.com/license">
[Enter License Description here.]
</license>
<plugin
id="flintstones.theme"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
</feature>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>flintstones.group</groupId>
<artifactId>flintstones.features</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>flintstones.feature.valuation</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
<name>[feature] flintstones.feature.valuation Feature</name>
</project>
@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>flintstones.feature.valuation</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.pde.FeatureBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
<nature>org.eclipse.pde.FeatureNature</nature>
</natures>
<filteredResources>
<filter>
<id>1779484362602</id>
<name></name>
<type>30</type>
<matcher>
<id>org.eclipse.core.resources.regexFilterMatcher</id>
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
</matcher>
</filter>
</filteredResources>
</projectDescription>
@@ -0,0 +1,2 @@
eclipse.preferences.version=1
encoding/<project>=UTF-8
@@ -0,0 +1,4 @@
activeProfiles=
eclipse.preferences.version=1
resolveWorkspaceProjects=true
version=1
@@ -0,0 +1 @@
bin.includes = feature.xml
@@ -0,0 +1,153 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE xml>
<feature
id="flintstones.feature.valuation"
label="flintstones.feature.valuation Feature"
version="1.0.0.qualifier">
<description url="http://www.example.com/description">
[Enter Description here.]
</description>
<copyright url="http://www.example.com/copyright">
[Enter Copyright Description here.]
</copyright>
<license url="http://www.example.com/license">
[Enter License Description here.]
</license>
<plugin
id="flintstones.valuation"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.valuation.ahp"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.valuation.ahp.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.valuation.elicit"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.valuation.hesitant"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.valuation.hesitant.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.valuation.linguistic"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.valuation.linguistic.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.valuation.numeric"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.valuation.numeric.integer"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.valuation.numeric.integer.interval"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.valuation.numeric.integer.interval.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.valuation.numeric.integer.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.valuation.numeric.real"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.valuation.numeric.real.interval"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.valuation.numeric.real.interval.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.valuation.numeric.real.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.valuation.twoTuple"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.valuation.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.valuation.unbalanced"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.valuation.unbalanced.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="flintstones.valuation.unifiedValuation"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
</feature>
+30
View File
@@ -0,0 +1,30 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>flintstones.group</groupId>
<artifactId>flintstones.features</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<parent>
<groupId>flintstones.group</groupId>
<artifactId>flintstones.root</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<modules>
<module>flintstones.feature.libraries</module>
<module>flintstones.feature.application</module>
<module>flintstones.feature.domain</module>
<module>flintstones.feature.element</module>
<module>flintstones.feature.engine</module>
<module>flintstones.feature.entity</module>
<module>flintstones.feature.helper</module>
<module>flintstones.feature.method</module>
<module>flintstones.feature.model</module>
<module>flintstones.feature.operator</module>
<module>flintstones.feature.quantifiers</module>
<module>flintstones.feature.theme</module>
<module>flintstones.feature.valuation</module>
<module>flintstones.feature.external</module>
</modules>
</project>
+32
View File
@@ -0,0 +1,32 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>flintstones.group</groupId>
<artifactId>flintstones.features</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<parent>
<groupId>flintstones.group</groupId>
<artifactId>flintstones.root</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<modules>
<module>flintstones.feature.libraries</module>
<module>flintstones.feature.application</module>
<module>flintstones.feature.domain</module>
<module>flintstones.feature.element</module>
<module>flintstones.feature.engine</module>
<module>flintstones.feature.entity</module>
<module>flintstones.feature.helper</module>
<module>flintstones.feature.method</module>
<module>flintstones.feature.model</module>
<module>flintstones.feature.operator</module>
<module>flintstones.feature.quantifiers</module>
<module>flintstones.feature.theme</module>
<module>flintstones.feature.valuation</module>
<module>flintstones.feature.external</module>
</modules>
</project>