public class BooleanVariable
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private boolean |
m_boolean |
Constructor and Description |
---|
BooleanVariable(boolean a_boolean) |
Modifier and Type | Method and Description |
---|---|
boolean |
get() |
boolean |
isTrue() |
void |
set(boolean a_boolean) |
java.lang.String |
toString() |
Copyright © 2023. All rights reserved.