21 enum ArcType { INPUT, OUTPUT, INHIBITOR };
33 std::stringstream stream;
34 stream <<
"p" << place.
getID();
39 std::stringstream stream;
40 stream << (immediate ?
"i" :
"t") << transition.
getID();
45 std::stringstream stream;
46 stream << place.
getID();
60 stream << transition.
getID();
nlohmann::basic_json< std::map, std::vector, std::string, bool, int64_t, uint64_t, ValueType > json