class QPanda::JudgeTwoNodeIterIsSwappable::OnJudgeMatrix

class OnJudgeMatrix: public QPanda::JudgeTwoNodeIterIsSwappable::AbstractJudgeStatueInterface
{
public:
    // construction

    OnJudgeMatrix(
        JudgeTwoNodeIterIsSwappable& parent,
        ResultStatue s
        );

    // methods

    void on_traversal_end();
    ResultStatue get_statue() const;
};