6 #ifndef FSM_FSM_OFSMTABLEROW_H_
7 #define FSM_FSM_OFSMTABLEROW_H_
12 #include "fsm/Int2IntMap.h"
13 #include "fsm/typedef.inc"
34 std::vector<std::vector<int>> matrix;
50 void set(
const int i,
const int j,
const int postState);
58 int get(
const int i,
const int j)
const;
66 bool ioEquals(
const std::shared_ptr<OFSMTableRow> r)
const;
73 bool classEquals(
const S2CMap & s2c,
const std::shared_ptr<OFSMTableRow> r);
75 #endif //FSM_FSM_OFSMTABLEROW_H_
void set(const int i, const int j, const int postState)
Definition: OFSMTableRow.cpp:18
OFSMTableRow(const int maxInput, const int maxOutput)
Definition: OFSMTableRow.cpp:8
bool classEquals(const S2CMap &s2c, const std::shared_ptr< OFSMTableRow > r)
Definition: OFSMTableRow.cpp:43
Definition: OFSMTableRow.h:18
bool ioEquals(const std::shared_ptr< OFSMTableRow > r) const
Definition: OFSMTableRow.cpp:28