hasEntitiesWithState

public boolean hasEntitiesWithState(Class<? extends EntityState> stateClass)

Verifies if this Bounded Context has entities with the state of the passed class.

This method does not take into account visibility of entity states.