Behaviour

public class Behaviour

Fields

client

protected final APIClient client

handle

protected long handle

Constructors

Behaviour

protected Behaviour(APIClient client)

Methods

events

public java.util.ArrayList<io.cocotec.popili.coco.Event> events()

fromProtobuf

public static Behaviour fromProtobuf(APIClient client, Out.CocoBehaviour inputValue)

getHandle

public final long getHandle()

hasTrailingEvent

public boolean hasTrailingEvent()

leafInstances

public java.util.ArrayList<io.cocotec.popili.coco.BehaviouralInstance> leafInstances()

states

public java.util.ArrayList<io.cocotec.popili.coco.InstanceNetworkState> states()

toString

public String toString()

topLevelInstances

public java.util.ArrayList<io.cocotec.popili.coco.Value> topLevelInstances()