Class Node

  • All Implemented Interfaces:
    java.io.Serializable

    public class Node
    extends java.lang.Object
    implements java.io.Serializable
    Defines a configuration node in an NVD applicability statement.
    See Also:
    Serialized Form
    • Constructor Detail

      • Node

        public Node()
      • Node

        public Node​(Node.Operator operator,
                    java.lang.Boolean negate,
                    java.util.List<CpeMatch> cpeMatch)
    • Method Detail

      • getOperator

        public Node.Operator getOperator()
        (Required)
        Returns:
        operator
      • getNegate

        public java.lang.Boolean getNegate()
        Returns:
        negate
      • getCpeMatch

        public java.util.List<CpeMatch> getCpeMatch()
        (Required)
        Returns:
        cpeMatch
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object