Class ProgramLocationDependentReachedSet<StateT extends AbstractState<StateT> & ProgramLocationDependent>

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean add​(StateT abstractState)
      Adds an abstract state.
      boolean addAll​(java.util.Collection<? extends StateT> abstractStates)
      Adds multiple abstract states.
      java.util.Collection<StateT> asCollection()
      Returns a collection representation of itself.
      void clear()
      Empties the reached set.
      java.util.Collection<StateT> getReached​(JvmCfaNode location)
      Returns a collection of abstract states belonging to the given location.
      java.util.Collection<StateT> getReached​(StateT abstractState)
      Returns a collection of abstract states mergeable with the abstractState.
      boolean remove​(StateT abstractState)
      Removes an abstract state.
      boolean removeAll​(java.util.Collection<? extends StateT> abstractStates)
      Removes multiple abstract states.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait