Class Not

java.lang.Object
org.moeaframework.util.tree.Node
org.moeaframework.util.tree.Not

public class Not extends Node
The node for calculating the logical NOT of a boolean value.
Node signature:
Name Type Description
Argument 1 Boolean The boolean value
Return Value Number The logical NOT of the boolean value
  • Constructor Details

    • Not

      public Not()
      Constructs a new node for calculating the logical NOT of a boolean value.
  • Method Details

    • copyNode

      public Not copyNode()
      Description copied from class: Node
      Returns a copy of this node, but without any children or parents assigned.
      Specified by:
      copyNode in class Node
      Returns:
      a copy of this node, but without any children or parents assigned
    • evaluate

      public Boolean evaluate(Environment environment)
      Description copied from class: Node
      Evaluates this node in the context of the specified environment.
      Specified by:
      evaluate in class Node
      Parameters:
      environment - the execution environment
      Returns:
      the result of evaluating this node