- Range - Class in heart.alsvfd
-
- Range() - Constructor for class heart.alsvfd.Range
-
Default constructor.
- Range(Range) - Constructor for class heart.alsvfd.Range
-
Copy constructor.
- Range(SimpleNumeric, SimpleNumeric) - Constructor for class heart.alsvfd.Range
-
Range constructor that sets the range boundaries according to given parameters.
- Range(SimpleNumeric, SimpleNumeric, float) - Constructor for class heart.alsvfd.Range
-
Range constructor that sets the range boundaries according to given parameters.
- Range(SimpleSymbolic, SimpleSymbolic) - Constructor for class heart.alsvfd.Range
-
Range constructor that sets the range boundaries according to given parameters.
- Range(SimpleSymbolic, SimpleSymbolic, float) - Constructor for class heart.alsvfd.Range
-
Range constructor that sets the range boundaries according to given parameters.
- Range(SimpleNumeric, boolean, SimpleNumeric, boolean) - Constructor for class heart.alsvfd.Range
-
- Range(SimpleSymbolic, boolean, SimpleSymbolic, boolean) - Constructor for class heart.alsvfd.Range
-
- Range(SimpleNumeric, boolean, SimpleNumeric, boolean, float) - Constructor for class heart.alsvfd.Range
-
- Range(SimpleSymbolic, boolean, SimpleSymbolic, boolean, float) - Constructor for class heart.alsvfd.Range
-
- RANGE_SET_ERROR_MESSAGE - Static variable in class heart.alsvfd.Range
-
- RangeFormatException - Exception in heart.exceptions
-
- RangeFormatException(String) - Constructor for exception heart.exceptions.RangeFormatException
-
- recordLog() - Method in class heart.WorkingMemory
-
It saves the state of the system at the time of the method is being call
to the history log.
- registerAllAttributes(XTTModel) - Method in class heart.WorkingMemory
-
It registers all attributes from a given model
Registering and unregistering is based on attributes names, not object refferences.
- registerAttribute(Attribute) - Method in class heart.WorkingMemory
-
It registers the attribute that later will be accessible and will be included in snapshots and current state.
- registerAttribute(String, XTTModel) - Method in class heart.WorkingMemory
-
It registers the attribute that later will be accessible and will be included in snapshots and current state.
- reject() - Method in class heart.parser.hmr.runtime.ParserBase
-
- reject(ParserTest.Cache) - Method in class heart.parser.hmr.runtime.ParserTest
-
- rejectAnd() - Method in class heart.parser.hmr.runtime.ParserBase
-
- rejectAnd(ParserTest.Cache) - Method in class heart.parser.hmr.runtime.ParserTest
-
- rejectInner() - Method in class heart.parser.hmr.runtime.ParserBase
-
- rejectInner(ParserTest.Cache) - Method in class heart.parser.hmr.runtime.ParserTest
-
- rejectNot() - Method in class heart.parser.hmr.runtime.ParserBase
-
- rejectNot(ParserTest.Cache) - Method in class heart.parser.hmr.runtime.ParserTest
-
- RelationAnnotation - Static variable in class heart.xtt.annotation.Annotation
-
- RelativeTimePeriod - Class in heart
-
Created by sbk on 19.12.14.
- RelativeTimePeriod(long, long, long, RelativeTimestamp.TimeType) - Constructor for class heart.RelativeTimePeriod
-
- RelativeTimestamp - Class in heart
-
Created by sbk on 19.12.14.
- RelativeTimestamp(long, RelativeTimestamp.TimeType) - Constructor for class heart.RelativeTimestamp
-
- RelativeTimestamp.TimeType - Enum in heart
-
It represents a unit of time.
- RelativeTimestampException - Class in heart.exceptions
-
Created by sbk on 29.03.16.
- RelativeTimestampException(State) - Constructor for class heart.exceptions.RelativeTimestampException
-
- removeIncompleteAttribute(Attribute.Builder) - Method in class heart.xtt.XTTModel.Builder
-
- removeIncompleteAttributeAbbreviated(String) - Method in class heart.xtt.XTTModel.Builder
-
- removeIncompleteAttributeNamed(String) - Method in class heart.xtt.XTTModel.Builder
-
- removeIncompleteAttributeWithId(String) - Method in class heart.xtt.XTTModel.Builder
-
- removeIncompleteRule(Rule.Builder) - Method in class heart.xtt.XTTModel.Builder
-
- removeIncompleteRuleNamed(String) - Method in class heart.xtt.XTTModel.Builder
-
- removeIncompleteRuleWithId(Rule.Builder.IncompleteRuleId) - Method in class heart.xtt.XTTModel.Builder
-
- removeIncompleteTable(Table.Builder) - Method in class heart.xtt.XTTModel.Builder
-
- removeIncompleteTableNamed(String) - Method in class heart.xtt.XTTModel.Builder
-
- removeIncompleteType(Type.Builder) - Method in class heart.xtt.XTTModel.Builder
-
- removeIncompleteTypeNamed(String) - Method in class heart.xtt.XTTModel.Builder
-
- rescan - Variable in class heart.parser.hmr.runtime.ParserTest.Cache
-
- resolveAmbiguousAttributesValues() - Method in class heart.WorkingMemory
-
A method that resolves all the ambiguous assignments that are present in the working memory.
- resolveConflictSet(ConflictSet) - Method in class heart.uncertainty.ConflictSetFireAll
-
- resolveConflictSet(ConflictSet) - Method in class heart.uncertainty.ConflictSetFirstWin
-
- resolveConflictSet(ConflictSet) - Method in class heart.uncertainty.ConflictSetLastWin
-
- resolveConflictSet(ConflictSet) - Method in interface heart.uncertainty.ConflictSetResolution
-
This method performs conflict set resolution and returns rules that should be fired.
- resolveCumulativeConclusions(LinkedList<Value>) - Method in interface heart.uncertainty.AmbiguityResolver
-
This method is used when there is several ambiguous values in the memory and all of the values are considered cumulative
in terms of the certainty factors algebra.
- resolveCumulativeConclusions(LinkedList<Value>) - Method in class heart.uncertainty.CertaintyFactorsAmbiguityResolver
-
The method evaluates the ambiguous values according tot the
cumulative rules formulae from he certainty factors algebra.
- resolveCumulativeConclusions(LinkedList<Value>) - Method in class heart.uncertainty.DefaultAmbiguityResolver
-
When there is two or more values of the same atribtue in the memory, consider last (most recent)
value as the current value.
- resolveCumulativeConclusions(LinkedList<Value>) - Method in class heart.uncertainty.ProbabilityEvaluator.ProbabilityAmbiguityResolver
-
- resolveDisjunctiveConclusions(ConflictSet, WorkingMemory, ConflictSetResolution) - Method in interface heart.uncertainty.AmbiguityResolver
-
This method is used when there is a need to select rules to fire from ambiguous rule set.
- resolveDisjunctiveConclusions(ConflictSet, WorkingMemory, ConflictSetResolution) - Method in class heart.uncertainty.CertaintyFactorsAmbiguityResolver
-
The method follows the rules of certainty factors algebra in selecting rules to be executed.
- resolveDisjunctiveConclusions(ConflictSet, WorkingMemory, ConflictSetResolution) - Method in class heart.uncertainty.DefaultAmbiguityResolver
-
This method does not consider uncertainty level of the rules, but treats all rules as
the equaly certina and immediatelly applies the standard conflict set resolution mechanism chosed for the inference process.
- resolveDisjunctiveConclusions(ConflictSet, WorkingMemory, ConflictSetResolution) - Method in class heart.uncertainty.ProbabilityEvaluator.ProbabilityAmbiguityResolver
-
- resolveTable(String) - Method in class heart.inference.DataDrivenInference
-
- resolveTable(String) - Method in class heart.inference.GoalDrivenInference
-
- reuse() - Method in class heart.parser.hmr.runtime.ParserMemo
-
- reuse - Variable in class heart.parser.hmr.runtime.ParserTest.Cache
-
- reuseInner() - Method in class heart.parser.hmr.runtime.ParserMemo
-
- reusePred() - Method in class heart.parser.hmr.runtime.ParserMemo
-
- rhs - Variable in class heart.alsvfd.Formulae
-
- rhs(int) - Method in interface heart.parser.hmr.runtime.CurrentRule
-
- rhs(int) - Method in class heart.parser.hmr.runtime.ParserBase
-
- rhs(int) - Method in class heart.parser.hmr.runtime.SemanticsBase
-
- rhsSize() - Method in interface heart.parser.hmr.runtime.CurrentRule
-
- rhsSize() - Method in class heart.parser.hmr.runtime.ParserBase
-
- rhsSize() - Method in class heart.parser.hmr.runtime.SemanticsBase
-
- rhsText(int, int) - Method in interface heart.parser.hmr.runtime.CurrentRule
-
- rhsText(int, int) - Method in class heart.parser.hmr.runtime.ParserBase
-
- rhsText(int, int) - Method in class heart.parser.hmr.runtime.SemanticsBase
-
- rule() - Method in class heart.parser.hmr.runtime.ParserBase.Phrase
-
- rule() - Method in interface heart.parser.hmr.runtime.Phrase
-
- rule - Variable in class heart.parser.hmr.runtime.SemanticsBase
-
- Rule - Class in heart.xtt
-
- Rule() - Constructor for class heart.xtt.Rule
-
- Rule.Builder - Class in heart.xtt
-
- Rule.Builder.IncompleteRuleId - Class in heart.xtt
-
- ruleLinks - Variable in class heart.xtt.Rule
-
This is a list of rules that the inference engine should proceed to after firing this rule.
- rules - Variable in class heart.xtt.Table
-
This is a list of rules that belongs to the table.
- runRules(Table) - Method in class heart.inference.InferenceAlgorithm
-
The method that is called to perform inference.