8template<
typename RateType>
 
   28        STORM_LOG_THROW(k > 0, storm::exceptions::InvalidArgumentException, 
"Invalid Parameter for server semantics: 0");
 
 
 
void setInfiniteServerSemantics()
 
bool hasInfiniteServerSemantics() const
 
void setRate(RateType const &rate)
Sets the rate of this transition to the given value.
 
RateType getRate() const
Retrieves the rate of this transition.
 
void setKServerSemantics(uint64_t k)
Sets the semantics of this transition.
 
bool hasSingleServerSemantics() const
 
void setSingleServerSemantics()
 
uint64_t getNumberOfServers() const
 
bool hasKServerSemantics() const
Retrieves the semantics of this transition.
 
This class represents a transition in a gspn.
 
#define STORM_LOG_ASSERT(cond, message)
 
#define STORM_LOG_THROW(cond, exception, message)