public interface InvocationPathType
The following features are supported:
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
$sccsid |
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
java.util.List<PrimitiveType> |
getPrimitive()
Returns the value of the 'Primitive' containment reference list.
|
static final java.lang.String COPYRIGHT
static final java.lang.String $sccsid
java.util.List<PrimitiveType> getPrimitive()
PrimitiveType
.
This is a list of the primitives involved in processing the message up to (and including) the failing primitive. Each entry will have a triplet consisting of an in terminal, a named primitive (named after the primitives' display name) and an out terminal. With the exception that the point of failure will not name an out terminal.