MIP SDK — C++ 1.18
API Reference Documentation for C++
Loading...
Searching...
No Matches
JustifyAction Class Reference

Justify Action requires providing a justification to a label downgrade and setting the response in the execution state. More...

#include <mip/upe/justify_action.h>

Inheritance diagram for JustifyAction:
Action

Public Member Functions

virtual ~JustifyAction ()
 
- Public Member Functions inherited from Action
virtual ActionType GetType () const =0
 Get the type of Action.
 
virtual ~Action ()
 
virtual void Link ()
 
virtual const std::string & GetId () const
 
virtual bool operator== (const Action &action) const
 

Protected Member Functions

 JustifyAction (const std::string &id)
 
- Protected Member Functions inherited from Action
virtual bool IsEqual (const Action &action) const =0
 
 Action ()
 
 Action (const std::string &id)
 

Detailed Description

Justify Action requires providing a justification to a label downgrade and setting the response in the execution state.

See also
mip::ExecutionState::IsDowngradeJustified

Constructor & Destructor Documentation

◆ ~JustifyAction()

virtual JustifyAction::~JustifyAction ( )
inlinevirtual

◆ JustifyAction()

JustifyAction::JustifyAction ( const std::string & id)
inlineprotected

The documentation for this class was generated from the following file: