Uses of Class
org.processmining.mining.dmcscanning.logutils.AnchoredEvent

Packages that use AnchoredEvent
org.processmining.mining.dmcscanning.logutils   
 

Uses of AnchoredEvent in org.processmining.mining.dmcscanning.logutils
 

Methods in org.processmining.mining.dmcscanning.logutils with parameters of type AnchoredEvent
 boolean AnchoredEvent.equals(AnchoredEvent other)
          Tests two events for equality, based on their process instance and position
 boolean AnchoredEvent.isInSameProcessInstanceAs(AnchoredEvent other)
          Test, whether another event belongs to the same process instance
 boolean AnchoredEvent.occurredEarlierThan(AnchoredEvent other)
          -- convenience method --
 boolean AnchoredEvent.occurredLaterThan(AnchoredEvent other)
          -- convenience method --
 long AnchoredEvent.positionRelativeTo(AnchoredEvent other)
          Retrieves the number of steps, that the calling event is away from the other one.