Analitza
expressiontype.h
Go to the documentation of this file.
98 static bool assumptionsMerge(QMap<QString, ExpressionType>& data, const QMap<QString, ExpressionType>& newmap);
99 static void assumptionsUnion(QMap<QString, ExpressionType>& data, const QMap<QString, ExpressionType>& newmap);
100 static QMap<int, ExpressionType> computeStars(const QMap<int, ExpressionType>& initial, const ExpressionType& candidate, const ExpressionType& type);
101 static bool matchAssumptions(QMap<int, ExpressionType>* stars, const QMap<QString, ExpressionType>& assum1, const QMap<QString, ExpressionType>& assum2);
102 static QStringList wrongAssumptions(const QMap<QString, ExpressionType>& assum1, const QMap<QString, ExpressionType>& assum2);
Definition: matrix.h:38
Q_DECLARE_TYPEINFO(Analitza::ExpressionType, Q_MOVABLE_TYPE)
Definition: expressiontype.h:30
QList< ExpressionType > alternatives() const
Definition: expressiontype.h:56
QList< ExpressionType > & parameters()
Definition: expressiontype.h:65
Definition: object.h:38
QList< ExpressionType > parameters() const
Definition: expressiontype.h:64
Definition: list.h:34
bool operator!=(const ExpressionType &t) const
Definition: expressiontype.h:48
ExpressionType assumptionFor(const QString &bvar) const
Definition: expressiontype.h:71
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:11:37 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:11:37 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.