public interface ReachedSet
Modifier and Type | Method and Description |
---|---|
boolean |
add(AbstractState abstractState)
Adds an abstract state.
|
boolean |
addAll(java.util.Collection<? extends AbstractState> abstractStates)
Adds multiple abstract states.
|
java.util.Collection<? extends AbstractState> |
asCollection()
Returns a collection representation of itself.
|
java.util.Collection<? extends AbstractState> |
getReached(AbstractState abstractState)
Returns a collection of abstract states mergeable with the
abstractState . |
boolean |
remove(AbstractState abstractState)
Removes an abstract state.
|
boolean |
removeAll(java.util.Collection<?> abstractStates)
Removes multiple abstract states.
|
boolean add(AbstractState abstractState)
boolean addAll(java.util.Collection<? extends AbstractState> abstractStates)
boolean remove(AbstractState abstractState)
boolean removeAll(java.util.Collection<?> abstractStates)
java.util.Collection<? extends AbstractState> asCollection()
java.util.Collection<? extends AbstractState> getReached(AbstractState abstractState)
abstractState
.