- makeSnapshot(String) - Method in class heart.WorkingMemory
-
The method makes a snapshot of a current system state, by saving all the values of the registered attributes.
- max(String, RelativeTimePeriod, WorkingMemory) - Method in class heart.alsvfd.expressions.StatisticalExpression
-
Returns the biggest value of an attribute from specified period of time.
- max() - Method in class heart.alsvfd.SetValue
-
Method that search for the maximum value in a set.
- MAX_CERTAINTY - Static variable in class heart.uncertainty.ALSVEvaluator
-
- MAX_CERTAINTY - Static variable in class heart.uncertainty.CertaintyFactorsEvaluator
-
- MAX_CERTAINTY - Static variable in class heart.uncertainty.ProbabilityEvaluator
-
- MAX_HISTORY_SIZE - Static variable in class heart.WorkingMemory
-
- maxback - Variable in class heart.parser.hmr.runtime.ParserTest.Cache
-
- maxbpos - Variable in class heart.parser.hmr.runtime.ParserTest.Cache
-
- mean(String, RelativeTimePeriod, WorkingMemory) - Method in class heart.alsvfd.expressions.StatisticalExpression
-
Returns mean of the attribute values from specified period of time.
- med(String, RelativeTimePeriod, WorkingMemory) - Method in class heart.alsvfd.expressions.StatisticalExpression
-
Returns median of the attribute values from specified period of time.
- min(String, RelativeTimePeriod, WorkingMemory) - Method in class heart.alsvfd.expressions.StatisticalExpression
-
Returns the smallest value of an attribute from specified period of time
It is applicable only to the numeric attributes.
- min() - Method in class heart.alsvfd.SetValue
-
Method that search for the minimum value in a set.
- MIN_CERTAINTY - Static variable in class heart.uncertainty.ALSVEvaluator
-
- MIN_CERTAINTY - Static variable in class heart.uncertainty.CertaintyFactorsEvaluator
-
- MIN_CERTAINTY - Static variable in class heart.uncertainty.ProbabilityEvaluator
-
- MINUTE - Static variable in class heart.RelativeTimestamp
-
- mod(Value, Type) - Method in class heart.alsvfd.SimpleNumeric
-
- mod(Value, Type) - Method in class heart.alsvfd.Value
-
A method that should be used to calculate modulo integral between a value represented
by an object that calls the method and a value given as a parameter.
- mode(String, RelativeTimePeriod, WorkingMemory) - Method in class heart.alsvfd.expressions.StatisticalExpression
-
Returns the most frequent attribute value from specified period of time
- ModelBuildingException - Exception in heart.exceptions
-
- ModelBuildingException() - Constructor for exception heart.exceptions.ModelBuildingException
-
- ModelBuildingException(String) - Constructor for exception heart.exceptions.ModelBuildingException
-
- ModelManager - Class in heart
-
- ModelManager() - Constructor for class heart.ModelManager
-
- mul(Value, Type) - Method in class heart.alsvfd.Any
-
- mul(Value, Type) - Method in class heart.alsvfd.Null
-
- mul(Value, Type) - Method in class heart.alsvfd.SimpleNumeric
-
- mul(Value, Type) - Method in class heart.alsvfd.Value
-
A method that should be used to calculate multiplication between a value represented
by an object that calls the method and a value given as a parameter.