Class DirectlyFollowsRelation

    • Constructor Detail

      • DirectlyFollowsRelation

        public DirectlyFollowsRelation​(BEvent from,
                                       BEvent to)
        Constructor
        Parameters:
        from - the first event
        to - the second event
    • Method Detail

      • getCaseId

        public String getCaseId()
        Returns the case id this directly follows relation belongs to
        Returns:
        the case id
      • getFrom

        public BEvent getFrom()
        Returns the source event
        Returns:
        the source event
      • getTo

        public BEvent getTo()
        Returns the target event
        Returns:
        the target event
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object