toggle menu
moonlight
1.0-SNAPSHOT
jvm
switch theme
search in API
engine
/
io.github.moonlightsuite.moonlight.formula.classic
/
NegationFormula
Negation
Formula
public
final
class
NegationFormula
extends
Record
implements
UnaryFormula
Negation operator
Members
Constructors
Negation
Formula
Link copied to clipboard
public
void
NegationFormula
(
)
Functions
accept
Link copied to clipboard
public
R
accept
<
T
,
R
>
(
FormulaVisitor
<
T
,
R
>
visitor
,
T
parameters
)
Primary entry point for the monitoring of a formula.
equals
Link copied to clipboard
public
abstract
boolean
equals
(
Object
p
)
get
Argument
Link copied to clipboard
public
Formula
getArgument
(
)
hash
Code
Link copied to clipboard
public
abstract
int
hashCode
(
)
to
String
Link copied to clipboard
public
abstract
String
toString
(
)