Uses of Class
planet.results.NoSuchMessagePerformative

Packages that use NoSuchMessagePerformative
planet.results   
 

Uses of NoSuchMessagePerformative in planet.results
 

Methods in planet.results that throw NoSuchMessagePerformative
static double LinkStateResults.getMeanByTypeOf(java.lang.String typeOf, java.lang.String modeOf)
          Gets the average of hops for the Message Performative specified by " typeOf " and " modeOf ".
static double LinkStateResults.getMeanByTypeOnly(java.lang.String typeOf)
          Gets the average of hops for the Message Performative specified only by the type.
static PatternStatus LinkStateResults.getStatisticsByTypeOf(java.lang.String typeOf, java.lang.String modeOf)
          Gets the PatternStatus of the Message Performative specified by "TypeOf" and "ModeOf".
static PatternStatus LinkStateResults.getStatisticsByTypeOnly(java.lang.String typeOf)
          Gets the PatternStatus of the Message Performative specified only by the type.