Class UserBehaviorEdge

All Implemented Interfaces:
IEdge, IElement

public final class UserBehaviorEdge extends EdgeImpl
The edge between two nodes of a BehaviorModel.
Since:
2.0.0
Author:
Lars Jürgensen
  • Constructor Details

    • UserBehaviorEdge

      public UserBehaviorEdge(String id)
      Create a new edge without an entry call event attached.
      Parameters:
      id - edge id
    • UserBehaviorEdge

      public UserBehaviorEdge(String id, EntryCallEvent event)
      Create a new edge between two nodes.
      Parameters:
      id - edge id
      event - the event which is represented by the edge
  • Method Details

    • addEvent

      public final void addEvent(EntryCallEvent event)
      Add a new event to the edge.
      Parameters:
      event - the event which should be added to the edge
    • getEventGroups

      public List<EventGroup> getEventGroups()