Class DetectorNode

All Implemented Interfaces:
GraphVertex<DetectorNode>, Comparable<DetectorNode>

public class DetectorNode extends AbstractVertex<ConstraintEdge,DetectorNode>
Node in a ConstraintGraph. It represents a single Detector which must be ordered before or after some other Detector(s).
Author:
David Hovemeyer
See Also:
  • Constructor Details

    • DetectorNode

      public DetectorNode(DetectorFactory factory)
      Constructor.
      Parameters:
      factory - the DetectorFactory for the Detector this node represents
  • Method Details

    • getFactory

      public DetectorFactory getFactory()
      Get the DetectorFactory.
    • toString

      public String toString()
      Get the Plugin Name for this DetectorFactory for debugging support
      Overrides:
      toString in class Object