Class KiekerNode<T,E>

java.lang.Object
kieker.analysis.metrics.graph.entropy.KiekerNode<T,E>
Type Parameters:
T - type representing modules
E - type representing nodes
All Implemented Interfaces:
org.mosim.refactorlizar.architecture.evaluation.graphs.Node<T>

public class KiekerNode<T,E> extends Object implements org.mosim.refactorlizar.architecture.evaluation.graphs.Node<T>
Central node class for graphs.
Since:
2.0.0
Author:
Reiner Jung
  • Constructor Details

    • KiekerNode

      public KiekerNode(E member)
      Parameters:
      member -
  • Method Details

    • hashCode

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

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • getModule

      public T getModule()
      Specified by:
      getModule in interface org.mosim.refactorlizar.architecture.evaluation.graphs.Node<T>
    • getMember

      public E getMember()
    • isOperation

      public boolean isOperation()