Class BpmnReachabilityGraphEdge
- java.lang.Object
-
- org.processmining.poemsconformancecheckingforbpmn.algorithms.inputs.bpmn.statespace.BpmnReachabilityGraphEdge
-
- Direct Known Subclasses:
StochasticBpmnReachabilityEdge
public class BpmnReachabilityGraphEdge extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BpmnReachabilityGraphEdge(BpmnPartiallyOrderedPath path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)BpmnPartiallyOrderedPathgetPath()inthashCode()java.lang.StringtoString()
-
-
-
Constructor Detail
-
BpmnReachabilityGraphEdge
public BpmnReachabilityGraphEdge(BpmnPartiallyOrderedPath path)
-
-
Method Detail
-
getPath
public BpmnPartiallyOrderedPath getPath()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-