public interface LabelledProgramState
| Modifier and Type | Method and Description |
|---|---|
void |
addAP(String ap)
Adds an atomic proposition.
|
Set<String> |
getAPs() |
boolean |
satisfiesAP(String ap)
Checks whether this object satisfies an atomic proposition.
|
boolean satisfiesAP(String ap)
ap, - the proposition the state is checked forvoid addAP(String ap)
ap - The atomic proposition to add.Copyright © 2019. All rights reserved.