Storm
A Modern Probabilistic Model Checker
|
This class can be used to parse a labeling file. More...
#include <AtomicPropositionLabelingParser.h>
Static Public Member Functions | |
static storm::models::sparse::StateLabeling | parseAtomicPropositionLabeling (uint_fast64_t stateCount, std::string const &filename) |
Reads a label file and puts the result in an AtomicPropositionsLabeling object. | |
This class can be used to parse a labeling file.
Since the labeling is state based, the same label parser can be used for all models.
Definition at line 15 of file AtomicPropositionLabelingParser.h.
|
static |
Reads a label file and puts the result in an AtomicPropositionsLabeling object.
stateCount | The number of states of the model to be labeled. |
filename | The path and name of the labeling (.lab) file. |
Definition at line 25 of file AtomicPropositionLabelingParser.cpp.