| Package | Description |
|---|---|
| org.protempa.dest.table | |
| org.protempa.proposition.value |
| Modifier and Type | Method and Description |
|---|---|
void |
TabularWriter.writeBoolean(BooleanValue inValue) |
void |
AbstractTabularWriter.writeBoolean(BooleanValue inValue) |
void |
TabularWriter.writeBoolean(BooleanValue inValue,
Format inFormat) |
void |
FileTabularWriter.writeBoolean(BooleanValue inValue,
Format inFormat) |
void |
RelDbTabularWriter.writeBoolean(BooleanValue inValue,
Format inFormat) |
| Modifier and Type | Field and Description |
|---|---|
static BooleanValue |
BooleanValue.FALSE |
static BooleanValue |
BooleanValue.TRUE |
| Modifier and Type | Method and Description |
|---|---|
BooleanValue |
BooleanValueBuilder.build() |
static BooleanValue |
BooleanValue.parse(String str)
Parses a boolean from a string.
|
BooleanValue |
BooleanValue.replace() |
| Modifier and Type | Method and Description |
|---|---|
void |
ValueVisitor.visit(BooleanValue booleanValue)
Processes a boolean value.
|
| Constructor and Description |
|---|
BooleanValueBuilder(BooleanValue booleanValue) |
Copyright © 2012–2018 Emory University. All rights reserved.