Event

public class Event extends StructuredValue

Constructors

Event

protected Event(APIClient client)

Internal constructor

Methods

fromProtobuf

public static Event fromProtobuf(APIClient client, Out.CocoValue inputValue)

Internal constructor

messageToString

public String messageToString(boolean allowNewlines)

Prints the event’s message, i.e. ignoring the sender and recipient.

recipient

public io.cocotec.coco.platform.coco.BehaviouralInstance recipient()

relatedEvents

public java.util.ArrayList<io.cocotec.coco.platform.coco.Event> relatedEvents()

A set of events that are related to this event, and could be highlighted together.

sender

public io.cocotec.coco.platform.coco.BehaviouralInstance sender()