// This file is generated by WOK (CPPExt). // Please do not edit this file; modify original file instead. // The copyright and license terms as defined for the original file apply to // this header file considered to be the "object code" form of the original source. #ifndef _Expr_GeneralRelation_HeaderFile #define _Expr_GeneralRelation_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_Expr_GeneralRelation_HeaderFile #include #endif #ifndef _MMgt_TShared_HeaderFile #include #endif #ifndef _Standard_Boolean_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif #ifndef _Handle_Expr_GeneralExpression_HeaderFile #include #endif #ifndef _Handle_Expr_NamedUnknown_HeaderFile #include #endif class Standard_OutOfRange; class Standard_NumericError; class Expr_GeneralExpression; class Expr_NamedUnknown; class TCollection_AsciiString; //! Defines the general purposes of any relation between
//! expressions.
class Expr_GeneralRelation : public MMgt_TShared { public: //! Returns the current status of the relation
Standard_EXPORT virtual Standard_Boolean IsSatisfied() const = 0; //! Tests if is linear between its NamedUnknowns.
Standard_EXPORT virtual Standard_Boolean IsLinear() const = 0; //! Returns a GeneralRelation after replacement of
//! NamedUnknowns by an associated expression, and after
//! values computation.
Standard_EXPORT virtual Handle_Expr_GeneralRelation Simplified() const = 0; //! Replaces NamedUnknowns by associated expressions,
//! and computes values in .
Standard_EXPORT virtual void Simplify() = 0; //! Returns a copy of having the same unknowns and
//! functions.
Standard_EXPORT virtual Handle_Expr_GeneralRelation Copy() const = 0; //! Returns the number of relations contained in .
Standard_EXPORT virtual Standard_Integer NbOfSubRelations() const = 0; //! Returns the number of SingleRelations contained in
//! .
Standard_EXPORT virtual Standard_Integer NbOfSingleRelations() const = 0; //! Returns the relation denoted by in .
//! An exception is raised if is out of range.
Standard_EXPORT virtual Handle_Expr_GeneralRelation SubRelation(const Standard_Integer index) const = 0; //! Tests if contains .
Standard_EXPORT virtual Standard_Boolean Contains(const Handle(Expr_GeneralExpression)& exp) const = 0; //! Replaces all occurences of with in .
Standard_EXPORT virtual void Replace(const Handle(Expr_NamedUnknown)& var,const Handle(Expr_GeneralExpression)& with) = 0; //! returns a string representing in a readable way.
Standard_EXPORT virtual TCollection_AsciiString String() const = 0; DEFINE_STANDARD_RTTI(Expr_GeneralRelation) protected: private: }; // other Inline functions and methods (like "C++: function call" methods) #endif