public class DeliveryChain
extends java.lang.Object
| Constructor and Description |
|---|
DeliveryChain() |
| Modifier and Type | Method and Description |
|---|---|
void |
addMessage(ConversationMessage msg) |
boolean |
contains(DeliveryChain other) |
boolean |
containsOtherChains() |
void |
determineRelationshipWith(DeliveryChain other) |
ConversationMessage |
getEnd() |
ConversationMessage |
getHead() |
java.net.URI |
getHeadURI() |
java.util.Set<DeliveryChain> |
getInterleavedDeliveryChains() |
java.util.Set<ConversationMessage> |
getMessages() |
boolean |
isAfter(DeliveryChain other) |
boolean |
isInterleavedWith(DeliveryChain other) |
boolean |
isTerminated() |
java.lang.String |
toString() |
public void addMessage(ConversationMessage msg)
public ConversationMessage getHead()
public boolean isTerminated()
public ConversationMessage getEnd()
public java.net.URI getHeadURI()
public java.util.Set<ConversationMessage> getMessages()
public boolean isAfter(DeliveryChain other)
public boolean contains(DeliveryChain other)
public boolean containsOtherChains()
public void determineRelationshipWith(DeliveryChain other)
public boolean isInterleavedWith(DeliveryChain other)
public java.util.Set<DeliveryChain> getInterleavedDeliveryChains()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2018. All Rights Reserved.