Package | Description |
---|---|
messif.network |
Message-based networking support.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.List<NavigationElement> |
Message.navigationPath
Navigation path this message has gone through
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<NavigationElement> |
Message.getPathElements()
Returns an iterator through all navigation path elements
|
Constructor and Description |
---|
NavigationElement(NavigationElement sourceElement)
Create new instance of NavigationElement and copy all attributes from sourceElement
|