public code v1
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
</classpath>
|
||||
@@ -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.bundles</artifactId>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>flintstones.operator.unification.elicit</artifactId>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
<packaging>eclipse-plugin</packaging>
|
||||
<name>[bundle] Unification operator ELICIT</name>
|
||||
</project>
|
||||
@@ -0,0 +1,45 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>flintstones.operator.unification.elicit</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
<buildSpec>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.jdt.core.javabuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.pde.ManifestBuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.pde.SchemaBuilder</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.PluginNature</nature>
|
||||
<nature>org.eclipse.jdt.core.javanature</nature>
|
||||
</natures>
|
||||
<filteredResources>
|
||||
<filter>
|
||||
<id>1779484362737</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>
|
||||
+2
@@ -0,0 +1,2 @@
|
||||
eclipse.preferences.version=1
|
||||
encoding/<project>=UTF-8
|
||||
@@ -0,0 +1,7 @@
|
||||
eclipse.preferences.version=1
|
||||
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
|
||||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
|
||||
org.eclipse.jdt.core.compiler.compliance=1.8
|
||||
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
|
||||
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
|
||||
org.eclipse.jdt.core.compiler.source=1.8
|
||||
@@ -0,0 +1,4 @@
|
||||
activeProfiles=
|
||||
eclipse.preferences.version=1
|
||||
resolveWorkspaceProjects=true
|
||||
version=1
|
||||
@@ -0,0 +1,14 @@
|
||||
Manifest-Version: 1.0
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: Unification operator ELICIT
|
||||
Bundle-SymbolicName: flintstones.operator.unification.elicit;singleton:=true
|
||||
Bundle-Version: 1.0.0.qualifier
|
||||
Automatic-Module-Name: flintstones.operator.unification.elicit
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
||||
Require-Bundle: flintstones.operator.unification,
|
||||
flintstones.valuation.hesitant,
|
||||
flintstones.valuation.twoTuple,
|
||||
flintstones.valuation.elicit,
|
||||
org.eclipse.e4.core.contexts,
|
||||
org.eclipse.e4.core.di,
|
||||
javax.inject
|
||||
@@ -0,0 +1,5 @@
|
||||
source.. = src/
|
||||
output.. = bin/
|
||||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
plugin.xml
|
||||
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?eclipse version="3.4"?>
|
||||
<plugin>
|
||||
<extension
|
||||
point="flintstones.operator.unification.extensionpoint">
|
||||
<final_valuation
|
||||
final_valuation_type="flintstones.valuation.elicit">
|
||||
<source_valuation
|
||||
implementation="flintstones.operator.unification.elicit.UnificationELICIT"
|
||||
source_valuation_type="flintstones.valuation.hesitant">
|
||||
</source_valuation>
|
||||
</final_valuation>
|
||||
</extension>
|
||||
|
||||
</plugin>
|
||||
+87
@@ -0,0 +1,87 @@
|
||||
package flintstones.operator.unification.elicit;
|
||||
|
||||
import flintstones.domain.fuzzyset.FuzzySet;
|
||||
import flintstones.domain.fuzzyset.label.LabelLinguisticDomain;
|
||||
import flintstones.entity.domain.Domain;
|
||||
import flintstones.entity.valuation.Valuation;
|
||||
import flintstones.operator.unification.UnificationOperator;
|
||||
import flintstones.valuation.elicit.ELICIT;
|
||||
import flintstones.valuation.hesitant.EUnaryRelationType;
|
||||
import flintstones.valuation.hesitant.HesitantValuation;
|
||||
import flintstones.valuation.twoTuple.TwoTupleValuation;
|
||||
|
||||
import javax.inject.Inject;
|
||||
|
||||
import org.eclipse.e4.core.contexts.ContextInjectionFactory;
|
||||
import org.eclipse.e4.core.contexts.IEclipseContext;
|
||||
|
||||
public class UnificationELICIT extends UnificationOperator {
|
||||
|
||||
@Inject
|
||||
IEclipseContext context;
|
||||
|
||||
@Override
|
||||
public Valuation unify(Domain unificationDomain, Valuation valuation) {
|
||||
HesitantValuation hValuation = (HesitantValuation) valuation;
|
||||
|
||||
if (hValuation.isPrimary()) {
|
||||
return this.unifyPrimaryRelation(unificationDomain, hValuation);
|
||||
} else if (((HesitantValuation) valuation).isUnary()) {
|
||||
return this.unifyUnaryRelation(unificationDomain, hValuation);
|
||||
} else {
|
||||
return this.unifyBinaryRelation(unificationDomain, hValuation);
|
||||
}
|
||||
}
|
||||
|
||||
private Valuation unifyBinaryRelation(Domain unificationDomain, HesitantValuation hValuation) {
|
||||
LabelLinguisticDomain lowerTerm = hValuation.getLowerTerm();
|
||||
LabelLinguisticDomain upperTerm = hValuation.getUpperTerm();
|
||||
|
||||
TwoTupleValuation twoTupleLowerTerm = ContextInjectionFactory.make(TwoTupleValuation.class, context);
|
||||
twoTupleLowerTerm.build((FuzzySet) hValuation.getDomain(), lowerTerm);
|
||||
TwoTupleValuation elicitLowerTerm = twoTupleLowerTerm.transform((FuzzySet) unificationDomain);
|
||||
TwoTupleValuation twoTupleUpperTerm = ContextInjectionFactory.make(TwoTupleValuation.class, context);
|
||||
twoTupleUpperTerm.build((FuzzySet) hValuation.getDomain(), upperTerm);
|
||||
TwoTupleValuation elicitUpperTerm = twoTupleUpperTerm.transform((FuzzySet) unificationDomain);
|
||||
|
||||
ELICIT elicit = ContextInjectionFactory.make(ELICIT.class, context);
|
||||
elicit.setDomain((FuzzySet) hValuation.getDomain());
|
||||
elicit.setBinaryRelation(elicitLowerTerm, elicitUpperTerm);
|
||||
|
||||
elicit.computeInverse();
|
||||
|
||||
return elicit;
|
||||
}
|
||||
|
||||
private Valuation unifyPrimaryRelation(Domain unificationDomain, HesitantValuation hValuation) {
|
||||
TwoTupleValuation term = ContextInjectionFactory.make(TwoTupleValuation.class, context);
|
||||
term.build((FuzzySet) hValuation.getDomain(), hValuation.getLabel());
|
||||
TwoTupleValuation elicitTerm = term.transform((FuzzySet) unificationDomain);
|
||||
|
||||
ELICIT elicit = ContextInjectionFactory.make(ELICIT.class, context);
|
||||
elicit.setDomain((FuzzySet) hValuation.getDomain());
|
||||
elicit.setTwoTupleLabel(elicitTerm);
|
||||
|
||||
elicit.computeInverse();
|
||||
|
||||
return elicit;
|
||||
}
|
||||
|
||||
private Valuation unifyUnaryRelation(Domain unificationDomain, HesitantValuation hValuation) {
|
||||
LabelLinguisticDomain term = hValuation.getTerm();
|
||||
EUnaryRelationType unary = hValuation.getUnaryRelation();
|
||||
|
||||
TwoTupleValuation twoTupleTerm = ContextInjectionFactory.make(TwoTupleValuation.class, context);
|
||||
twoTupleTerm.build((FuzzySet) hValuation.getDomain(), term);
|
||||
TwoTupleValuation elicitTerm = twoTupleTerm.transform((FuzzySet) unificationDomain);
|
||||
|
||||
ELICIT elicit = ContextInjectionFactory.make(ELICIT.class, context);
|
||||
elicit.setDomain((FuzzySet) hValuation.getDomain());
|
||||
elicit.setUnaryRelation(unary, elicitTerm);
|
||||
|
||||
elicit.computeInverse();
|
||||
|
||||
return elicit;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user