Package | Description |
---|---|
org.processmining.algorithms.statechart.m2m.ui | |
org.processmining.models.statechart.msd |
Modifier and Type | Field and Description |
---|---|
java.util.Map<MessageType,java.util.Map<java.lang.String,java.lang.String>> |
SeqDiagram2Svg.Configuration.styleMessage |
Modifier and Type | Method and Description |
---|---|
MessageType |
IMSDMessage.getMessageType() |
MessageType |
MSDMessage.getMessageType() |
static MessageType |
MessageType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MessageType[] |
MessageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MSDMessage |
MSDFragmentPart.createMessage(java.lang.String name,
MessageType type,
IActivation source,
IActivation target,
java.lang.String id) |
Constructor and Description |
---|
MSDMessage(IMSDNode parent,
java.lang.String name,
MessageType type,
IActivation source,
IActivation target,
java.lang.String nodeId) |