Class UserBehaviorEdge

java.lang.Object
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​(java.lang.String id)
      Create a new edge without an entry call event attached.
      Parameters:
      id - edge id
    • UserBehaviorEdge

      public UserBehaviorEdge​(java.lang.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