public class BlockAbstraction
extends java.lang.Object
AbstractState.| Constructor and Description |
|---|
BlockAbstraction(ReachedSet reachedSet,
Waitlist waitlist)
Create a new block abstraction.
|
| Modifier and Type | Method and Description |
|---|---|
ReachedSet |
getReachedSet()
Returns the
ReachedSet of the block abstraction. |
Waitlist |
getWaitlist()
Returns the
Waitlist of the block abstraction. |
public BlockAbstraction(ReachedSet reachedSet, Waitlist waitlist)
reachedSet - a collection of discovered stateswaitlist - a collection of states of the block that need to be analyzedpublic ReachedSet getReachedSet()
ReachedSet of the block abstraction.