Class NotOperator

java.lang.Object
com.fluxtion.ext.streaming.api.test.NotOperator
All Implemented Interfaces:
Test

public class NotOperator
extends java.lang.Object
implements Test
Boolean not operator.
Author:
gregp
  • Constructor Summary

    Constructors 
    Constructor Description
    NotOperator​(java.lang.Object tracked)  
  • Method Summary

    Modifier and Type Method Description
    boolean equals​(java.lang.Object obj)  
    int hashCode()  
    boolean testNot()  

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.fluxtion.ext.streaming.api.Test

    passed
  • Constructor Details

    • NotOperator

      public NotOperator​(java.lang.Object tracked)
  • Method Details

    • testNot

      public boolean testNot()
    • hashCode

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

      public boolean equals​(java.lang.Object obj)
      Overrides:
      equals in class java.lang.Object