public class PublicAnnouncement extends Formula
| Modifier and Type | Field and Description |
|---|---|
private Formula |
announcement |
private Formula |
formula |
| Constructor and Description |
|---|
PublicAnnouncement(Formula announcement,
Formula formula)
Create a new public announcement
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluate(KripkeModel model,
int state)
Evaluate a Formula in a state using the given model
|
java.lang.String |
toString()
Return a string representation of this Formula
|
public boolean evaluate(KripkeModel model, int state)