Class Ante
Defined in File ante.h
Inheritance Relationships
Base Type
public DimlpRule
(Class DimlpRule)
Class Documentation
-
class Ante : public DimlpRule
The Ante class represents an antecedent in a rule, inheriting from the DimlpRule class.
Public Functions
-
inline int GetVarAnte() const
Get the variable of the antecedent.
- Returns:
The variable of the antecedent.
-
inline float GetValAnte() const
Get the value of the antecedent.
- Returns:
The value of the antecedent.
-
inline char GetRelAnte() const
Get the relational operator of the antecedent.
- Returns:
The relational operator of the antecedent.
-
inline void DelAnte()
Delete the antecedent.
-
inline int GetVarAnte() const