JIVE Platform
Release 0.3.1

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

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

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

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


JIVE Platform
Release 0.3.1