Uses of Interface
net.ssehub.easy.reasoning.core.reasoner.IMeasurementKey
-
Packages that use IMeasurementKey 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.net.ssehub.easy.reasoning.sseReasoner Package contains the EASy-Producer reasoner implementation classes. -
-
Uses of IMeasurementKey in net.ssehub.easy.reasoning.core.reasoner
Classes in net.ssehub.easy.reasoning.core.reasoner that implement IMeasurementKey Modifier and Type Class Description classGeneralMeasuresGeneral reasoner measures.Fields in net.ssehub.easy.reasoning.core.reasoner with type parameters of type IMeasurementKey Modifier and Type Field Description private java.util.Map<IMeasurementKey,java.lang.Number>ReasoningResult. measuresMethods in net.ssehub.easy.reasoning.core.reasoner that return types with arguments of type IMeasurementKey Modifier and Type Method Description java.util.Set<IMeasurementKey>ReasoningResult. measurementKeys()Returns all measurement keys.Methods in net.ssehub.easy.reasoning.core.reasoner with parameters of type IMeasurementKey Modifier and Type Method Description java.lang.NumberReasoningResult. getMeasure(IMeasurementKey key)Returns the measure for a specifickey.voidReasoningResult. setMeasure(IMeasurementKey key, java.lang.Number value)Sets a reasoner-specific measure. -
Uses of IMeasurementKey in net.ssehub.easy.reasoning.sseReasoner
Classes in net.ssehub.easy.reasoning.sseReasoner that implement IMeasurementKey Modifier and Type Class Description classMeasuresThe measures provided/supported by the SSE reasoner.
-