Class AbstractGraphEdge<S,T>

java.lang.Object
org.processmining.models.graphbased.AbstractGraphElement
org.processmining.models.graphbased.AbstractGraphEdge<S,T>
All Implemented Interfaces:
Comparable<AbstractGraphEdge<S,T>>, AttributeMapOwner
Direct Known Subclasses:
AbstractDirectedGraphEdge, AbstractDirectedIncomingHyperedge, AbstractDirectedOutgoingHyperedge, AbstractUndirectedEdge

public abstract class AbstractGraphEdge<S,T> extends AbstractGraphElement implements Comparable<AbstractGraphEdge<S,T>>
  • Field Details

    • hash

      protected final int hash
    • source

      protected final S source
    • target

      protected final T target
  • Constructor Details

    • AbstractGraphEdge

      public AbstractGraphEdge(S source, T target)
  • Method Details

    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • getSource

      public S getSource()
    • getTarget

      public T getTarget()