JIVE Platform
Release 0.3.1

Uses of Class
edu.buffalo.cse.jive.sequence.Message.MessageSort

Packages that use Message.MessageSort
edu.buffalo.cse.jive.sequence Sequence model used to represent program execution history. 
 

Uses of Message.MessageSort in edu.buffalo.cse.jive.sequence
 

Methods in edu.buffalo.cse.jive.sequence that return Message.MessageSort
 Message.MessageSort Message.messageSort()
          Returns the message sort.
static Message.MessageSort Message.MessageSort.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Message.MessageSort[] Message.MessageSort.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 


JIVE Platform
Release 0.3.1