| Package | Description |
|---|---|
| net.sf.tweety.logics.pl.semantics |
| Modifier and Type | Method and Description |
|---|---|
PriestWorld.TruthValue |
PriestWorld.TruthValue.and(PriestWorld.TruthValue v) |
PriestWorld.TruthValue |
PriestWorld.get(Proposition p)
Returns the truth value of the given proposition.
|
PriestWorld.TruthValue |
PriestWorld.TruthValue.neg() |
PriestWorld.TruthValue |
PriestWorld.TruthValue.or(PriestWorld.TruthValue v) |
PriestWorld.TruthValue |
PriestWorld.satisfies3VL(net.sf.tweety.commons.Formula formula)
Determines the 3-valued truth value of the given formula.
|
static PriestWorld.TruthValue |
PriestWorld.TruthValue.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PriestWorld.TruthValue[] |
PriestWorld.TruthValue.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PriestWorld.TruthValue |
PriestWorld.TruthValue.and(PriestWorld.TruthValue v) |
PriestWorld.TruthValue |
PriestWorld.TruthValue.or(PriestWorld.TruthValue v) |
void |
PriestWorld.set(Proposition p,
PriestWorld.TruthValue val)
Sets the value of the given proposition.
|
Copyright © 2018. All rights reserved.