Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
storm::parser::AtomicPropositionLabelingParser Class Reference

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.
 

Detailed Description

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.

Member Function Documentation

◆ parseAtomicPropositionLabeling()

storm::models::sparse::StateLabeling storm::parser::AtomicPropositionLabelingParser::parseAtomicPropositionLabeling ( uint_fast64_t  stateCount,
std::string const &  filename 
)
static

Reads a label file and puts the result in an AtomicPropositionsLabeling object.

Parameters
stateCountThe number of states of the model to be labeled.
filenameThe path and name of the labeling (.lab) file.
Returns
The parsed labeling as an AtomicPropositionsLabeling object.

Definition at line 25 of file AtomicPropositionLabelingParser.cpp.


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