Uses of Class
net.ssehub.easy.reasoning.core.reasoner.EvaluationResult.EvaluationPair
-
Packages that use EvaluationResult.EvaluationPair Package Description net.ssehub.easy.reasoning.core.reasoner All classes and interfaces needed to implement a reasoner.
How to write a reasoner: Create an Eclipse Plugin project with Activator (even if "empty"). Addorg.eclipse.equinox.dsto the required plugins andorg.osgi.service.componentto the imported packages as your reasoner will be linked using OSGi descriptive services (DS) to the reasoner core. -
-
Uses of EvaluationResult.EvaluationPair in net.ssehub.easy.reasoning.core.reasoner
Fields in net.ssehub.easy.reasoning.core.reasoner with type parameters of type EvaluationResult.EvaluationPair Modifier and Type Field Description private java.util.List<EvaluationResult.EvaluationPair>EvaluationResult. evaluatedConstraintsMethods in net.ssehub.easy.reasoning.core.reasoner that return EvaluationResult.EvaluationPair Modifier and Type Method Description EvaluationResult.EvaluationPairEvaluationResult. getEvaluationPair(int index)Returns an evaluation pair.Methods in net.ssehub.easy.reasoning.core.reasoner with parameters of type EvaluationResult.EvaluationPair Modifier and Type Method Description voidEvaluationResult. addEvaluationPair(EvaluationResult.EvaluationPair pair)Adds an evaluation pair.
-